Commit Graph

97 Commits

Author SHA1 Message Date
dylan 696318e947
Merge pull request #26 from Sketch98/bug0
G keybind (end) wasn't setting $cur so it would open the wrong item.
2021-06-11 08:13:38 +00:00
dylan 9a968b2c48
Merge pull request #27 from Sketch98/bug1
fixed bug with search function. added double quotes to stop $ans from…
2021-06-11 08:13:13 +00:00
Nathan Sketch 01ae386143 fixed bug when moving to parent when y position of old directory equals bottom 2021-04-17 10:23:22 -04:00
Nathan Sketch 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.
2021-01-07 09:45:12 -05:00
Nathan Sketch 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'.
2021-01-07 06:19:46 -05:00
Nathan Sketch ec27f90096 G keybind (end) wasn't setting $cur so it would open the wrong item.
line_print $y $@ always sets $cur correctly.
2021-01-07 04:45:53 -05:00
Dylan Araps 8920178753
shfm: fix glob issues with hidden files
Let's just allow '.' and '..' to appear in the list as
they are fully functional entries after all. Also removes
the need for a "no hidden files" message.
2020-09-24 15:18:34 +03:00
dylan b8efa71b97
Merge pull request #20 from chambln/master
Show '*' and '.[!.]*' if such files exist
2020-09-24 13:54:22 +03:00
Crestwave 6849998609 added support for termux 2020-09-24 16:41:22 +08:00
Gregory Chamberlain 2a70030c02 Show '*' and '.[!.]*' if such files exist 2020-09-24 01:21:44 +01:00
Dylan Araps 8ad3756a1c
docs: update 2020-08-12 10:15:56 +03:00
Dylan Araps 2e3fc777b4
fix 2020-08-11 22:48:02 +03:00
Dylan Araps 0868399d04
shfm: Fix cd when dir starts with - 2020-08-11 22:19:26 +03:00
Dylan Araps fa04365aa2
clearer empty dir, no results, etc. Closes #16 2020-08-08 10:04:44 +03:00
Dylan Araps 33ce6cce78
fixed tty issues. stopped using alt buf for keeping state. now used for its intended purpose. Closes #14 2020-08-07 16:55:21 +03:00
Dylan Araps 0bd79a5f00
reset terminal temporarily when subcommands are run. Might fix #12 2020-08-07 10:36:39 +03:00
Dylan Araps b9f475ac6b
bold and red dirs. Closes #10 2020-08-06 21:18:29 +03:00
Dylan Araps 16d1bd77f7
fix cd on exit 2020-08-06 13:49:03 +03:00
Dylan Araps 60ce38bbcf
docs: update 2020-08-06 13:31:09 +03:00
Dylan Araps 7e1d89fdfa
docs: update 2020-08-06 13:29:51 +03:00
Dylan Araps e2f2aa9caf
cd on exit, subshell stuff 2020-08-06 13:28:39 +03:00
Dylan Araps 73075390e7
docs: update 2020-08-06 11:18:40 +03:00
Dylan Araps 0b73009821
docs: update 2020-08-06 11:15:31 +03:00
Dylan Araps 86389b3dbf
reduce indent level 2020-08-06 11:13:28 +03:00
Dylan Araps c285271d05
better statusline 2020-08-06 11:09:55 +03:00
Dylan Araps 9d86a19f34
various changes
- Added ? to show keybinds
- Fixed some bugs
2020-08-06 11:01:13 +03:00
Dylan Araps e52a161f02
red status line for root, blue for everyone else 2020-08-06 10:41:04 +03:00
Dylan Araps c820159f43
make ~ work in :cd. closes #9 2020-08-06 10:29:46 +03:00
Dylan Araps c9d6c52edf
fix internatonal file names. Closes #8 2020-08-05 23:40:06 +03:00
Dylan Araps 2355810262
more 2020-08-05 08:15:59 +03:00
Dylan Araps 0e0759c480
Added -h for help. Closes #7 2020-08-05 08:14:26 +03:00
Dylan Araps d62f4bf798
less greedy search so hidden files work. Closes #6 2020-08-05 00:33:46 +03:00
Dylan Araps fc2ceed8f0
docs: update 2020-08-04 20:12:22 +03:00
Dylan Araps ec1d9f16e6
add trailing / to directories.
This also adds a dependency on the test utility.
2020-08-04 20:08:51 +03:00
Dylan Araps ef353e6b6d
drop unneeded * 2020-08-04 19:55:09 +03:00
Dylan Araps c9f3bd09c2
fixed nvim error closes #5 2020-08-04 19:01:12 +03:00
Dylan Araps 60f15cbd3e
squish 2020-08-04 18:52:13 +03:00
Dylan Araps 8c31129813
one formatting function 2020-08-04 18:47:15 +03:00
Dylan Araps 5249bda2b4
move scrolling to functions (since we can) 2020-08-04 18:39:03 +03:00
Dylan Araps be348c071f
add check for go to top 2020-08-04 18:34:31 +03:00
Dylan Araps da5e504130
docs: update 2020-08-04 18:28:32 +03:00
Dylan Araps aa414e1823
docs: update 2020-08-04 18:24:41 +03:00
Dylan Araps b87be40ad9
squish 2020-08-04 17:10:11 +03:00
Dylan Araps 4f0c2456a0
squish 2020-08-04 17:03:48 +03:00
Dylan Araps cbb0240d19
reset search on open 2020-08-04 17:01:44 +03:00
Dylan Araps 1901d8c204
ok 2020-08-04 16:59:12 +03:00
Dylan Araps 4bfc7bbaf6
sort 2020-08-04 16:51:11 +03:00
Dylan Araps b37de75b0c
CUP 2020-08-04 16:49:04 +03:00
Dylan Araps f8634de3e3
less comments 2020-08-04 16:06:04 +03:00
Dylan Araps 7bdd99e742
correct save/restore cursor' 2020-08-04 16:04:09 +03:00