Commit Graph

  • a54b1b07b9 shfm: Print directories first #36 Felix Hägglund Wennergren 2021-08-17 14:45:35 +0200
  • 3e0347a95c
    Merge ddaecb54a8 into 696318e947 #35 Nathan Sketch 2021-08-08 03:35:53 +0000
  • ddaecb54a8 reset esc after multicharacter code. to reproduce bug, press down arrow followed by capital A #35 Nathan Sketch 2021-08-07 23:22:34 -0400
  • 0234e8b3f9
    Merge 0bf678fbcd into 696318e947 #34 Nathan Sketch 2021-08-06 14:04:25 +0000
  • 0bf678fbcd fixed bug that overwrites saved stty settings #34 Nathan Sketch 2021-08-06 09:57:03 -0400
  • c17fe3b99f
    Merge c0c84b8d60 into 696318e947 #23 Loomx 2021-06-11 08:13:42 +0000
  • 696318e947
    Merge pull request #26 from Sketch98/bug0 master dylan 2021-06-11 08:13:38 +0000
  • 9a968b2c48
    Merge pull request #27 from Sketch98/bug1 dylan 2021-06-11 08:13:13 +0000
  • 25d4f809d7
    Merge pull request #31 from Sketch98/bug2 dylan 2021-06-11 08:11:35 +0000
  • 074945c239 removed unused variable #32 Nathan Sketch 2021-04-22 14:35:28 -0400
  • 0b95bc1c63 reset esc after multicharacter code to avoid conflicts. to reproduce bug, press down arrow then capital A. Nathan Sketch 2021-04-22 14:33:40 -0400
  • 30c0364a2b only redraw markers instead of full lines when possible Nathan Sketch 2021-04-22 14:26:58 -0400
  • a7849f5131 catch case when user tries to create directory or file in another directory Nathan Sketch 2021-04-22 13:41:57 -0400
  • 91dbf3405b remove duplicate code Nathan Sketch 2021-04-22 13:30:16 -0400
  • efcccee19a recheck if rename destination exists to avoid renaming multiple files to the same name, thus overwriting each other Nathan Sketch 2021-04-22 13:08:52 -0400
  • d1e2c4494f added trash system Nathan Sketch 2021-04-22 13:00:32 -0400
  • cb44b458ed fixed bug that doubled others every directory change causing slow down. cause was not properly clearing variables. Nathan Sketch 2021-04-21 06:54:10 -0400
  • 403a1dda0e had pgup and pgdown backwards woops Nathan Sketch 2021-04-20 14:23:54 -0400
  • 8f04f91eed added new features to README Nathan Sketch 2021-04-20 14:18:59 -0400
  • 0f30eedf04 added tabs and basic file operations Nathan Sketch 2021-04-20 14:10:39 -0400
  • 01ae386143 fixed bug when moving to parent when y position of old directory equals bottom #31 Nathan Sketch 2021-04-17 10:23:17 -0400
  • 054394f6d6 added case to detect empty directory when displaying hidden files #30 Nathan Sketch 2021-04-15 10:20:30 -0400
  • f96db5cd94 made show hidden files mode permanent Nathan Sketch 2021-04-15 09:53:05 -0400
  • 8fd39a028e directories print first by default. added d keybind to toggle printing directories first because it runs slower when enabled. also, switched $hidden to display hidden files when 1 instead of 0. #28 Nathan Sketch 2021-01-07 05:53:15 -0500
  • 1bbd788ee0 this bug this branch was meant to fix was caused by word splitting. surrounding $ans in double quotes stopped that, but it also disabled globbing which is desired. this commit switches to just disabling word splitting. #27 Nathan Sketch 2021-01-07 09:45:12 -0500
  • 7b21d545b3 fixed bug with search function. added double quotes to stop $ans from parameter expanding and modified the logic for detecting an empty directory to stop it from overriding the logic for displaying 'no results'. Nathan Sketch 2021-01-07 04:35:23 -0500
  • ec27f90096 G keybind (end) wasn't setting $cur so it would open the wrong item. line_print $y $@ always sets $cur correctly. #26 Nathan Sketch 2021-01-07 02:51:25 -0500
  • 19069d1a06 G keybind (end) wasn't setting $cur so it would open the wrong item. line_print $y $@ always sets $cur correctly. #25 Nathan Sketch 2021-01-07 00:42:24 -0500
  • 0820e9667b directories print first by default. added d keybind to toggle printing directories first because it runs slower with it enabled. Nathan Sketch 2021-01-05 12:29:24 -0500
  • 589c22b622 set IFS to null and removed unnecessary double quotes Nathan Sketch 2021-01-05 11:55:52 -0500
  • c0c84b8d60
    Add "Show directories only" toggle #23 Loomx 2020-10-11 16:29:21 +1300
  • 6572ae7a44
    After cd, clear status of hidden files toggle Loomx 2020-10-11 15:52:43 +1300
  • 8920178753
    shfm: fix glob issues with hidden files Dylan Araps 2020-09-24 15:18:34 +0300
  • b8efa71b97
    Merge pull request #20 from chambln/master dylan 2020-09-24 13:54:22 +0300
  • e9fbd754ce
    Merge pull request #22 from Crestwave/master dylan 2020-09-24 13:47:22 +0300
  • 6849998609 added support for termux #22 Crestwave 2020-09-24 16:41:22 +0800
  • 76c7c0f928 Match hidden files that begin with two dots #21 Gregory Chamberlain 2020-09-24 02:30:36 +0100
  • 2a70030c02 Show '*' and '.[!.]*' if such files exist #20 Gregory Chamberlain 2020-09-24 01:21:44 +0100
  • 8ad3756a1c
    docs: update 0.4.2 Dylan Araps 2020-08-12 10:15:56 +0300
  • 2e3fc777b4
    fix Dylan Araps 2020-08-11 22:48:02 +0300
  • 0868399d04
    shfm: Fix cd when dir starts with - Dylan Araps 2020-08-11 22:19:26 +0300
  • fa04365aa2
    clearer empty dir, no results, etc. Closes #16 Dylan Araps 2020-08-08 10:04:44 +0300
  • 33ce6cce78
    fixed tty issues. stopped using alt buf for keeping state. now used for its intended purpose. Closes #14 Dylan Araps 2020-08-07 16:55:21 +0300
  • e55cdf00ac
    docs: update Dylan Araps 2020-08-07 10:43:26 +0300
  • efd8a9a233
    add back documentation for other keys. closes #13 Dylan Araps 2020-08-07 10:40:55 +0300
  • ab3a6932fe Merge branch 'master' of github.com:dylanaraps/shfm into master Dylan Araps 2020-08-07 10:37:40 +0300
  • 0bd79a5f00
    reset terminal temporarily when subcommands are run. Might fix #12 Dylan Araps 2020-08-07 10:36:39 +0300
  • 0b12c5397b
    Merge pull request #11 from hhltk/patch-1 dylan 2020-08-07 01:28:59 +0300
  • d1c1439fa8
    fixed a typo #11 Henrik Aalto 2020-08-07 00:42:43 +0300
  • b9f475ac6b
    bold and red dirs. Closes #10 Dylan Araps 2020-08-06 21:18:29 +0300
  • 446218cb26
    make dir names in bold #10 Art Wild 2020-08-06 13:16:46 -0400
  • 9741e308d5
    docs: update Dylan Araps 2020-08-06 15:45:13 +0300
  • e5fbeb04a0
    docs: update Dylan Araps 2020-08-06 15:31:48 +0300
  • 16d1bd77f7
    fix cd on exit 0.4.1 Dylan Araps 2020-08-06 13:49:03 +0300
  • 60ce38bbcf
    docs: update 0.4 Dylan Araps 2020-08-06 13:31:09 +0300
  • 7e1d89fdfa
    docs: update Dylan Araps 2020-08-06 13:29:51 +0300
  • e2f2aa9caf
    cd on exit, subshell stuff Dylan Araps 2020-08-06 13:28:39 +0300
  • 73075390e7
    docs: update Dylan Araps 2020-08-06 11:18:40 +0300
  • 0b73009821
    docs: update Dylan Araps 2020-08-06 11:15:31 +0300
  • 86389b3dbf
    reduce indent level Dylan Araps 2020-08-06 11:13:28 +0300
  • c285271d05
    better statusline Dylan Araps 2020-08-06 11:09:55 +0300
  • 9d86a19f34
    various changes Dylan Araps 2020-08-06 11:01:13 +0300
  • e52a161f02
    red status line for root, blue for everyone else Dylan Araps 2020-08-06 10:41:04 +0300
  • c20abb5dad
    docs: update Dylan Araps 2020-08-06 10:31:50 +0300
  • c820159f43
    make ~ work in :cd. closes #9 Dylan Araps 2020-08-06 10:29:46 +0300
  • c9d6c52edf
    fix internatonal file names. Closes #8 Dylan Araps 2020-08-05 23:40:06 +0300
  • 2355810262
    more Dylan Araps 2020-08-05 08:15:59 +0300
  • 0e0759c480
    Added -h for help. Closes #7 Dylan Araps 2020-08-05 08:14:26 +0300
  • d62f4bf798
    less greedy search so hidden files work. Closes #6 Dylan Araps 2020-08-05 00:33:46 +0300
  • c34a9fc1ce
    added mini version (todo: automate minification) Dylan Araps 2020-08-04 22:00:55 +0300
  • fc2ceed8f0
    docs: update 0.2 Dylan Araps 2020-08-04 20:12:22 +0300
  • ec1d9f16e6
    add trailing / to directories. Dylan Araps 2020-08-04 20:08:51 +0300
  • ef353e6b6d
    drop unneeded * Dylan Araps 2020-08-04 19:55:09 +0300
  • c9f3bd09c2
    fixed nvim error closes #5 Dylan Araps 2020-08-04 19:01:12 +0300
  • 60f15cbd3e
    squish Dylan Araps 2020-08-04 18:52:13 +0300
  • 8c31129813
    one formatting function Dylan Araps 2020-08-04 18:47:15 +0300
  • 5249bda2b4
    move scrolling to functions (since we can) Dylan Araps 2020-08-04 18:39:03 +0300
  • be348c071f
    add check for go to top Dylan Araps 2020-08-04 18:34:31 +0300
  • da5e504130
    docs: update Dylan Araps 2020-08-04 18:28:32 +0300
  • aa414e1823
    docs: update Dylan Araps 2020-08-04 18:24:41 +0300
  • 7e032f6f96
    docs: update Dylan Araps 2020-08-04 17:50:34 +0300
  • f058ec33f3
    docs: update Dylan Araps 2020-08-04 17:33:10 +0300
  • 69162ce1d4
    docs: update Dylan Araps 2020-08-04 17:26:37 +0300
  • b87be40ad9
    squish Dylan Araps 2020-08-04 17:10:11 +0300
  • 1f2a032401
    docs: update Dylan Araps 2020-08-04 17:05:42 +0300
  • 4f0c2456a0
    squish Dylan Araps 2020-08-04 17:03:48 +0300
  • cbb0240d19
    reset search on open Dylan Araps 2020-08-04 17:01:44 +0300
  • 1901d8c204
    ok Dylan Araps 2020-08-04 16:59:12 +0300
  • 4bfc7bbaf6
    sort Dylan Araps 2020-08-04 16:51:11 +0300
  • b37de75b0c
    CUP Dylan Araps 2020-08-04 16:49:04 +0300
  • 6c29343c32
    docs: update Dylan Araps 2020-08-04 16:14:57 +0300
  • c5817d17e5
    Merge pull request #4 from dylanaraps/esc dylan 2020-08-04 16:15:04 +0300
  • 15beaf3f5f
    docs: update #4 Dylan Araps 2020-08-04 16:12:11 +0300
  • f8634de3e3
    less comments Dylan Araps 2020-08-04 16:06:04 +0300
  • 7bdd99e742
    correct save/restore cursor' Dylan Araps 2020-08-04 16:04:09 +0300
  • e13d24670b
    Merge pull request #3 from Z5483/master dylan 2020-08-04 15:56:26 +0300
  • 00b4f74bfb
    track escape sequences Dylan Araps 2020-08-04 15:54:39 +0300
  • 6c8159e496 docs: remove extra '|' #3 Z5483 2020-08-04 08:23:18 -0400
  • 916e88c51e
    added -v arg 0.1 Dylan Araps 2020-08-04 15:02:22 +0300
  • b967c3af14
    docs: update Dylan Araps 2020-08-04 15:00:38 +0300