Commit Graph

52 Commits

Author SHA1 Message Date
Juris Arturs Majors
cd396605da Add automatically generated zsh completion (#239)
* Add automatically generated zsh completion

* Rename to lf.zsh and add simple installation instructions
2019-10-07 22:48:17 +03:00
Gokcehan
ff4c36565c mention setsid in the documentation
Related #148 and #233
2019-10-07 20:23:08 +03:00
Yong Jie
bba32beb8a Fix bug where lfcd.cmd does not CD to different drive (#221) 2019-08-28 20:05:18 +03:00
Gokcehan
9f661344ed allow defining a custom rename command 2019-07-21 20:40:57 +03:00
Gokcehan
e3bc11408f update example configuration 2019-03-20 21:45:09 +03:00
Gokcehan
9656553974 cleanup 2019-03-03 22:29:34 +03:00
Daniel Lewan
993b227682 add fish completion to etc (#131) 2019-01-17 17:51:32 +03:00
Gokcehan
d86e9c991c add 'doc' command to view documentation
Related #100
2018-07-07 17:50:47 +03:00
Gokcehan
b8523c3258 rename 'remove' to 'delete' in example config 2018-06-28 21:55:56 +03:00
Gokcehan
4cbb211757 use env vars in example config 2018-06-28 21:53:42 +03:00
Gokcehan
96f35e986d rename 'open-file' to 'open' 2018-06-28 21:20:43 +03:00
Gokcehan
d987c9e439 rename yank-delete-put to copy-cut-paste 2018-06-27 21:17:56 +03:00
Gokcehan
b67b042d43 add shell options to example config 2018-06-26 22:24:41 +03:00
Gokcehan
01581f902f update documentation 2018-04-06 22:49:50 +03:00
Gokcehan
68232c06e3 rename 'read-shell' to 'shell' in shell commands 2018-03-27 21:23:34 +03:00
Gokcehan
c3f4aa58a7 add default file opener and more keybindings
Related #9 and #94
2018-03-02 23:21:52 +03:00
Gokcehan
6c0f794a94 use relative path for default shell on unix
Related #58
2018-02-17 20:04:30 +03:00
Gokcehan
460ccbea4a fix lfcd path in example config 2017-10-22 17:38:19 +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
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
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
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
dbb250d232 use fib numbers as ratios in the example config 2017-02-25 19:28:57 +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
56d80e2074 update example config 2017-02-11 14:52:28 +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
Gokcehan
a3965ca1d9 handle keys of push command while scanning 2016-10-15 21:46:31 +03:00
Gokcehan
cecd3f9904 parse list expressions without extra semicolon 2016-10-15 15:56:53 +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
bfb0c0c4a8 add example mapping for documentation 2016-09-14 00:49:02 +03:00
Gokcehan
c93738a6ec cleanup 2016-09-07 01:47:08 +03:00
Gokcehan
f356e6d694 handle all keys for mappings
Mentioned in #1.
2016-08-28 18:21:42 +03:00
Gokcehan
e86b8b34bd cleanup 2016-08-28 03:48:58 +03:00
Gokcehan
2c70ad5fb5 organize lfrc.example 2016-08-27 17:17:20 +03:00
Gokcehan
ce25fc55ca add an option to configure shell used by commands 2016-08-27 14:12:03 +03:00
Gokcehan
e8dc85527e use skipping command for open with using mimeopen in lfrc.example
Mentioned in #8.
2016-08-27 00:28:17 +03:00
Gokcehan
d712e6b247 add shell spawn example to lfrc.example
Mentioned in #8.
2016-08-27 00:24:51 +03:00
Gokcehan
a765a126fe fix ifs option in lfrc.example 2016-08-25 01:13:45 +03:00
Gokcehan
ffe2dc03f0 add an example open-file command to lfrc.example
Mentioned in #7.
2016-08-25 01:12:22 +03:00