Commit Graph

785 Commits

Author SHA1 Message Date
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
Gokcehan
7872455021 restart event polling after ui resume on windows
cc #677
2021-10-19 22:51:25 +03:00
Gokcehan
1b71c33afd update doc 2021-10-10 00:01:01 +03:00
Gokcehan
f01fab6257 fix crash when hidden is changed
cc #615 #657
2021-10-09 22:49:12 +03:00
SPFab
85aa3b9dc6
Cmap fixes (#691)
* fixed bug when switching commands

* filter and searches are now reset, whenever prompt is reset

* don't interrupt %-shell commands

* filter and search are now correctly started and stoped on cd

* movement commands now don't stop prompts

* forgot shell-pipe check in delete command
2021-08-29 18:28:29 +03:00
SPFabGerman
5566f82596 fixed bug, where ~ is not a absolute directory (#690) 2021-08-25 19:36:14 +03:00
SPFab
0edf0823b7
cmap now accepts all expressions (#686) 2021-08-25 18:28:47 +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
6c46b217af add completion for dircache option 2021-08-01 17:06:04 +03:00
Gokcehan
bdd1747e43 update doc 2021-08-01 17:04:37 +03:00
Yegor Bychin
ee5b3f4813
add an option to disable directory cache (#673)
* add an option to disable directory cache

* change option name to `dircache`

* change 4 whitespaces to tab
2021-08-01 17:00:10 +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
SeerLite
8adbd2b9ef
Don't use the absolute path when saving bookmarks (#659)
The absolute path of symlinks were getting saved, so bookmarking a symlink
directory would cause the absolute path to be saved and loaded instead.
What's saved now is the current path string as understood by lf instead, so
path to symlinks can be saved too and they won't get dereferenced when
loading.
2021-07-09 16:34:45 +03:00
Gokcehan
55b9189713 build release only on tags 2021-06-20 01:43:45 +03:00
Gokcehan
b763c30cc5 deprecate travis in favor of github actions 2021-06-20 01:38:53 +03:00
gokcehan
61489ad00b
Create release.yml 2021-06-20 01:37:44 +03:00
gokcehan
1ff3910c70
Create go.yml 2021-06-20 01:12:57 +03:00
Gokcehan
1966a30deb bump go version 2021-06-20 01:01:06 +03:00
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
9885c4be7a trim command prefix when it is longer than width
cc #648
2021-06-13 01:09:19 +03:00
Gokcehan
29aa77aa27 update doc 2021-06-13 00:36:48 +03:00