Arun Prakash Jana
8c2e1726ba
Show file details in file missing colors
4 anni fa
Arun Prakash Jana
13ccf25551
Set dir to bold only if required
4 anni fa
Arun Prakash Jana
b1ff36eb05
Code reformat
4 anni fa
Arun Prakash Jana
11cc2797bb
Show dirs in bold
4 anni fa
Arun Prakash Jana
3a61b3fc7f
Fix build break
4 anni fa
Arun Prakash Jana
66bb5a67d6
Update docs
4 anni fa
Arun Prakash Jana
ef2d5a54d2
Support file colors in detail mode
4 anni fa
Arun Prakash Jana
42fd2a4d13
Program option to use older
4 anni fa
Arun Prakash Jana
ae961da157
Support file colors
4 anni fa
Arun Prakash Jana
ccfccb7187
Detect odd hex symbols in NNN_COLORS
4 anni fa
Arun Prakash Jana
8d94809897
Identify orphaned symlinks
4 anni fa
Arun Prakash Jana
33953147d6
Use wrapper API
4 anni fa
Arun Prakash Jana
f03ddb587c
Fix #691
4 anni fa
Arun Prakash Jana
2fbb6ae35f
Minor reformat
4 anni fa
Arun Prakash Jana
b3f2e47173
Revert "Reduce processing if NNN_COLORS is unset"
This reverts commit b948423a80
.
4 anni fa
Arun Prakash Jana
b948423a80
Reduce processing if NNN_COLORS is unset
4 anni fa
Arun Prakash Jana
359b6f7a37
Clear selection list after copy
Without this, there is a conflict with using the `-u` option (use selection).
After copying selected files, the selection is intact and if the user issues
a deletion next, the source files (meant for copying) are deleted.
4 anni fa
Arun Prakash Jana
d5e303beb7
Fix illegal access
4 anni fa
Arun Prakash Jana
83fa6a0ff6
Support xterm 256 color
4 anni fa
Arun Prakash Jana
110a4eb108
Avoid redundant printw() call for order
4 anni fa
Arun Prakash Jana
9bad3c9399
Show selection in reverse in status bar
4 anni fa
Arun Prakash Jana
1fb1ab55a7
Fix build break
4 anni fa
Martin Roa Villescas
e557bd2ed9
Write last dir on quit in vim picker mode
4 anni fa
Arun Prakash Jana
defc1965ee
Code reduction
4 anni fa
Arun Prakash Jana
32ec37a796
Create mountpoint by hostname, clear prompt
4 anni fa
Arun Prakash Jana
f4ff4b0793
Fix #684 : support path appended to hostname
4 anni fa
Arun Prakash Jana
a58c65a51a
Fix #685 : indicator H fo hidden
4 anni fa
Arun Prakash Jana
e2febc986b
Pro-deletion jokers from Wikipedia can go to hell!
There's a specific problem with control in the hands of random jokers - it's abused.
Ref: https://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Nnn_(file_manager)
4 anni fa
Jan Meischner
474ad74f25
Allow absolute paths returned by fzf in fzcd plugin ( #682 )
* Allow absolute paths returned by fzf in fzcd plugin
* Fix issue with POSIX syntax
* Add descriptive comment
* Add comment
* Remove description
* Add new line at the end of the file
Co-authored-by: Jan Meischner <jan.meischner@verimi.com>
4 anni fa
Jason
dacf7b0811
Fix typo ( #679 )
4 anni fa
Arun Prakash Jana
f17911e189
Prepare for release v3.3
4 anni fa
Arun Prakash Jana
a02ff64e9c
Update help
4 anni fa
Arun Prakash Jana
387bd048e7
Alt+Esc to exit nav-to-type and redraw
4 anni fa
Arun Prakash Jana
890425c08c
Add a note that Esc cancels
4 anni fa
Arun Prakash Jana
1d8a14c6b4
Fix #675
4 anni fa
lvgx
53bbcbc223
Update preview-tui ( #674 )
Co-authored-by: akimdi <akimdi@users.noreply.github.com>
4 anni fa
Arun Prakash Jana
d3e20e9015
Use the term mark instead of pin
4 anni fa
Arun Prakash Jana
6fa4978230
Pin dir when visitng target file in find and list
4 anni fa
Arun Prakash Jana
509f069818
Add quick find (fd) and grep (rg) plugin examples
4 anni fa
Arun Prakash Jana
709e7bd7dd
Remove snprintf() from start-up path
4 anni fa
Arun Prakash Jana
1faf9f2480
Revert "Simplify check"
This reverts commit 37e5e6189a
.
4 anni fa
Arun Prakash Jana
4178aaa98e
Copy the correct length
4 anni fa
Arun Prakash Jana
90cf84186a
Minor refactor
4 anni fa
Arun Prakash Jana
06651f3f00
Fix build break
4 anni fa
KlzXS
45d96ee60d
Add relative paths support for cp/mv as ( #668 )
4 anni fa
Arun Prakash Jana
cb9e785145
Fix build break
4 anni fa
Arun Prakash Jana
56b96cbf74
Pin current path on archive/remote mount
4 anni fa
Arun Prakash Jana
b3820df863
Update docs
4 anni fa
Arun Prakash Jana
37e5e6189a
Simplify check
4 anni fa
Sijmen J. Mulder
235eb29614
Fix check when char is unsigned ( #665 )
If char is unsigned (as on ARM) subtracting a larger number would
result in a wrap around, not a negative value.
src/nnn.c: In function 'readpipe':
src/nnn.c:4325:11: warning: comparison is always false due to limited
range of data type [-Wtype-limits]
if (ctx < 0 || ctx > CTX_MAX)
^
4 anni fa