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
Gokcehan
c8f60623f3
cleanup
2021-04-13 23:29:26 +03:00
Gokcehan
fec767d11b
dont change findlen to force find with cmd-enter
...
cc #605
2021-04-13 20:32:01 +03:00
gotroyb127
0dcfb3d4fe
force find at cmd-enter ( #605 )
...
cc #559
2021-04-06 19:02:16 +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
229b7b1ade
export PWD on windows to fix broken build
...
cc #591
2021-04-04 18:30:00 +03:00
Gokcehan
ca0068514a
add 'shellflag' option to customize shell flag
...
cc #597
2021-04-04 18:23:14 +03:00
Gokcehan
aebff483a7
update tcell version to fix delete key on st
...
cc #486
2021-03-30 01:34:58 +03:00
Gokcehan
5166eef0b3
change to local tcell fork
...
cc #586
2021-03-30 01:12:58 +03:00
Gokcehan
73be81595e
handle ui suspend/resume errors
...
cc #592
2021-03-28 18:54:40 +03:00
Gokcehan
06bf58851b
update doc
...
cc #591
2021-03-19 14:00:00 +03:00
SeerLite
b7aaa23bd0
Export $PWD to shell ( #591 )
...
Most shells use $PWD to show the right working directory when it's a
symlink. Without it, they'd fall back to the absolute path instead.
2021-03-19 13:58:10 +03:00
SPFab
a9cb7156a3
added ability to use custom config file ( #587 )
2021-03-09 14:35:50 +03:00
Gokcehan
91f40b1f02
update example config
2021-03-03 18:06:44 +03:00
Gokcehan
1544d62206
update readme
2021-02-27 23:16:27 +03:00
Gokcehan
8742f25706
update doc
2021-02-27 22:56:18 +03:00
Gokcehan
ced1ccd0c3
update doc
2021-02-22 01:45:48 +03:00
Gokcehan
7dfdcb51c0
unset shellopts when empty
2021-02-21 19:21:06 +03:00
Gokcehan
2c3cd35a5d
use x/term instead of stty/pause to prompt any key
...
cc #480
2021-02-21 18:01:20 +03:00
Gokcehan
c071e37316
cleanup
2021-02-21 17:48:23 +03:00
Gokcehan
4c0efdcb41
use suspend/resume api in tcell v2.2.0
...
cc #480
2021-02-21 17:34:38 +03:00
Gokcehan
1b93f2232e
show number of selected/saved files in status line
...
cc #143
2021-02-13 17:45:18 +03:00
Gokcehan
9ec336fcdb
update doc
...
cc #581
2021-02-12 20:54:18 +03:00
Nikita
6422bd7492
Fix symlink handling ( #581 )
...
* Fix replace dialog for symlinks
If the oldPath is a symlink to the newPath or vice versa, than os.Stat()
would resolve this symlink, and both the oldStat and newStat would be
the same. Hence, the replace dialog would not appear and the newPath
file would be overwritten by the oldPath file whilst the oldPath would
be deleted.
It is the same story when the oldPath and newPath are both symlinks to
the same file.
* Fix completion in the case of broken symlinks
If the current directory contains broken symlinks then matchFile() would
return at first broken symlink.
Let's consider the following example:
$ ls -F ~/
broken@ dir/ file
The broken@ is a symlink to ~/foo - non existent file.
If one would enter the following command in lf:
:cd ~/<tab>
it would not suggest possible completion options because matchFile()
would return as soon as it meet the broken symlink.
* Don't resolve symlinks when move files/dirs (#571 )
This will allow to move broken symlinks.
* Fix symlinks copying/moving (#571 )
Copy symlinks, do not try to resolve it and copy the file pointed by
this symlink. Also this allows to copy symlink to directory.
2021-02-12 20:50:48 +03:00
Gokcehan
60d6119858
add link/user/group to statline when available
...
cc #365
2021-02-12 16:01:54 +03:00
Gokcehan
3e403bb888
update sigpipe error fix in the doc
2021-02-06 00:19:09 +03:00
Gokcehan
9d451ffd19
use ascii space/digits in scanner
...
cc #572
2021-01-30 18:29:32 +03:00
Gokcehan
2aa50aecaf
show unknown mapping error for unbind mouse events
...
cc #268 #570
2021-01-29 19:47:28 +03:00
Gokcehan
13d19d84f9
add 'mouse' option to enable/disable mouse events
...
cc #268 #570
2021-01-29 19:36:27 +03:00
neeshy
1163efb7aa
Avoid redundantly loading previews for search/find ( #569 )
...
* Avoid redundantly loading previews for find
* Avoid redundantly loading previews for search
2021-01-29 18:27:27 +03:00
Gokcehan
c6cf0e61ba
only combine non-spacing mark characters
...
cc #565
2021-01-27 02:22:40 +03:00
Gokcehan
ea1ff74e55
update doc
2021-01-24 16:33:49 +03:00