Arun Prakash Jana
8c2e1726ba
Show file details in file missing colors
пре 4 година
Arun Prakash Jana
13ccf25551
Set dir to bold only if required
пре 4 година
Arun Prakash Jana
b1ff36eb05
Code reformat
пре 4 година
Arun Prakash Jana
11cc2797bb
Show dirs in bold
пре 4 година
Arun Prakash Jana
3a61b3fc7f
Fix build break
пре 4 година
Arun Prakash Jana
66bb5a67d6
Update docs
пре 4 година
Arun Prakash Jana
ef2d5a54d2
Support file colors in detail mode
пре 4 година
Arun Prakash Jana
42fd2a4d13
Program option to use older
пре 4 година
Arun Prakash Jana
ae961da157
Support file colors
пре 4 година
Arun Prakash Jana
ccfccb7187
Detect odd hex symbols in NNN_COLORS
пре 4 година
Arun Prakash Jana
8d94809897
Identify orphaned symlinks
пре 4 година
Arun Prakash Jana
33953147d6
Use wrapper API
пре 4 година
Arun Prakash Jana
f03ddb587c
Fix #691
пре 4 година
Arun Prakash Jana
2fbb6ae35f
Minor reformat
пре 4 година
Arun Prakash Jana
b3f2e47173
Revert "Reduce processing if NNN_COLORS is unset"
This reverts commit b948423a80
.
пре 4 година
Arun Prakash Jana
b948423a80
Reduce processing if NNN_COLORS is unset
пре 4 година
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 година
Arun Prakash Jana
d5e303beb7
Fix illegal access
пре 4 година
Arun Prakash Jana
83fa6a0ff6
Support xterm 256 color
пре 4 година
Arun Prakash Jana
110a4eb108
Avoid redundant printw() call for order
пре 4 година
Arun Prakash Jana
9bad3c9399
Show selection in reverse in status bar
пре 4 година
Arun Prakash Jana
1fb1ab55a7
Fix build break
пре 4 година
Martin Roa Villescas
e557bd2ed9
Write last dir on quit in vim picker mode
пре 4 година
Arun Prakash Jana
defc1965ee
Code reduction
пре 4 година
Arun Prakash Jana
32ec37a796
Create mountpoint by hostname, clear prompt
пре 4 година
Arun Prakash Jana
f4ff4b0793
Fix #684 : support path appended to hostname
пре 4 година
Arun Prakash Jana
a58c65a51a
Fix #685 : indicator H fo hidden
пре 4 година
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 година
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 година
Jason
dacf7b0811
Fix typo ( #679 )
пре 4 година
Arun Prakash Jana
f17911e189
Prepare for release v3.3
пре 4 година
Arun Prakash Jana
a02ff64e9c
Update help
пре 4 година
Arun Prakash Jana
387bd048e7
Alt+Esc to exit nav-to-type and redraw
пре 4 година
Arun Prakash Jana
890425c08c
Add a note that Esc cancels
пре 4 година
Arun Prakash Jana
1d8a14c6b4
Fix #675
пре 4 година
lvgx
53bbcbc223
Update preview-tui ( #674 )
Co-authored-by: akimdi <akimdi@users.noreply.github.com>
пре 4 година
Arun Prakash Jana
d3e20e9015
Use the term mark instead of pin
пре 4 година
Arun Prakash Jana
6fa4978230
Pin dir when visitng target file in find and list
пре 4 година
Arun Prakash Jana
509f069818
Add quick find (fd) and grep (rg) plugin examples
пре 4 година
Arun Prakash Jana
709e7bd7dd
Remove snprintf() from start-up path
пре 4 година
Arun Prakash Jana
1faf9f2480
Revert "Simplify check"
This reverts commit 37e5e6189a
.
пре 4 година
Arun Prakash Jana
4178aaa98e
Copy the correct length
пре 4 година
Arun Prakash Jana
90cf84186a
Minor refactor
пре 4 година
Arun Prakash Jana
06651f3f00
Fix build break
пре 4 година
KlzXS
45d96ee60d
Add relative paths support for cp/mv as ( #668 )
пре 4 година
Arun Prakash Jana
cb9e785145
Fix build break
пре 4 година
Arun Prakash Jana
56b96cbf74
Pin current path on archive/remote mount
пре 4 година
Arun Prakash Jana
b3820df863
Update docs
пре 4 година
Arun Prakash Jana
37e5e6189a
Simplify check
пре 4 година
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 година