Arun Prakash Jana
588b413832
Optimized xstrlen(), xstrdup()
4 years ago
Arun Prakash Jana
30a6caf8bc
Refactor set_time_type()
4 years ago
Arun Prakash Jana
e0cdbcb521
Check for file first (more in number)
4 years ago
Arun Prakash Jana
1029ff0d5b
MInor refactor
4 years ago
Arun Prakash Jana
555492276c
Update docs
4 years ago
Arun Prakash Jana
cf3c55b787
Update docs
4 years ago
Arun Prakash Jana
e72fa538d7
Reduce the scope of loop variables
4 years ago
Katrin Leinweber
e83e505659
Fix typo ( #516 )
4 years ago
lvgx
a6cef2504c
Make NNN_COLORS override NO_COLORS ( #515 )
4 years ago
Arun Prakash Jana
cd1c458c96
Fix build break
4 years ago
Arun Prakash Jana
a9436cfe7b
Fix build break
4 years ago
Arun Prakash Jana
c58434d078
Fix symlink to dir indicator in detail mode
4 years ago
Arun Prakash Jana
35c3497364
Use memccpy
4 years ago
Arun Prakash Jana
315132b363
Happy Birthday nnn! 🍰
4 years ago
Krisan Alifari
aa7f1dabdd
Support $FZF_DEFAULT_COMMAND on fzopen plugin ( #514 )
4 years ago
Arun Prakash Jana
f54d51c863
Change nav-as-you-type to type-to-nav
4 years ago
Arun Prakash Jana
806b91b60d
Simplified dirname()
4 years ago
Arun Prakash Jana
2b3214bd58
Simplify finding valid parent
4 years ago
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