Commit Graph

15 Commits

Author SHA1 Message Date
Olivier Perret
69ff83a4b0 add command to invert marks in current directory 2016-10-09 18:19:32 +02:00
Gokcehan
27135faccd add a push command to simulate key pushes 2016-09-18 19:21:24 +03:00
Gokcehan
a2c7656301 add comp tests 2016-09-12 23:33:52 +03:00
Gokcehan
3d493e8271 use filepath module instead of path for portability
This should fix path separator confusion in windows.

Mentioned in #12.
2016-09-07 00:27:55 +03:00
Gokcehan
c19d3450a2 add an option to filter file content for preview
Mentioned in #5.
2016-08-28 15:04:57 +03:00
Gokcehan
ce25fc55ca add an option to configure shell used by commands 2016-08-27 14:12:03 +03:00
Gokcehan
d9583187e5 follow directories for file name completion 2016-08-26 23:25:40 +03:00
Gokcehan
ef4dd12e33 use open-file command instead of opener option
Mentioned in #7.
2016-08-25 00:51:52 +03:00
Gokcehan
19561f6531 show completion menu for multiple match 2016-08-21 18:41:03 +03:00
Gokcehan
37a547fd43 error context for completions 2016-08-17 22:42:36 +03:00
Gokcehan
0c07daf2ef skip non-existing dirs in shell completion 2016-08-16 23:18:26 +03:00
Gokcehan
c05a33a751 handle symlinks in shell completion 2016-08-16 23:17:19 +03:00
Gokcehan
4c5e5584ed longest match completion for multiple match 2016-08-16 23:13:57 +03:00
Gokcehan
98839a42f2 basic shell completion for single match 2016-08-16 22:31:17 +03:00
Gokcehan
656a9c837a basic command completion for single match 2016-08-15 23:29:37 +03:00