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-23
Revert "No need to manually strip trailing slashes"
lostd
This reverts commit abd301333da81b72070fbb575dcd0824d3af038e.
2014-10-23
Document the old path history thing
lostd
2014-10-23
The queue header is not needed for now
lostd
2014-10-23
We don't use realpath(3) anymore
lostd
2014-10-23
Get rid of the LIFO history, an oldpath is enough
lostd
2014-10-23
If you call makepath() with an absolute name it returns a copy of it
lostd
2014-10-23
Don't attempt to go back if on the relative root
lostd
2014-10-23
Only use chdir(3) just before spawning a shell
lostd
2014-10-23
Try to open file to see access errors on the status bar
lostd
2014-10-23
Create test files and directories
lostd
2014-10-22
Only free history path if it is valid
lostd
2014-10-22
Strip trailing whitespace
lostd
2014-10-22
Keep history based on paths instead of positions
lostd
2014-10-22
realloc() behaves like free() if size is 0
sin
2014-10-22
Manpage reword
sin
2014-10-22
Some systems define this already.
sin
2014-10-22
Style fix
sin
2014-10-22
Call dentfree() when we quit
sin
2014-10-22
Rename testopendir() to canopendir()
sin
2014-10-22
Test if we can back out/enter directories
sin
2014-10-22
Add pushhist(), pophist() and forgethist()
sin
2014-10-22
Save one level of indentation
sin
2014-10-22
Vertical spacing fixes
sin
2014-10-22
Save one level of indentation
sin
2014-10-22
Use fstatat() wherever possible
sin
2014-10-22
Initialize `n' and `dents'
sin
2014-10-22
Check getch() against ERR
sin
2014-10-22
Remember to set dents to NULL
sin
2014-10-22
Include sys/wait.h for waitpid()
sin
2014-10-22
Remove unused vars
sin
2014-10-22
Just let the commands show up
lostd
2014-10-22
Add dentfill() and dentfree()
sin
2014-10-22
Functions for setting and clearing the prompt
lostd
2014-10-22
More accurate description
lostd
2014-10-22
Free tmp string if dirname fails
lostd
2014-10-22
No need for a temporary buffer
sin
xdirname() uses xstrdup() internally so we are safe to use that pointer directly.
2014-10-22
Only free() after xstrdup()
sin
2014-10-22
Add a KNOWN ISSUES sections
sin
2014-10-22
Add xdirname() again and give dirname(3) another chance
lostd
2014-10-22
Remove xdirname()
sin
dirname(3) should be shot to death.
2014-10-22
Use stat() instead of open() + fstat()
sin
2014-10-22
Forget all history on manual dir change
lostd
2014-10-22
Add section on history
sin
2014-10-22
Add xdirname() to avoid quirks with dirname(3)
sin
2014-10-22
No need to manually strip trailing slashes
sin
We use realpath() now.
2014-10-22
Add xstrdup() and xrealpath()
sin
2014-10-22
Add xmalloc() + xrealloc()
sin
2014-10-22
printerr() should print to stderr
sin
2014-10-22
Update manpage wording
sin
2014-10-22
Update keybind list
sin
[next]