Gokcehan
|
0d0f7451ac
|
add 'mark-save' and 'mark-load' commands for marks
Related #76
|
2018-07-09 21:35:04 +03:00 |
|
Gokcehan
|
a80900f41e
|
rename mark to selection
|
2018-07-09 21:22:10 +03:00 |
|
Gokcehan
|
d86e9c991c
|
add 'doc' command to view documentation
Related #100
|
2018-07-07 17:50:47 +03:00 |
|
Gokcehan
|
63892ee83c
|
generate man page from the documentation
|
2018-07-05 23:09:53 +03:00 |
|
Gokcehan
|
fef99c1d70
|
use env vars on windows
|
2018-06-28 23:37:01 +03:00 |
|
Gokcehan
|
5787ecd1bd
|
add default environmental variables
|
2018-06-28 21:51:24 +03:00 |
|
Gokcehan
|
96f35e986d
|
rename 'open-file' to 'open'
|
2018-06-28 21:20:43 +03:00 |
|
Gokcehan
|
07c16fede0
|
add configuration file locations to doc
|
2018-06-28 20:23:50 +03:00 |
|
Gokcehan
|
6c319316e2
|
add 'source' command to read a configuration file
Related #97
|
2018-06-28 17:14:35 +03:00 |
|
Gokcehan
|
5d5d00e30b
|
add special keys to default keybindings
|
2018-06-27 21:33:00 +03:00 |
|
Gokcehan
|
d987c9e439
|
rename yank-delete-put to copy-cut-paste
|
2018-06-27 21:17:56 +03:00 |
|
Gokcehan
|
e99478e8a1
|
add 'shellopts' option to set shell arguments
Related #102
|
2018-06-26 21:14:55 +03:00 |
|
Gokcehan
|
8070cd82b7
|
cleanup
|
2018-06-16 00:59:16 +03:00 |
|
Gokcehan
|
76a725eaf2
|
replace 'reload' with 'load' in documentaiton
|
2018-06-15 22:52:17 +03:00 |
|
Gokcehan
|
ba01f85340
|
add 'load' command to load modified dirs and files
|
2018-06-15 16:33:54 +03:00 |
|
Gokcehan
|
723357fe3d
|
add 'period' option for periodic refresh
Related #73
|
2018-06-09 22:02:09 +03:00 |
|
Gokcehan
|
9177ddd406
|
cleanup
|
2018-06-06 21:50:15 +03:00 |
|
Gokcehan
|
9d21a4f359
|
add key mappings to the doc
|
2018-06-06 21:39:44 +03:00 |
|
Gokcehan
|
a85e0da9b0
|
cleanup
|
2018-05-20 20:30:41 +03:00 |
|
Gokcehan
|
42d57121f7
|
rename 'cmd-put' to 'cmd-yank'
|
2018-05-16 00:28:11 +03:00 |
|
Gokcehan
|
ed8137a79c
|
rename 'bot' to 'bottom'
|
2018-05-16 00:20:05 +03:00 |
|
Gokcehan
|
d9761d2dc8
|
rename 'hist' to 'history'
|
2018-05-16 00:16:49 +03:00 |
|
Gokcehan
|
04f1d68d1e
|
rename 'comp' to 'complete'
|
2018-05-16 00:05:06 +03:00 |
|
Gokcehan
|
3deea69c4d
|
rename 'cmd-delete-beg' to 'cmd-delete-home'
|
2018-05-16 00:02:06 +03:00 |
|
Gokcehan
|
980a89c908
|
rename 'cmd-beg' to 'cmd-home'
|
2018-05-16 00:00:20 +03:00 |
|
Gokcehan
|
de39594a46
|
add 'cmd-transpose-word' to swap words
|
2018-05-14 19:38:35 +03:00 |
|
Gokcehan
|
6e6cca33b8
|
add 'cmd-lowercase-word' to downcase word to end
|
2018-05-14 01:38:19 +03:00 |
|
Gokcehan
|
18f6d954a7
|
add 'cmd-uppercase-word' to upcase word to end
|
2018-05-14 01:30:53 +03:00 |
|
Gokcehan
|
1a95df7b64
|
add 'cmd-delete-word' to delete word to end
|
2018-05-14 01:25:26 +03:00 |
|
Gokcehan
|
afefc30a67
|
rename 'cmd-delete-word' to 'cmd-delete-unix-word'
|
2018-05-14 01:19:26 +03:00 |
|
Gokcehan
|
0c672fef6f
|
add 'cmd-capitalize-word' to upcase letter
|
2018-05-14 01:16:01 +03:00 |
|
Gokcehan
|
ef709b5611
|
implement 'cmd-word' and 'cmd-word-back' commands
Related #67
|
2018-05-05 19:37:14 +03:00 |
|
Gokcehan
|
0855507298
|
fix default commands on windows
|
2018-04-28 18:34:24 +03:00 |
|
Gokcehan
|
6b235beb39
|
update documentation
|
2018-04-21 00:11:54 +03:00 |
|
Gokcehan
|
8eb9055622
|
add 'drawbox' option to draw box around windows
|
2018-04-15 19:26:51 +03:00 |
|
Gokcehan
|
ebd599deca
|
remove 'lscolors' option
Related #37
|
2018-04-14 21:21:39 +03:00 |
|
Gokcehan
|
5a9a829252
|
handle 256 colors in $LS_COLORS
Related #37
|
2018-04-14 21:18:39 +03:00 |
|
M1rt
|
f92e0f53a5
|
LSCOLORS & LS_COLORS support (#96)
* LSCOLORS & LS_COLORS support
* Renamed lsColors to gColors
* Fixed gOptWords & setExpr.eval()
|
2018-04-14 14:58:29 +03:00 |
|
Gokcehan
|
4d3437a198
|
add builtin 'draw' command to update efficiently
|
2018-04-12 21:48:32 +03:00 |
|
Gokcehan
|
0175c1bd1b
|
fix titles in the documentation
|
2018-04-06 22:52:15 +03:00 |
|
Gokcehan
|
01581f902f
|
update documentation
|
2018-04-06 22:49:50 +03:00 |
|
Gokcehan
|
e55c490bf5
|
add 'cmd-interrupt' command to kill current shell
|
2018-04-03 22:56:38 +03:00 |
|
Gokcehan
|
68232c06e3
|
rename 'read-shell' to 'shell' in shell commands
|
2018-03-27 21:23:34 +03:00 |
|
Gokcehan
|
4f05975e77
|
add builtin 'select' command to change selection
|
2018-03-27 20:47:17 +03:00 |
|
Gokcehan
|
32d729eac1
|
add a new shell type displaying the output
|
2018-03-26 21:22:18 +03:00 |
|
Gokcehan
|
c3f4aa58a7
|
add default file opener and more keybindings
Related #9 and #94
|
2018-03-02 23:21:52 +03:00 |
|
Gokcehan
|
61c8b588cd
|
add promptfmt option to configure prompt line
Related #50
|
2018-02-22 18:18:30 +03:00 |
|
Gokcehan
|
6c0f794a94
|
use relative path for default shell on unix
Related #58
|
2018-02-17 20:04:30 +03:00 |
|
Gokcehan
|
288561a9ba
|
bind redraw to control-l
Mentioned in #92.
|
2018-01-29 18:12:59 +03:00 |
|
Gokcehan
|
f6cce2d40c
|
rename renew to reload and bind to control-r
Mentioned in #92.
|
2018-01-29 18:08:51 +03:00 |
|
Gokcehan
|
ce508d7ed3
|
add unmark command to unmark all selections
Mentioned in #79.
|
2017-11-25 16:15:04 +03:00 |
|
Gokcehan
|
9b7bf63096
|
cleanup
|
2017-11-19 21:55:13 +03:00 |
|
Gokcehan
|
30ed1c651f
|
add redraw command for ui update
Mentioned in #92.
|
2017-11-19 02:36:01 +03:00 |
|
Gokcehan
|
3f7bd0a62d
|
enable smartcase and ignorecase by default
Mentioned in #69.
|
2017-10-31 00:35:31 +03:00 |
|
Gokcehan
|
9092dc6369
|
update custom 'put' command section in doc
|
2017-10-26 21:37:16 +03:00 |
|
Gokcehan
|
098332fc05
|
add user defined 'put' commands to documentation
|
2017-09-17 19:36:37 +03:00 |
|
Gokcehan
|
4fb02ed30b
|
replace nc with remote flag in the documentation
|
2017-09-17 15:01:53 +03:00 |
|
Gokcehan
|
7c15ed69c8
|
remove backup option from default cp/mv for posix
|
2017-09-16 22:11:43 +03:00 |
|
Gokcehan
|
1df7ca3408
|
cleanup
|
2017-09-08 23:46:31 +03:00 |
|
Gokcehan
|
422cd6b459
|
change default file separator to newline
Mentioned in #47.
|
2017-09-07 23:01:57 +03:00 |
|
Gokcehan
|
cb072eba12
|
add smartcase option for smart case sensitive search
Mentioned in #69.
|
2017-07-15 17:46:22 +03:00 |
|
Gokcehan
|
ca7a3ccab4
|
add ignorecase option for case insensitive search
Mentioned in #69.
|
2017-07-15 17:18:37 +03:00 |
|
Gokcehan
|
9e69ce94ca
|
add globsearch option for wildcard searching
Mentioned in #69.
|
2017-07-15 17:06:18 +03:00 |
|
Karol Woźniak
|
fe05105c88
|
Implement directory count info (#85)
|
2017-06-03 14:12:43 +03:00 |
|
Gokcehan
|
9962b378a8
|
add commands history
Mentioned in #81.
|
2017-05-15 12:30:50 +03:00 |
|
Gokcehan
|
8bc975a858
|
add wrapscan option for cyclic search
Mentioned in #57.
|
2017-03-16 16:22:42 +03:00 |
|
Gokcehan
|
7d21785af7
|
update documentation
|
2017-03-12 16:51:41 +03:00 |
|
Gokcehan
|
3fd1222e4f
|
implement cmap for command line mapping
|
2017-03-10 18:53:21 +03:00 |
|
Gokcehan
|
0969514f10
|
use spaces for indentation in documentation
|
2017-03-10 16:15:16 +03:00 |
|
Gokcehan
|
20f38b96f1
|
update documentation
|
2017-02-25 19:29:47 +03:00 |
|
Gokcehan
|
b871341f6d
|
update documentation
|
2017-02-11 16:46:29 +03:00 |
|
Gokcehan
|
68b9a5a04e
|
typo
|
2017-02-11 16:34:48 +03:00 |
|
Gokcehan
|
96797f2487
|
add example remove command
|
2017-02-11 16:28:45 +03:00 |
|
Gokcehan
|
de1168fb96
|
add documentation for remote commands
Mentioned in #36.
|
2017-02-11 16:14:41 +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 |
|
Gokcehan
|
7c800cc373
|
fix output redirections for open-file example
|
2017-01-07 18:13:21 +03:00 |
|
Gokcehan
|
79ca4cfe9d
|
use /bin/sh as the default for shell option
Mentioned in #58.
|
2016-12-27 19:05:41 +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
|
29c14533dd
|
cleanup
|
2016-12-20 00:19:07 +03:00 |
|
Gokcehan
|
563fae38d2
|
add clear command to clear file selection
Mentioned in #45.
|
2016-12-19 21:53:47 +03:00 |
|
Gokcehan
|
721a20269e
|
add natural sorting as a sortby option
Closes #21.
|
2016-12-03 00:45:04 +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 |
|
Gokcehan
|
a3965ca1d9
|
handle keys of push command while scanning
|
2016-10-15 21:46:31 +03:00 |
|
Olivier Perret
|
69ff83a4b0
|
add command to invert marks in current directory
|
2016-10-09 18:19:32 +02:00 |
|
Gokcehan
|
fe3971f4c0
|
format
|
2016-10-05 18:39:48 +03:00 |
|
Gokcehan
|
00516af039
|
fix push with command example
|
2016-09-20 23:18:39 +03:00 |
|
Gokcehan
|
27135faccd
|
add a push command to simulate key pushes
|
2016-09-18 19:21:24 +03:00 |
|
Gokcehan
|
878d28237a
|
add file previewing to the documentation
Mentioned in #5.
|
2016-09-15 21:44:06 +03:00 |
|
Gokcehan
|
b0b06c46d2
|
escape backticks in documentation
|
2016-09-15 17:08:05 +03:00 |
|
Gokcehan
|
991bbc628f
|
cleanup
|
2016-09-15 02:31:12 +03:00 |
|
Gokcehan
|
295c9bff76
|
add tutorial to the documentation
|
2016-09-15 02:18:50 +03:00 |
|
Gokcehan
|
7d2ee16e2d
|
generate documentation and embed in binary
|
2016-09-14 00:40:14 +03:00 |
|