Arun Prakash Jana
e0cdbcb521
Check for file first (more in number)
4年前
Arun Prakash Jana
1029ff0d5b
MInor refactor
4年前
Arun Prakash Jana
555492276c
Update docs
4年前
Arun Prakash Jana
cf3c55b787
Update docs
4年前
Arun Prakash Jana
e72fa538d7
Reduce the scope of loop variables
4年前
Katrin Leinweber
e83e505659
Fix typo ( #516 )
4年前
lvgx
a6cef2504c
Make NNN_COLORS override NO_COLORS ( #515 )
4年前
Arun Prakash Jana
cd1c458c96
Fix build break
4年前
Arun Prakash Jana
a9436cfe7b
Fix build break
4年前
Arun Prakash Jana
c58434d078
Fix symlink to dir indicator in detail mode
4年前
Arun Prakash Jana
35c3497364
Use memccpy
4年前
Arun Prakash Jana
315132b363
Happy Birthday nnn! 🍰
4年前
Krisan Alifari
aa7f1dabdd
Support $FZF_DEFAULT_COMMAND on fzopen plugin ( #514 )
4年前
Arun Prakash Jana
f54d51c863
Change nav-as-you-type to type-to-nav
4年前
Arun Prakash Jana
806b91b60d
Simplified dirname()
4年前
Arun Prakash Jana
2b3214bd58
Simplify finding valid parent
4年前
Arun Prakash Jana
5e0049b6fa
Fix indent
4年前
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年前
Arun Prakash Jana
2115d75ac6
Minor refactor
4年前
Arun Prakash Jana
0b66191dd5
Minor refactor
4年前
Arun Prakash Jana
a8da9979b7
Update docs
4年前
Arun Prakash Jana
36ae4b8250
Hover on dir and connect remote
4年前
Arun Prakash Jana
f93bb79de8
Update docs
4年前
Arun Prakash Jana
b3f8e4e511
Minor reformat
4年前
Arun Prakash Jana
707e30a590
Show status bar info in context color
4年前
Arun Prakash Jana
e5ba4f69bb
Update docs
4年前
Arun Prakash Jana
341b1ccb00
x to extract archive
4年前
Arun Prakash Jana
46f17885ce
Fix #511 : chew ling strings at filter prompt
4年前
Arun Prakash Jana
cee24984bc
Fix #511
4年前
Arun Prakash Jana
e1ed4c62c5
Fix #510
4年前
Arun Prakash Jana
b060115a19
A nocolor msg print
4年前
Arun Prakash Jana
1195dc86e0
Remove redundant calls
4年前
Arun Prakash Jana
078d05dc7a
Fix jump on canceled duplicate
4年前
Arun Prakash Jana
1014d941b1
Support only NO_COLOR, revert -C to disable color
4年前
lvgx
f14fb9c0f9
Add suport for "standard" NO_COLOR env variable ( #508 )
See https://no-color.org
4年前
Arun Prakash Jana
6d13fce698
Fix screen not cleared with drag down on narrow terms
4年前
Arun Prakash Jana
0c966b2178
With dimming, @ is not required for symlink to dir
4年前
Arun Prakash Jana
02c02c520d
Option -C to disable color
4年前
Arun Prakash Jana
0e3146ebd2
Status bar in context color
4年前
Arun Prakash Jana
5bd4a65b91
Add script to generate files
4年前
Arun Prakash Jana
73daf8be5b
Update docs
4年前
Arun Prakash Jana
38bd3c4900
(Sh)TAB should get a new context if required
4年前
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年前
Nick Waywood
553f183919
Added fzfz plugin ( #502 )
* Added fzfz plugin
* Fixed shellcheck errors
* Fixed copy/paste error
4年前
Arun Prakash Jana
a3f509ffc6
Fix #499 : add fflush() as well
4年前
Arun Prakash Jana
ef159b9985
Fix clang-tidy warnings
4年前
Arun Prakash Jana
f8d2be504a
Remove redundant param
4年前
Arun Prakash Jana
91bd84cd5d
Fix #499
4年前
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年前
Arun Prakash Jana
47ec055651
Fix #499 : broken readline prompt
4年前