]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
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
2015-11-26 sinFix comment
2015-11-26 sinAdd usage
2015-11-26 sinDon't use printerr() before curses has been initialized
2015-11-26 sinDon't name vars in prototypes
2015-11-26 sinRename makepath() to mkpath()
2015-11-26 sinOnly use the environment variable when it is not empty
2015-11-26 sinBe consistent in manpage
2015-11-26 sinMinor fixes for manpage
2015-11-26 sinFix instructions for Solaris 9
2015-11-26 sinMinor grammar fix in README
2015-11-26 sinDeclare var at top of block
2015-11-26 Martin KühlSupport commands specified by environment variables
2015-11-20 sinNo need for strlen()
2015-11-20 sinBump to 0.3
2015-11-20 sinThe 2f30 lists were taken down so update README
2015-11-20 sinAdd license pointer
2015-11-20 sinRestore screensaver mode
2015-11-20 sinSync strlcpy/strlcat from OpenBSD
2015-11-20 sinUse wgetnstr() instead of getnstr() because IRIX lacks...
2015-11-20 sinProperly handle empty filters
2015-11-20 sinMake room for null-terminator
next