Commit Graph

277 Commits

Author SHA1 Message Date
Gokcehan
2c63096d3b avoid renew when hidden option is changed
Mentioned in #92.
2017-11-30 23:11:37 +03:00
Gokcehan
ce508d7ed3 add unmark command to unmark all selections
Mentioned in #79.
2017-11-25 16:15:04 +03:00
Gokcehan
d16fcbea71 add sanity checks to ratios option
Mentioned in #77.
2017-11-22 17:30:09 +03:00
Gokcehan
946de57f26 keep ansi attributes at next line 2017-11-22 17:17:23 +03:00
Gokcehan
ba0a9005b1 prevent ansi code zero error 2017-11-20 18:46:00 +03:00
Gokcehan
9b7bf63096 cleanup 2017-11-19 21:55:13 +03:00
Gokcehan
1a39b00a8f replace renew with redraw while reading commands
Mentioned in #92.
2017-11-19 02:39:42 +03:00
Gokcehan
30ed1c651f add redraw command for ui update
Mentioned in #92.
2017-11-19 02:36:01 +03:00
Gokcehan
9ac32fc850 cache directory contents in memory
Mentioned in #92.
2017-11-19 01:25:41 +03:00
Gokcehan
accb61dad1 eliminate redundant renews for sort changes
Mentioned in #92.
2017-11-18 22:06:30 +03:00
Gokcehan
d97f4a07b6 add matrix chat link to readme 2017-11-04 19:07:34 +03:00
Gokcehan
ee7359a641 cleanup 2017-11-04 18:58:48 +03:00
Gokcehan
f1b5edfa0d show shell commands as a single line
Mentioned in #91.
2017-11-04 18:50:31 +03:00
Gokcehan
b3d2ddcc33 add freenode irc channel link to readme 2017-11-02 23:38:02 +03:00
Gokcehan
3f7bd0a62d enable smartcase and ignorecase by default
Mentioned in #69.
2017-10-31 00:35:31 +03:00
Gokcehan
5aac87bda6 handle dos line endings in config files 2017-10-30 23:28:34 +03:00
Gokcehan
94bb62f7c0 change directory to the first argument on startup
Mentioned in #63.
2017-10-30 23:08:39 +03:00
Gokcehan
9092dc6369 update custom 'put' command section in doc 2017-10-26 21:37:16 +03:00
Gokcehan
fed8d73ffe move server file clearing to builtin 'put' command
If a user defines an asynchronous 'put' command it will fetch an empty
list from the server since server file list is immediately cleared after
every 'put' command. Now that we move the clearing to the builtin 'put'
command, users need to explicitly clear server file list in their custom
'put' commands if they like.
2017-10-26 21:16:24 +03:00
Gokcehan
f907a553ae add interactive flag to cp/mv to avoid overwrite 2017-10-26 18:31:48 +03:00
Gokcehan
460ccbea4a fix lfcd path in example config 2017-10-22 17:38:19 +03:00
Gokcehan
7be21c5d05 add integrations link to readme 2017-10-22 17:36:50 +03:00
Gokcehan
7d47436a35 change cd function names to lfcd 2017-10-21 22:14:58 +03:00
Gokcehan
fd2d3a0f86 add cd scripts for cmd.exe and powershell 2017-10-21 21:00:10 +03:00
Gokcehan
098332fc05 add user defined 'put' commands to documentation 2017-09-17 19:36:37 +03:00
Gokcehan
5c4b21406b move scan and parse tests to eval 2017-09-17 15:05:29 +03:00
Gokcehan
4fb02ed30b replace nc with remote flag in the documentation 2017-09-17 15:01:53 +03:00
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