Commit Graph

500 Commits

Author SHA1 Message Date
Gokcehan
466829e73b make remote flag handle save/load commands 2017-09-17 14:48:27 +03:00
Gokcehan
7c15ed69c8 remove backup option from default cp/mv for posix 2017-09-16 22:11:43 +03:00
Gokcehan
263c9d9fef enable user defined 'put' commands
Mentioned in #48.
2017-09-10 17:14:50 +03:00
Gokcehan
6c9f8746c0 cleanup 2017-09-08 23:47:37 +03:00
Gokcehan
1df7ca3408 cleanup 2017-09-08 23:46:31 +03:00
Gokcehan
3e0361911b move column example to wiki 2017-09-07 23:30:48 +03:00
Gokcehan
33dad5e5ff move mc example to wiki 2017-09-07 23:24:52 +03:00
Gokcehan
422cd6b459 change default file separator to newline
Mentioned in #47.
2017-09-07 23:01:57 +03:00
Gokcehan
8072801bf0 fix init order of sockets for remote commands 2017-08-06 18:26:38 +03:00
Gokcehan
cb577a4c3a handle user variables on all platforms 2017-08-06 11:05:46 +03:00
Gokcehan
ae4a29e550 add missing platforms 2017-08-05 19:41:39 +03:00
Gokcehan
bc99bf1919 cleanup 2017-08-05 19:25:28 +03:00
Gokcehan
458bc71688 use conditional compilation for windows 2017-08-05 19:23:55 +03:00
Gokcehan
eb2710c888 use cmd.exe as default shell on windows
Mentioned in #12.
2017-08-02 20:08:49 +03:00
Gokcehan
6631cdb23b use cmd.exe pause command for waiting on windows
Mentioned in #12.
2017-08-02 20:08:17 +03:00
Gokcehan
d7fca734c8 use robocopy for copying and moving on windows
Mentioned in #12.
2017-07-25 19:37:16 +03:00
Gokcehan
74078f6111 use newlines in communication protocol
Mentioned in #12 and #47.
2017-07-24 23:55:44 +03:00
Gokcehan
ec5058429c add lf.exe to gitignore 2017-07-23 17:15:30 +03:00
Gokcehan
e654700bd2 use tcp sockets on windows
Mentioned in #12.
2017-07-23 17:14:50 +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
33c55f0f51 fix selection-path switch help message
Mentioned in #82.
2017-05-14 18:22:46 +03:00
Gokcehan
a585ce8bab cleanup 2017-05-14 18:21:03 +03:00
Gokcehan
bf03f061ee cleanup 2017-05-14 17:11:38 +03:00
Gergő Pintér
041fb5ead3 add Fish version of working dir change function (#75)
* add Fish version of working dir change function

* Fix error with the two conditions

Not empty part is important otherwise arguments like -help or -doc, when lf is
not started actually and there is no *last-dir* will result the `dir` variable
empty and cd to home as `cd` changes directory to home.
2017-05-14 16:57:55 +03:00
Gokcehan
3eca9059bf refresh preview after search
Mentioned in #78.
2017-04-19 17:02:15 +03:00
Gokcehan
52fbe460b7 update preview after shell commands
Mentioned in #64 and #71.
2017-04-09 18:18:02 +03:00
Karol Woźniak
79728a93da Properly close file handle in readdir (#74) 2017-04-09 16:15:06 +03:00
Gokcehan
8bc975a858 add wrapscan option for cyclic search
Mentioned in #57.
2017-03-16 16:22:42 +03:00
Gokcehan
784d80ca30 implement octal escapes in double quotes
Mentioned in #47.
2017-03-16 00:13:26 +03:00
Gokcehan
7d21785af7 update documentation 2017-03-12 16:51:41 +03:00
Gokcehan
249c44739f update preview and fileinfo after toggle
Mentioned in #64.
2017-03-10 19:00:21 +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
dbb250d232 use fib numbers as ratios in the example config 2017-02-25 19:28:57 +03:00
Gokcehan
b871341f6d update documentation 2017-02-11 16:46:29 +03:00
Gokcehan
6047255449 Revert "read response in remote commands"
This reverts commit 46a4378531.
2017-02-11 16:45:23 +03:00
Gokcehan
68b9a5a04e typo 2017-02-11 16:34:48 +03:00
Gokcehan
87825fb2ad cleanup 2017-02-11 16:34:18 +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
46a4378531 read response in remote commands 2017-02-11 16:06:45 +03:00
Gokcehan
56d80e2074 update example config 2017-02-11 14:52:28 +03:00
Gokcehan
397d4102e6 implement double quotes with escape characters
Mentioned in #60.
2017-02-11 14:42:47 +03:00
Gokcehan
b790c53838 initialize server channel earlier for config file
Mentioned in #36.
2017-02-11 13:42:16 +03:00
Gokcehan
c55c4bf254 rename showinfo option to info
Related to #39.
2017-02-04 21:33:36 +03:00