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
Age
Commit message (
Expand
)
Author
2014-10-21
Add missing break
sin
2014-10-21
more typo and grammar fixes for README
Alex-P. Natsios
2014-10-21
Add SEL_SH and bring out spawning of the shell in the main loop
sin
2014-10-21
Add comment about less(1)
sin
2014-10-21
Fix typo in README
sin
2014-10-21
README contributed by z3bra
sin
2014-10-21
Add '!' command to spawn a shell in cwd
sin
2014-10-21
Add flac to default associations
sin
2014-10-21
Show hidden files if run as root
sin
2014-10-21
Include util.h and remove ifdef for Linux
sin
2014-10-21
Remove unused global variable
sin
2014-10-21
Move some more config params to config.def.h
sin
2014-10-21
Default to cwd if not argument is provided
sin
2014-10-21
And CPPFLAGS
sin
2014-10-21
Use CFLAGS too
sin
2014-10-21
Force rebuild of noice.o if queue.h is modified
sin
2014-10-21
Add config.def.h
sin
2014-10-21
Add strlcpy()
sin
2014-10-13
Properly wait for processes to terminate
lostd
2014-10-10
Those features are there
lostd
2014-10-10
Remember cursor position when going back
lostd
2014-10-10
Faster movement key bindings
lostd
2014-10-10
Let filter errors show up in status line
lostd
2014-10-10
Another leak in the wall
lostd
2014-10-10
Consistent comments capitalization
lostd
2014-10-10
Change default associations
lostd
2014-10-10
The dirp should be initialized here
lostd
2014-10-10
Another part that needs special handling for root
lostd
2014-10-10
Handle the root path case correctly
lostd
2014-10-10
Only closedir when dirp is valid
sin
2014-10-10
Cursor stack item
lostd
2014-10-10
Also release filter memory
lostd
2014-10-10
Define return codes for nextsel() and use a switch
lostd
2014-10-10
Reset to initial filter on directory change
lostd
2014-10-10
Search filter support with a very basic readline
lostd
2014-10-09
Add emacs-like keybinds for next/prev entry selection
sin
2014-10-09
Add license and todo files
lostd
2014-10-09
Add support a default association
sin
2014-10-09
Printing and line wrapping in a function, show dirs and links
lostd
2014-10-09
Use our own entry struct instead of dirent
lostd
2014-10-09
Add regex support
sin
2014-10-08
Comment on dirents deep copy
lostd
2014-10-08
Strip redundant spaces
lostd
2014-10-08
Move debug print after return value check
lostd
2014-10-08
Use open(2)/fstat(2) and don't bother with links at all
lostd
2014-10-08
Use asprintf(3) and avoid manual allocation
lostd
2014-10-08
Keep local copies of dir entries, just keeping pointers was a bug
lostd
2014-10-08
Fix memory leaks
lostd
2014-10-08
Avoid sprintf(3) and use snprintf(3) instead
lostd
2014-10-08
Change string copies to use strlcpy(3)
lostd
[next]