Arun Prakash Jana
9f1b51b004
Allow choosing the same context in plugin helper
5年前
Arun Prakash Jana
f7f53bbd6b
Update docs
5年前
Arun Prakash Jana
f6e814e364
nuke: open log files in vi
5年前
Arun Prakash Jana
c5d122e299
Fix broken abort msg when starting in du mode
5年前
Arun Prakash Jana
39fffbac56
Update docs
5年前
0xACE
75f6d5d735
Avoid trying to edit a non-existing file ( #477 )
The previous implementation was inconsistent, sometimes it would
inherit the name of the parent folder of the current directory.
Other scenarios i encountered were:
1. Yield a empty search result, and try to edit. It would seemingly
randomly select a file or folder
2. What would happen in a root path without any files residing?
5年前
Arun Prakash Jana
9cf77708a1
Late get and set NNNLVL before spawning shell
5年前
Arun Prakash Jana
1a8f9ee459
Minor reformat
5年前
Arun Prakash Jana
7837cc277f
Update docs
5年前
Arun Prakash Jana
6024c51839
Remember file name when refresh is not requested
5年前
Arun Prakash Jana
b0ba197555
Do not play dat by extension
5年前
Arun Prakash Jana
f2c4890d6e
Polish PR #476
5年前
Uffe Jakobsen
1ed015e988
Add NNN_OPTS environment variable feature ( #476 )
5年前
Arun Prakash Jana
9b199b3253
Remove redundant mouse mask variable
5年前
Arun Prakash Jana
e664b2d29f
Compile option O_NOMOUSE to disable mouse support
5年前
Arun Prakash Jana
a0339adf84
Minor refactor
5年前
Arun Prakash Jana
928f325a74
Use atoi from lib, use attribute for unused
5年前
Arun Prakash Jana
ed616cf746
Minor refactor
5年前
Arun Prakash Jana
4bd742dafb
Fix static package name in repo
5年前
Arun Prakash Jana
80545534a9
Fix #474 : explicitly indicate gzip to tar
5年前
Arun Prakash Jana
4ffb42c73e
Use s in statusbar to indicate selection enabled
5年前
Arun Prakash Jana
a8bca5f440
Enable UTF8 for PCRE
5年前
Arun Prakash Jana
dda34f5c73
Update Haiku Makefile
5年前
Arun Prakash Jana
f6e7dbf6f9
Fix static file upload
5年前
Arun Prakash Jana
bc7a81921e
Prepare for release v3.0
5年前
Arun Prakash Jana
3532d6c3ab
Play known video file types by extension
5年前
Arun Prakash Jana
fb2793354b
Do not end selection on redraw
5年前
Arun Prakash Jana
e318672904
Fix prefix calcualtion
5年前
Arun Prakash Jana
3d5815c5d1
Fix man
5年前
Arun Prakash Jana
43fc9890e8
When a file is edited, vim adds a \n at the end
5年前
Arun Prakash Jana
bc5234be8d
Simplify and fix common prefix calculation
5年前
Arun Prakash Jana
58357912bc
Fix build break
5年前
Arun Prakash Jana
13e28fdecc
Use xrealpath() to show unresolved symlinks
5年前
Arun Prakash Jana
0a48b6b8cc
Ignore . and .. in file list
5年前
Arun Prakash Jana
ae486e36b8
1. dirname() loses path, 2. use realpath()
5年前
Arun Prakash Jana
72668069ed
Show target file size in list mode
5年前
Arun Prakash Jana
1d60b6a475
Fix empty dir on list files
5年前
Arun Prakash Jana
eaba594a9e
Clear filter on a manual dir relaod
5年前
Arun Prakash Jana
6d77b04032
Minor refactor
5年前
Arun Prakash Jana
05ae384b2d
Document list files
5年前
Arun Prakash Jana
1614ce172b
Late allocate memory for path pointers
5年前
Arun Prakash Jana
6faab79ba9
xrealloc() may move memory
5年前
Arun Prakash Jana
06f6435ebd
Fix build break
5年前
Arun Prakash Jana
47a2f93e02
Refactor file list processing
5年前
Arun Prakash Jana
04d9b667ed
Remove redundant example
5年前
Arun Prakash Jana
840b4a01a0
Update docs
5年前
Arun Prakash Jana
da4f585188
Fix #446
5年前
Arun Prakash Jana
897f01c2c3
Reduce the number of redundant checks
5年前
KlzXS
2390ac7b74
List of files as input ( #443 )
* Start implementation on show list of files as input
* Remove tmp dir on exit, set global flag
* Bug fixes and improvements
* Follow symlinks when in list paths mode
* Fix bugs
* Add flag check
* Add message for invalid paths and style fixes
* Change the message
* Addressing review comments
* Handle errno being set
* Fix CI break
* Decreased startup memory usage and removed loops
* Fix CI break
5年前
Maxim Baz
099a9af289
Do not swallow keypress after printwait ( #461 )
5年前