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-12-17
An even faster nnn - no more copying file names!
Arun Prakash Jana
2017-12-14
Fix indentation
Arun Prakash Jana
2017-12-13
Use static vars in frequently used APIs
Arun Prakash Jana
2017-12-13
Retire redundant tmp vars
Arun Prakash Jana
2017-12-13
Process keypress by probable frequency
Arun Prakash Jana
2017-12-04
Minor optimization, refactor
Arun Prakash Jana
2017-12-03
Fix -Os compilation warnings
Arun Prakash Jana
2017-11-30
Minor changes
Arun Prakash Jana
2017-10-16
Minor maintenance
Arun Prakash Jana
2017-10-09
Ignore TAB in input prompt
Arun Prakash Jana
2017-10-09
Fix a couple of warnings on BSDs (#54)
Vlad Glagolev
2017-10-08
Fix segfault when SHLVL env var is not available (#52)
Vlad Glagolev
2017-10-08
Correct name checking for NEW and RENAME (#53)
Vlad Glagolev
2017-10-08
OpenBSD compatibility support (#48)
Vlad Glagolev
2017-10-05
include sys/types.h for non-glibc linux builds (#46)
maxice8
2017-10-05
Prepare for release v1.5
Arun Prakash Jana
2017-10-01
Remove redundant conversion
Arun Prakash Jana
2017-10-01
Disable noti subscription for the same dir
Arun Prakash Jana
2017-10-01
Change archive list shortcut to 'F'
Arun Prakash Jana
2017-09-27
Revert "Archive handling on OS X using unar+lsar"
Arun Prakash Jana
2017-09-27
Archive handling on OS X using unar+lsar
Arun Prakash Jana
2017-09-27
Support archive listing and extraction
Arun Prakash Jana
2017-09-27
Show current entry number in du mode
Arun Prakash Jana
2017-09-27
Show current entry number.
Arun Prakash Jana
2017-09-24
Fix #42
Arun Prakash Jana
2017-09-19
Update NNN_NOWAIT changes
Arun Prakash Jana
2017-09-19
Prevent nnn from waiting on open file process (#40)
Paul
2017-09-13
Skip entries in case fstatat() fails, do not exit
Arun Prakash Jana
2017-09-10
Support file and dir create
Arun Prakash Jana
2017-09-09
Convert metaviewer and color to bitfields
Arun Prakash Jana
2017-09-09
Add general info in help
Arun Prakash Jana
2017-09-04
Prepare for v1.4 release
Arun Prakash Jana
2017-09-02
Reorder APIs
Arun Prakash Jana
2017-09-02
Disable dircolor if no sub-directories
Arun Prakash Jana
2017-09-02
Move config.h to nnn.h
Arun Prakash Jana
2017-09-01
Use 'pin' dir instead of 'mark' dir
Arun Prakash Jana
2017-09-01
Calculate number of cols for name only once
Arun Prakash Jana
2017-09-01
Change to light mode if < 35 columns are available
Arun Prakash Jana
2017-09-01
Remove redundant variable
Arun Prakash Jana
2017-09-01
Adjusting number of cols is redundant with shortening.
Arun Prakash Jana
2017-09-01
Fix #36: uneven splitting of codepoints
Arun Prakash Jana
2017-08-26
Fix cursor position issue with astral symbols
Arun Prakash Jana
2017-08-26
A shorter overwrite message (key is not echoed)
Arun Prakash Jana
2017-08-26
Revert "Handle multi-byte: 2 codepoints single column"
Arun Prakash Jana
2017-08-26
Handle multi-byte: 2 codepoints single column
Arun Prakash Jana
2017-08-25
More concise help
Arun Prakash Jana
2017-08-25
Clear rename prompt with Ctrl-L
Arun Prakash Jana
2017-08-25
The '> ' as rename prompt is distracting
Arun Prakash Jana
2017-08-25
mbstowcs() returns the codepoints
Arun Prakash Jana
2017-08-25
Simplify filter handling
Arun Prakash Jana
[next]