Arun Prakash Jana
5e0049b6fa
Fix indent
4 years ago
Saagar Jha
3bab34e962
Opinionated xstrlcpy changes ( #513 )
* Unvectorize xstrlcpy
On all libcs I could find, memcpy does a better job than we can.
* Rename xstrlcpy to xstrsncpy to avoid confusion
The semantics of our xstrlcpy differed slightly from strlcpy; we return
the number of copied characters; strlcpy returns the strlen(src).
strscpy from Linux is similar except it returns the number of copied
characters sans the NUL byte, so this is named strsncpy to be different.
4 years ago
Arun Prakash Jana
2115d75ac6
Minor refactor
4 years ago
Arun Prakash Jana
0b66191dd5
Minor refactor
4 years ago
Arun Prakash Jana
a8da9979b7
Update docs
4 years ago
Arun Prakash Jana
36ae4b8250
Hover on dir and connect remote
4 years ago
Arun Prakash Jana
f93bb79de8
Update docs
4 years ago
Arun Prakash Jana
b3f8e4e511
Minor reformat
4 years ago
Arun Prakash Jana
707e30a590
Show status bar info in context color
4 years ago
Arun Prakash Jana
e5ba4f69bb
Update docs
4 years ago
Arun Prakash Jana
341b1ccb00
x to extract archive
4 years ago
Arun Prakash Jana
46f17885ce
Fix #511 : chew ling strings at filter prompt
4 years ago
Arun Prakash Jana
cee24984bc
Fix #511
4 years ago
Arun Prakash Jana
e1ed4c62c5
Fix #510
4 years ago
Arun Prakash Jana
b060115a19
A nocolor msg print
4 years ago
Arun Prakash Jana
1195dc86e0
Remove redundant calls
4 years ago
Arun Prakash Jana
078d05dc7a
Fix jump on canceled duplicate
4 years ago
Arun Prakash Jana
1014d941b1
Support only NO_COLOR, revert -C to disable color
4 years ago
lvgx
f14fb9c0f9
Add suport for "standard" NO_COLOR env variable ( #508 )
See https://no-color.org
4 years ago
Arun Prakash Jana
6d13fce698
Fix screen not cleared with drag down on narrow terms
4 years ago
Arun Prakash Jana
0c966b2178
With dimming, @ is not required for symlink to dir
4 years ago
Arun Prakash Jana
02c02c520d
Option -C to disable color
4 years ago
Arun Prakash Jana
0e3146ebd2
Status bar in context color
4 years ago
Arun Prakash Jana
5bd4a65b91
Add script to generate files
4 years ago
Arun Prakash Jana
73daf8be5b
Update docs
4 years ago
Arun Prakash Jana
38bd3c4900
(Sh)TAB should get a new context if required
4 years ago
Nick Waywood
415a6edd4a
Added support for fzy ( #505 )
* Added fzfz plugin
* Fixed shellcheck errors
* Fixed copy/paste error
* Added support for fzy, also renamed plugin since it's not specific to fzf anymore
* Refactored code
* Clean spillovers (jarun)
4 years ago
Nick Waywood
553f183919
Added fzfz plugin ( #502 )
* Added fzfz plugin
* Fixed shellcheck errors
* Fixed copy/paste error
4 years ago
Arun Prakash Jana
a3f509ffc6
Fix #499 : add fflush() as well
4 years ago
Arun Prakash Jana
ef159b9985
Fix clang-tidy warnings
4 years ago
Arun Prakash Jana
f8d2be504a
Remove redundant param
4 years ago
Arun Prakash Jana
91bd84cd5d
Fix #499
4 years ago
lvgx
6e6d3cba0d
Add .desktop file for XDG compatible DEs ( #501 )
Install with `make install-desktop`
It now appears in application menus, search, etc. in XDG compatible
desktop environments (like GNOME, KDE, ...).
4 years ago
Arun Prakash Jana
47ec055651
Fix #499 : broken readline prompt
4 years ago
Arun Prakash Jana
c01857cddb
Fix fzcd at /, minot refactor
4 years ago
Arun Prakash Jana
2d27902ac0
Quicker re-sort
4 years ago
Arun Prakash Jana
eea1b5da7d
Update docs
4 years ago
Arun Prakash Jana
a4243edacc
make var O_NOBATCH to compile out native batch renamer
4 years ago
Arun Prakash Jana
54d2580799
Add fortune to help
4 years ago
Arun Prakash Jana
9fea0220c4
List mode: limit exceeded error
4 years ago
Arun Prakash Jana
b8ede9895f
Use more sensible msg
4 years ago
Arun Prakash Jana
8f910fe85a
Fix build break
4 years ago
Arun Prakash Jana
3d9905615d
Fix crash
4 years ago
Arun Prakash Jana
267dc04f6c
Reduce presel usage
4 years ago
Arun Prakash Jana
d2e83b2cfe
Refactor change directory
4 years ago
Arun Prakash Jana
6ea33f1db3
Remove redundant name copy
4 years ago
Arun Prakash Jana
e9ff65a7b5
No re-filter on MSGWAIT
4 years ago
Arun Prakash Jana
0bfc032e5d
Do not reload
4 years ago
Arun Prakash Jana
446266d4c7
Fix build error
4 years ago
Arun Prakash Jana
df1e17a4c2
Reload dir when entering filter mode
4 years ago