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 (
Collapse
)
Author
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
2014-10-08
No need for strncmp(3), use strcmp(3) instead
lostd
2014-10-08
Shell scripts may be useful
lostd
2014-10-08
Use dprintf(3) for debugging
lostd
2014-10-08
Support symbolic links and fix message reporting
lostd
2014-10-07
Comment on the multiple slashes handling logic
lostd
2014-10-07
Be consistent on exiting curses mode
lostd
2014-10-07
Reorder configuration stuff
lostd
2014-10-07
Get layout comment in sync
lostd
2014-10-07
Rework messages and errno warnings
lostd
2014-10-07
Simplify associations and handle README files
lostd
2014-10-07
Fix the empty dir bug
lostd
2014-10-07
Take care of line wrapping and odd number of lines
lostd
2014-10-07
Exit curses mode while programs run
lostd
2014-10-07
Include lines calculation in redraw
lostd
2014-10-07
Scrolling listing and dirname handling
lostd
2014-10-07
Add the noice file browser
lostd