]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2017-04-03 Zhiming WangAllow custom CFLAGS and CPPFLAGS in Makefile
2017-04-03 Arun Prakash... Update static associations
2017-04-03 Arun Prakash... Use double quotes to handle file names with spaces
2017-04-03 Arun Prakash... Add help screen on keybinds
2017-04-03 Arun Prakash... Show stat, file, md5, sh256 in file details
2017-04-02 Arun Prakash... Show file details
2017-04-02 Arun Prakash... Remove redundant stuff
2017-04-02 Arun Prakash... Optimize directory search
2017-04-02 Arun Prakash... Use standard function for numeric sort
2017-04-02 Arun Prakash... Revert non-portable optimization
2017-04-02 Arun Prakash... Merge pull request #2 from zmwangx/gitignore
2017-04-01 Zhiming WangAdd .gitignore to ignore compilation products
2017-04-01 Arun Prakash... Show message when trying to go above /
2017-04-01 Arun Prakash... Show directories first
2017-04-01 Arun Prakash... Support sort by numeric value for numeric names
2017-04-01 Arun Prakash... Show sort order if applied
2017-04-01 Arun Prakash... An optimized dirname()
2017-04-01 Arun Prakash... Optimizations
2017-04-01 Arun Prakash... Show indicators in column
2017-04-01 Arun Prakash... Support opening in detail view mode
2017-04-01 Arun Prakash... Open audio files with mpv
2017-03-31 Arun Prakash... Remove sh as script opener, use vi
2017-03-31 Arun Prakash... Change vim to vi
2017-03-31 Arun Prakash... Revamp detail mode
2017-03-31 Arun Prakash... Show indicator with filename in bar
2017-03-31 Arun Prakash... Update documentation (man, README)
2017-03-30 Arun Prakash... Fix: can't go to parent if only dir name specified
2017-03-30 Arun Prakash... Rename project to nnn (Noice is Not Noice)
2017-03-30 Arun Prakash... Support file name copier
2017-03-30 Arun Prakash... Re-format detailed view, show filename
2017-03-30 Arun Prakash... Use reverse video in detail view
2017-03-30 Arun Prakash... Show modification time in detail view
2017-03-29 Arun Prakash... Show number of entries in detailed view
2017-03-29 Arun Prakash... strip binary
2017-03-29 Arun Prakash... Simpler regular listing
2017-03-29 Arun Prakash... Shows 'Cannot resolve path' on narrow terminal
2017-03-29 Arun Prakash... Concise file type info in detail view
2017-03-29 Arun Prakash... Switches to toggle detail view, file size sort
2017-03-29 Arun Prakash... Re-scan directory contents after spawning a shell
2017-03-29 Arun Prakash... Various optimizations
2017-03-29 Arun Prakash... Implement navigation roll over
2017-03-29 Arun Prakash... Update readme
2016-10-05 Arun Prakash... Merge remote-tracking branch 'upstream/master'
2016-08-24 sinBump to 0.6
2016-08-22 sinSplit out default filter initialization
2016-08-22 sinMake toggle dot behaviour persistent
2016-08-22 sinAlign fields in config.def.h
2016-08-22 sinAccept user-defined LDFLAGS in Makefile
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update readme.
2016-08-21 Arun Prakash... List alphabetically, case ignored (like 'ls -l').
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Document NOICE_FALLBAK_OPENER.
2016-08-21 Arun Prakash... Support NOICE_FALLBAK_OPENER.
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Doc update on NOICE_OPENER.
2016-08-21 Arun Prakash... Support NOICE_OPENER env variable.
2016-08-21 Arun Prakash... Update README.md
2016-08-21 Arun Prakash... Update man page.
2016-08-21 Arun Prakash... Update README.
2016-08-21 Arun Prakash... Remove libmagic, use file command.
2016-08-20 Arun Prakash... Update README
2016-08-20 Arun Prakash... Remove config.h on clean.
2016-08-20 Arun Prakash... Fix compilation issues with -O3 optimization.
2016-08-20 Arun Prakash... Modify file type handling.
2016-08-20 Arun Prakash... Merge remote-tracking branch 'upstream/master'
2016-08-20 Arun Prakash... Initial commit
2016-03-11 sinBump to 0.5
2016-03-10 sinFix initscr() crash on NetBSD
2016-02-25 sinAdd command to cd back to HOME
2016-02-25 sinAdd command to toggle hide .dot files
2016-02-19 sinStyle fix
2016-02-19 sinFix grammar in manpage
2016-02-19 sinFix strlcpy() size argument
2016-02-19 sinUpdate README - OSX works too
2016-02-10 sinMove mkpath() higher up so we don't need to declare it
2016-02-10 sinMove path[], oldpath[] and fltr[] inside browse()
2016-02-10 sinMinor style fix
2016-02-10 sinRename global `n` to `ndents`
2016-02-10 sinUse dents name directly like we do in other places
2016-02-08 sinMinor README update
2016-02-08 sinMinor style fix
2016-02-08 sinNuke some newlines
2016-02-08 sinRemove some const bullshit
2016-02-08 sinRemove some more useless memory allocations
2016-02-08 sinRemove filter as you type mode
2016-02-08 sinNo need for cast in qsort callback
2016-01-26 sinBump to 0.4
2016-01-13 sinYear bump
2016-01-07 sinnoice: No need to perform so many memory allocations
2016-01-06 sinFix memory leak
2016-01-06 sinAvoid another allocation
2016-01-06 sinAvoid unneeded memory allocation in xdirname()
2016-01-06 sinsizeof(char) is always 1, no need to be explicit
2016-01-06 sinPrint the resolved path for cwd
next