Commit Graph

761 Commits

Author SHA1 Message Date
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
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
099cccdcb5 show remote error when client id does not exists
cc #495
2021-06-13 00:27:43 +03:00
Gokcehan
4220868cc7 create data directory first before selection file
cc #645
2021-06-12 23:29:54 +03:00
Gokcehan
eaaf08e425 ignore erase line escape code
cc #440
2021-05-30 20:43:17 +03:00
Gokcehan
f885af55f2 add support for bright fg/bg ansi escape codes
cc #307
2021-05-30 19:26:08 +03:00
Gokcehan
599e42c12b calculate rune widths properly in shell outputs 2021-05-30 17:35:44 +03:00
Gokcehan
5d439419ea scroll when the prompt is longer than the width
cc #269
2021-05-30 17:24:19 +03:00
Gokcehan
5d02b557d3 follow links in 'open' examples
cc #634
2021-05-22 01:46:13 +03:00
Gokcehan
7acb69c40a echo logged server errors back to client as well 2021-05-21 16:54:01 +03:00
Gokcehan
7cdb7495ea add a command line parameter for single use
cc #177
2021-05-19 23:38:05 +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
7bf895e301 add server quit command to quit without clients
cc #177
2021-05-19 21:47:53 +03:00
Gokcehan
1841bba3e6 rename server quit command to quit!
cc #177
2021-05-19 21:47:08 +03:00
Gokcehan
6ca07b1bfc drop client connections on quit
cc #177
2021-05-19 21:45:27 +03:00
Gokcehan
ec330c1bc5 use a local file instead of server load and save
cc #177
2021-05-19 19:54:50 +03:00
Gokcehan
d31cd98b58 bump tcell to v2.3.1
cc #616 #621
2021-05-16 22:52:15 +03:00
Marius
0cd634e9a8
Preserve ' bookmark on sync (#624) 2021-05-13 21:31:25 +03:00
Marius
843afdfe4f
Make ratios behave like ratios (#622)
Integer division causes miscalculation of pane widths. With `set ratios 100:200:300` the first two panes have width 0, the third pane will take up all space (unless you happen to have a huge terminal). I noticed this when fine tuning ratios, e.g. going from `1:2:3` to something like `10:21:30`.
2021-05-13 21:25:04 +03:00
Gokcehan
1bd78220e2 avoid crash with dir preview when hidden changes
cc #615
2021-04-28 18:50:24 +03:00
Gokcehan
202a998731 invalidate reg cache when drawbox option changes
cc #602
2021-04-25 16:51:40 +03:00
Gokcehan
8739087fe1 increase lookahead length for color escapes
cc #609
2021-04-15 17:23:25 +03:00
Gokcehan
628bf408b4 invalidate reg cache when height changes in resize
cc #610
2021-04-14 14:49:41 +03:00
Gokcehan
4601e74d66 export OLDPWD variable as the initial directory
cc #601
2021-04-13 23:48:49 +03:00