Jana
0c93b170c8
Merge pull request #696 from ucs1/revert-escdelay
Fix arrow keys not working on mintty
4年前
ucs
52d3d514ce
Revert "Set Escape delay to 0"
An ESCDELAY of 0 can break long escape sequences, such as the arrow keys,
on slower terminals.
This reverts commit 2599564e64
.
4年前
Jana
fb454a5046
Merge pull request #693 from CodeforEvolution/haikuUpdate
Haiku: General fixup, add icon, add rdef file
4年前
Jana
dc488857e1
Merge pull request #694 from ucs1/fix-readdir
Fix inability to enter directories on an XFS filesystem on top of an md device
4年前
ucs
dd6976dfad
Fix some directories not opening
4年前
CodeforEvolution
6f9571a805
Haiku: General fixup, add icon, add rdef file
- Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however)
- Add a rdef file (specifies application metadata)
- Add clipboard support, notififcation support, and basic nuke support
- Fix support for fortunes on Haiku ("-s" option is not available on Haiku)
- Cleanup Haiku recipe
4年前
Arun Prakash Jana
90e0d5e3d6
Update docs
4年前
Arun Prakash Jana
aa8769ecee
Reduce a check
4年前
Arun Prakash Jana
966fe839ee
Support traversal on creation, update docs
4年前
Arun Prakash Jana
c566afd819
Revert "Move helper APIs to header file"
This reverts commit 1fecdb2393
.
4年前
Arun Prakash Jana
1fecdb2393
Move helper APIs to header file
4年前
Arun Prakash Jana
7dbf1ca3b7
Update docs
4年前
Arun Prakash Jana
75c34d5f68
Fix #692 (partially)
4年前
Arun Prakash Jana
5e3a793480
File colors is independent of context colors
4年前
Arun Prakash Jana
8ddc659df8
Initialize file type colors as default
4年前
Arun Prakash Jana
f712441eda
Utility functions to top, API to get file extn
4年前
Arun Prakash Jana
a1b43ae830
Show locaiton in context color
4年前
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年前