Karol Woźniak
|
fe05105c88
|
Implement directory count info (#85)
|
2017-06-03 14:12:43 +03:00 |
|
Gokcehan
|
8bc975a858
|
add wrapscan option for cyclic search
Mentioned in #57.
|
2017-03-16 16:22:42 +03:00 |
|
Gokcehan
|
c55c4bf254
|
rename showinfo option to info
Related to #39.
|
2017-02-04 21:33:36 +03:00 |
|
Gokcehan
|
d605781d09
|
modify showinfo to handle multiple values
Mentioned in #39.
|
2017-02-04 21:28:03 +03:00 |
|
Karol Woźniak
|
8be854d3ba
|
Add reverse option (#55)
|
2016-12-26 23:49:18 +03:00 |
|
Gokcehan
|
ad6ead5e45
|
add a filesep option to configure file seperator
Mentioned in #47.
|
2016-12-24 16:06:44 +03:00 |
|
Gokcehan
|
f7e778591a
|
implement search/search-back and search-next/prev
Closes #38.
|
2016-12-24 15:57:57 +03:00 |
|
Gokcehan
|
563fae38d2
|
add clear command to clear file selection
Mentioned in #45.
|
2016-12-19 21:53:47 +03:00 |
|
Gokcehan
|
a717c31ca1
|
cleanup
|
2016-12-18 21:34:41 +03:00 |
|
Gokcehan
|
d3de4d8f32
|
skip broken links for executable completion
|
2016-12-15 16:19:01 +03:00 |
|
Gokcehan
|
22b157a8fa
|
fix panic for empty shell completions
|
2016-12-15 16:11:41 +03:00 |
|
Gokcehan
|
751290ed9b
|
fix panic for empty completions
|
2016-12-15 16:04:15 +03:00 |
|
Gokcehan
|
932e644c93
|
handle escapes in completions
|
2016-12-03 00:28:25 +03:00 |
|
Gokcehan
|
c8202bbc7a
|
add timefmt option for time format in status line
Mentioned in #41.
|
2016-11-21 23:13:33 +03:00 |
|
Gokcehan
|
9962827926
|
add sync command to synchronize yanked/deleted files with server
Mentioned in #13 and #36.
|
2016-11-09 00:39:39 +03:00 |
|
Gokcehan
|
ec4cb78535
|
rename paste command to put
|
2016-11-06 18:09:18 +03:00 |
|
Ivan Menshykov
|
2345e16794
|
Dirfirst option and numerical sorting (#27)
* Create option dirfirst, and add numerical sorting
* Add only dirfirst option
|
2016-10-18 23:17:27 +03:00 |
|
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 |
|