Commit Graph

66 Commits

Author SHA1 Message Date
ratijas
50e3a6856e
PowerShell: use native Camel-Case style for commands (#650)
In PowerShell land it is preferred to use Camel Case for command names,
options and parameters, so lets respect that.
2021-06-19 23:41:14 +03:00
Gokcehan
5d02b557d3 follow links in 'open' examples
cc #634
2021-05-22 01:46:13 +03:00
Gokcehan
7cdb7495ea add a command line parameter for single use
cc #177
2021-05-19 23:38:05 +03:00
Gokcehan
c8f60623f3 cleanup 2021-04-13 23:29:26 +03:00
Gokcehan
91f40b1f02 update example config 2021-03-03 18:06:44 +03:00
Gokcehan
c2fe88e9a0 cleanup 2020-12-24 15:49:01 +03:00
sitiom
f7c504493f
Add PowerShell autocompletion script (#535)
* Add PowerShell autocompletion script

* Update lf.ps1
2020-12-24 15:45:12 +03:00
Gokcehan
e4e11e5507 update fish keybinding example
Related #499
2020-12-24 02:44:08 +03:00
Gokcehan
eedcc258c2 cleanup 2020-12-24 02:28:25 +03:00
sitiom
e7f5f90b0c
Add PowerShell keybinding example for lfcd (#532)
* Add PowerShell keybinding example

* Update lfcd.ps1
2020-12-24 01:21:35 +03:00
Gokcehan
8dd4be0ddb change fish keybinding example
Related #499
2020-11-14 00:28:13 +03:00
Gokcehan
3db3445822 add bash completion script 2020-11-09 01:49:13 +03:00
Gokcehan
fa5623fca8 add example configuration files for windows
Related #431
2020-11-08 16:56:01 +03:00
Nicholas Christopoulos
74eab96637 [t]csh files added (lfcd,lf-complete) (#264)
* [t]csh files added (lfcd,lf-complete)

* rename lf-complete.csh to lf.csh

* rename lf-complete.csh to lf.csh; i forgot the comment-line

* convert ^O esc-code to ^O string
2019-12-19 22:11:23 +03:00
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