Commit Graph

197 Commits

Author SHA1 Message Date
Christian Zangl
375133e483
add "jump-next" and "jump-prev" (#755) 2022-02-13 12:02:18 +03:00
Gokcehan
73f990cdb6 rename 'get-dirsize' to 'calcdirsize'
cc #750
2022-02-12 12:40:07 +03:00
Christian Zangl
b08ab8dfb7
Continue PR: configure time format in the info column (#751)
* Allow to configure time format in the info column

* Update infotimefmt PR from Krzysztof Maicher

Add format length, rename options

Co-authored-by: Krzysztof Maicher <krzysztof.maicher@gmail.com>
2022-02-12 12:23:22 +03:00
Christian Zangl
cbb80a0d44
add get-dirsize command (#750) 2022-02-12 12:21:49 +03:00
Gokcehan
86e84c9151 use XDG_RUNTIME_DIR for the socket file
cc #722 #726
2022-02-06 23:45:40 +03:00
Gokcehan
1703dcc11f update doc 2022-02-06 19:54:25 +03:00
Gokcehan
5d393da572 update doc
cc #747
2022-02-05 00:08:31 +03:00
Christian Zangl
a4842e19d4
keep copy selections after paste (#745) 2022-02-04 19:21:03 +03:00
Christian Zangl
958857f4c4
Add Temporary Marks (#744)
* add temporary marks

* change option format & documentation
2022-01-31 02:28:06 +03:00
Gokcehan
930364ce78 Revert "dirtyfiles: files that don't require cleaning before previewing them (#729)"
This reverts commit 673dad9f07.
2022-01-22 16:57:28 +03:00
Gokcehan
fea4ededb6 update doc 2022-01-04 23:48:04 +03:00
Lucas Mior
673dad9f07
dirtyfiles: files that don't require cleaning before previewing them (#729)
* dirtyfiles

* wrong default on man page

* respect alphabetic order for options

* clean on shell commands

* formating if
2021-12-25 20:49:30 +03:00
Gokcehan
1b71c33afd update doc 2021-10-10 00:01:01 +03:00
SPFab
05a48ea315
added pre-cd command (#685)
* added special pre-cd command

* added documentation
2021-08-23 17:11:56 +03:00
SPFab
ff0933ca03
Added filter command (#667)
* added first version of interactive filter

* small fix when loading new file

* don't reset filter when directory is reloaded automatically

* reapply filter when options for searching change

* current filter or arguments now prefilled in the prompt

* empty filter can now be supplied

* added new setfilter command for use in scripts

* added incfilter option

* added very basic documentation

* added filter indication in statusbar

* added option to display filter to prompt
2021-08-21 16:40:24 +03:00
Gokcehan
bdd1747e43 update doc 2021-08-01 17:04:37 +03:00
Matthew Toohey
75eba115d2
implement dironly option (#669)
Co-authored-by: mtoohey31 <mtoohey31@users.noreply.github.com>
2021-07-31 16:10:25 +03:00
István Donkó
6e9f53f4bb
Fix minor typo (#647)
* Fix minor typo

lf.1 will need to be regenerated as well.

* Fix minor typo
2021-06-13 00:36:16 +03:00
Gokcehan
5d02b557d3 follow links in 'open' examples
cc #634
2021-05-22 01:46:13 +03:00
Gokcehan
d6acf4a6ec update doc 2021-05-19 22:25:26 +03:00
Gokcehan
06a30eda19 add 'autoquit' option to auto quit server on quit
cc #177
2021-05-19 21:55:19 +03:00
Gokcehan
4601e74d66 export OLDPWD variable as the initial directory
cc #601
2021-04-13 23:48:49 +03:00
Gokcehan
c8f60623f3 cleanup 2021-04-13 23:29:26 +03:00
gotroyb127
0cfd34f30d
add 'waitmsg' option to configure the message after shell-wait commands (#604) 2021-04-06 18:57:23 +03:00
Gokcehan
ca0068514a add 'shellflag' option to customize shell flag
cc #597
2021-04-04 18:23:14 +03:00
Gokcehan
06bf58851b update doc
cc #591
2021-03-19 14:00:00 +03:00
Gokcehan
8742f25706 update doc 2021-02-27 22:56:18 +03:00
Gokcehan
9ec336fcdb update doc
cc #581
2021-02-12 20:54:18 +03:00
Gokcehan
3e403bb888 update sigpipe error fix in the doc 2021-02-06 00:19:09 +03:00
Gokcehan
13d19d84f9 add 'mouse' option to enable/disable mouse events
cc #268 #570
2021-01-29 19:36:27 +03:00
Gokcehan
ea1ff74e55 update doc 2021-01-24 16:33:49 +03:00
Gokcehan
7481040c2d enable top/bottom in cmap mappings 2021-01-19 01:45:42 +03:00
Gokcehan
a13c14fb07 add support for mouse buttons and wheels
cc #268
2021-01-19 01:20:34 +03:00
Gokcehan
af988284a4 update doc 2021-01-18 23:44:26 +03:00
gotroyb127
d27748e9b5
minor doc fix (#560)
Related #545
2021-01-18 19:02:51 +03:00
Gokcehan
1f9c0b1d4c update doc 2021-01-11 00:42:47 +03:00
Gokcehan
2e4ed8f867 fix default promptfmt to use %d instead of %w
cc #545
2021-01-11 00:40:14 +03:00
Gokcehan
9f8bbe26e2 add trailing star to match names for colors/icons
cc #543
2021-01-07 01:17:56 +03:00
Gokcehan
ab6c00c73d update doc
cc #531
2021-01-03 01:35:30 +03:00
Gokcehan
bfa527fcea fix order of color/icon matches
cc #543
2021-01-03 01:02:40 +03:00
neeshy
1e94f4533e
Guarantee preview/previewClear ordering (#537)
* Use chan struct{} in place of chan bool

* Revert "nav.checkReg now returns a boolean instead of calling nav.preview"

* Guarantee preview/previewClear ordering

* Pass the file path to the cleaner script
2020-12-27 04:23:03 +03:00
Gokcehan
72567c9237 update doc
Related #505
2020-12-27 03:27:33 +03:00
neeshy
82f03102a5
Add ability to use image previewers (#531)
* Return early on error in nav.preview

* nav.checkReg now returns a boolean instead of calling nav.preview

* Pass width, height, x, and y parameters to preview script

* Check previewer for exit code

If non-zero the preview will be assumed to have side-effects.

* Add the cleaner option

This is called upon selection changes if the previous preview was
volatile. To this end, volatilePreview was added to the nav struct
2020-12-24 16:13:20 +03:00
Gokcehan
ed5104cfdb update doc 2020-12-19 17:25:44 +03:00
Gokcehan
cae9ada56c update doc 2020-12-11 17:07:34 +03:00
Gokcehan
6f525ba047 cleanup 2020-12-11 16:47:56 +03:00
Gokcehan
f9382f72d4 update doc 2020-12-11 16:36:03 +03:00
Marius
73d1a81d85
Fix default promptfmt in documentation (#509)
%w already has a trailing slash
see: f68406b93c/opts.go (L92)
2020-11-27 22:12:55 +03:00
Gokcehan
8eb596c670 update doc
Related #499
2020-11-06 20:25:31 +03:00
Gokcehan
f68406b93c enable 'ignoredia' by default
Related #320
2020-11-06 16:03:02 +03:00