Commit Graph

806 Commits

Author SHA1 Message Date
Gokcehan
2ddaf43421 count dirs while reading the parent dir
This commit moves directory counting with 'dircounts' option from ui
printing to dir reading to be run asynchronously without locking the ui.
On the other side, disadvantage of this approach is that if 'dircounts'
option is changed at runtime, then directory counts may not be available
requiring a manual 'reload'. Indicators for errors are changed to '!'
instead of '?' to distinguish them from missing values.
2022-03-19 19:01:24 +03:00
Gokcehan
5927a506f4 cleanup 2022-03-19 17:39:04 +03:00
Gokcehan
c712d304f2 skip files with stat errors while reading dirs
cc #741 #769
2022-03-19 00:26:42 +03:00
Gokcehan
076ab8ea9d update doc
cc #614 #770
2022-03-18 23:21:51 +03:00
Gokcehan
12f0f0da68 handle trailing slash in PWD properly
cc #558
2022-03-18 21:59:11 +03:00
Gokcehan
f66e5824a1 update doc
cc #783
2022-03-14 16:02:34 +03:00
Gokcehan
fb3c31d3c7 fix crash for config shell cmds
cc #759 #778
2022-03-11 17:12:32 +03:00
Gokcehan
089e6dc705 init navigation after evaluation of config file
cc #748 #759
2022-03-11 15:21:27 +03:00
Gokcehan
8954e9f16a Revert "fix option processing, async dirs & start select (#759)"
This reverts commit fb66a21577.
2022-03-11 02:43:38 +03:00
Gokcehan
07b35def77 add missing error contexts for getwd calls 2022-03-06 18:46:53 +03:00
Gokcehan
25476e79ef add 'on-quit' command to run a command before quit
cc #770
2022-02-27 14:09:08 +03:00
Christian Zangl
fb66a21577
fix option processing, async dirs & start select (#759) 2022-02-27 14:00:59 +03:00
sbinnee
b4637f91aa
add scrollup scrolldown builtin cmd (#764)
* add scrollup scrolldown builtin cmd

Scrollup/down move window pane without moving current cursor position.
Default keybinding would be <c-y> for scrollup and <c-e> for scrolldown
just like in vim.

* limit scrolldown when reached bottom

scrolodown will not allow empty space

Fix typo
2022-02-27 12:37:27 +03:00
Sean
7005815671
760 - Add opener example to lfrc for powershell (#765) 2022-02-21 00:12:31 +03:00
Gokcehan
03de10ba69 add colors and icons file examples 2022-02-14 00:29:43 +03:00
Gokcehan
e3c191acec cleanup 2022-02-14 00:29:15 +03:00
Gokcehan
f736f44e4e go mod tidy 2022-02-13 23:42:08 +03:00
Christian Zangl
c5bd676c3a
create process group for shell-pipe and shell-async (#753) 2022-02-13 23:39:49 +03:00
Gokcehan
3e3a4a6386 fix comments inside quotes in colors/icons files 2022-02-13 23:25:03 +03:00
Gokcehan
17453f10f5 add colors/icons file support
cc #505
2022-02-13 16:58:53 +03:00
Christian Zangl
375133e483
add "jump-next" and "jump-prev" (#755) 2022-02-13 12:02:18 +03:00
Gokcehan
1718527e90 Revert "remove irc bridge from readme"
This reverts commit d879e8f8f8.
2022-02-12 13:02:07 +03:00
Gokcehan
b5de2cd666 cleanup
cc #751
2022-02-12 12:54:11 +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
47620fa680 add command line option for log file
cc #739
2022-02-06 19:51:52 +03:00
Gokcehan
5d393da572 update doc
cc #747
2022-02-05 00:08:31 +03:00
Gokcehan
26455dca09 add left star file name matching to icons
cc #747
2022-02-05 00:02:50 +03:00
Lucas Burns
895e22a1b5
added: *filename as a color sequence to match against (#747) 2022-02-05 00:01:08 +03:00
Christian Zangl
761aa23483
add select-path to -help (#749) 2022-02-04 23:32:34 +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
18fb632efa export files and options for previewer and cleaner
cc #626
2022-01-27 22:08:13 +03:00
Gokcehan
1bb7a17c81 quote PWD variable on windows
cc #740
2022-01-26 17:22:46 +03:00
Gokcehan
94e06201f9 set file permissions at creation
cc #726
2022-01-26 16:52:40 +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
85c73978fe fix TestIsRoot on windows 2022-01-22 15:00:55 +03:00
Gokcehan
92e8a247b1 bump github actions go version to 1.17 2022-01-22 14:44:54 +03:00
Gokcehan
76338f1a4d add windows to github actions
cc #729
2022-01-22 14:12:37 +03:00
Gokcehan
081d0585cd fix permissions of socket and log files
cc #726
2022-01-22 13:47:18 +03:00
Gokcehan
ac4bdccf8d add dirtyfiles to windows
cc #729
2022-01-17 13:07:24 +03:00
Gokcehan
286bf75aa9 cleanup 2022-01-17 12:57:51 +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
d879e8f8f8 remove irc bridge from readme
cc #712
2021-12-03 23:50:58 +03:00
Gokcehan
78d4e3a2b4 move irc channel from Freenode to Libera.Chat
cc #712
2021-12-03 14:32:51 +03:00
Rocky Zhang
1a264b2f77
go get is deprecated, instead use go install (#717)
* go get is deprecated, instead use go install

* update the build instructions for different go version

* build: fix typo and adjust it for windows cmd and powershell
2021-12-03 01:52:39 +03:00