Commit Graph

818 Commits

Author SHA1 Message Date
Gokcehan
4db1a63b75 rename scrollup/down to scroll-up/down
cc #764
2022-03-30 12:58:38 +03:00
Gokcehan
afa90fe647 use multiple selections for tag command
cc #791
2022-03-28 18:02:17 +03:00
Gokcehan
304026d680 use regular selection style for tags
cc #791
2022-03-28 17:58:33 +03:00
Gokcehan
9144df10ad stay at same position with tag-toggle
cc #791
2022-03-28 15:55:57 +03:00
Gokcehan
27a11ae507 use reverse style for tags for the selection
cc #791
2022-03-28 15:50:10 +03:00
Santos
5a5628d667
Add tags (#791)
* initial tags implementation

* add tag to complete.go

* add gTagsPath to os_windows.go

* change behaviour to match other commands

* add tag-toggle to complete.go

* add tag and tag-toggle to docs

* address feedback about tags
2022-03-28 15:43:05 +03:00
Gokcehan
2f9d840eda update doc 2022-03-20 01:15:32 +03:00
Gokcehan
8c71e5ba9f use ascii characters for icon defaults 2022-03-20 01:03:59 +03:00
Gokcehan
e6a1621261 cleanup 2022-03-19 22:02:46 +03:00
Gokcehan
97e7a6239f update doc 2022-03-19 21:57:24 +03:00
Gokcehan
1b82f1db0b update readme 2022-03-19 21:55:55 +03:00
Gokcehan
19aad41b8e cleanup 2022-03-19 19:16:51 +03:00
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