index
:
nnn.git
master
forked from https://github.com/jarun/nnn
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nnn.c
Age
Commit message (
Expand
)
Author
2017-07-05
Code refactoring
Arun Prakash Jana
2017-07-05
Use xmemrchr() instead of strrchr()
Arun Prakash Jana
2017-07-05
Change single-line 0-arg APIs to macros
Arun Prakash Jana
2017-07-05
Update memory usage (latest release)
Arun Prakash Jana
2017-07-04
More concise help screen.
Arun Prakash Jana
2017-07-03
More optimization
Arun Prakash Jana
2017-07-03
Use the global buffer
Arun Prakash Jana
2017-07-03
Re-format help
Arun Prakash Jana
2017-07-03
Custom color support for directories
Arun Prakash Jana
2017-07-03
Repeat search: reset current selection
Arun Prakash Jana
2017-07-03
Calculate word size inline
Arun Prakash Jana
2017-07-03
Unify cd HOME and BEGIN
Arun Prakash Jana
2017-07-02
Add option -e to use exiftool
Arun Prakash Jana
2017-07-02
Use non-blocking pipes
Arun Prakash Jana
2017-07-02
Show correct information for symbolic links
Arun Prakash Jana
2017-07-02
checkpatch fixes
Arun Prakash Jana
2017-07-01
Home-grown APIs, reduced binary size (<40KB)
Arun Prakash Jana
2017-07-01
Replace open and close dir with access()
Arun Prakash Jana
2017-06-30
Use bold blue for dirs, reset color
Arun Prakash Jana
2017-06-30
Show directories in color (default: enabled)
Arun Prakash Jana
2017-06-29
Prepare for release v1.2
Arun Prakash Jana
2017-06-28
Pre-calculate spawned shell level
Arun Prakash Jana
2017-06-25
Show 1 while spawning a subshell
Arun Prakash Jana
2017-06-25
Support F2 to refresh
Arun Prakash Jana
2017-06-23
Use refresh() to reflect print
Arun Prakash Jana
2017-06-22
Show a message when busy
Arun Prakash Jana
2017-06-22
Use fstatat() istead of lstat()
Arun Prakash Jana
2017-06-22
Show total files in du mode
Arun Prakash Jana
2017-06-22
Use correct data type and names for block count
Arun Prakash Jana
2017-06-22
Add if blocks used (helps in large dirs)
Arun Prakash Jana
2017-06-21
Show content size of cur dir in du mode
Arun Prakash Jana
2017-06-21
Minor changes
Arun Prakash Jana
2017-06-20
Use macros for flags to spawn()
Arun Prakash Jana
2017-06-20
Use bitfields for settings
Arun Prakash Jana
2017-06-20
Re-structure header
Arun Prakash Jana
2017-06-20
An undocumented debug mode
Arun Prakash Jana
2017-06-17
Use preincr and predecr
Arun Prakash Jana
2017-06-15
Push curses exit() and init() to functions
Arun Prakash Jana
2017-06-15
Fix reasonable checkpatch reports
Arun Prakash Jana
2017-06-11
Fix build failure
Arun Prakash Jana
2017-06-11
Show current config along with help
Arun Prakash Jana
2017-06-11
Support bookmarks
Arun Prakash Jana
2017-06-07
Suppress output when spawning DE file manager
Arun Prakash Jana
2017-06-07
When filter is empty, open file on Enter
Arun Prakash Jana
2017-06-06
Exit once an app is found. Help, doc updates.
Arun Prakash Jana
2017-06-06
Set to the lat selected file
Arun Prakash Jana
2017-06-06
Set detail view mode as default, introduce light mode
Arun Prakash Jana
2017-06-06
We copy the absolute file path
Arun Prakash Jana
2017-06-06
Optionally use EDITOR (fallback vi) for text files
Arun Prakash Jana
2017-06-06
desktop opener - xdg-open on Linux and open(1) on OS X
Arun Prakash Jana
[prev]
[next]