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
path:
root
/
nnn.c
Age
Commit message (
Expand
)
Author
2018-03-19
Run a custom script support
Arun Prakash Jana
2018-03-19
Omit sorting if no matches/entries
Arun Prakash Jana
2018-03-19
Free regex
Arun Prakash Jana
2018-03-16
Retain nav-as-you-type mode after exiting spawned shell
Arun Prakash Jana
2018-03-16
Fix #81: GUI programs shouldn't exit on closing the parent terminal
Arun Prakash Jana
2018-03-09
Replace all sprintf() with snprintf()
Arun Prakash Jana
2018-03-07
Fix #95: Add ^I as an alternative to Insert
Arun Prakash Jana
2018-03-05
Integer calculation-only coolsize()
Arun Prakash Jana
2018-03-05
float is suficient and a _little_ faster in coolsize()
Arun Prakash Jana
2018-03-05
Revert "Integer-only coolsize() (#84)"
Arun Prakash Jana
2018-03-05
Revert "fix rounding carry in coolsize() (#91)"
Arun Prakash Jana
2018-03-05
Revert "Fix compilation warning"
Arun Prakash Jana
2018-03-05
Fix compilation warning
Arun Prakash Jana
2018-03-05
fix rounding carry in coolsize() (#91)
Alex Suykov
2018-03-04
Fix #89: User-specific tmp file for copying filenames
Arun Prakash Jana
2018-03-03
Support ~, - and & keyboard shortcuts at the bookmark prompt.
Arun Prakash Jana
2018-03-03
Both src and dst should be alignment checked separately
Arun Prakash Jana
2018-03-01
Integer-only coolsize() (#84)
Alex Suykov
2018-02-28
Prepare for release v1.7
Arun Prakash Jana
2018-02-24
Add shortcut ^G to quit and cd
Arun Prakash Jana
2018-02-24
Use macros for external utils
Arun Prakash Jana
2018-02-24
Support batch file rename in vidir
Arun Prakash Jana
2018-02-24
Enable file extract in nav-as-you-type mode
Arun Prakash Jana
2018-02-24
Support file path copy when X is unavailable
Arun Prakash Jana
2018-02-15
Re-populate after spawning shell
Arun Prakash Jana
2018-02-13
Start dir watch, preserve cur entry when navigate-as-you-type is disabled
Arun Prakash Jana
2018-02-04
Better message for multi-copy
Arun Prakash Jana
2018-01-29
Do not show quotes on ^K
Arun Prakash Jana
2018-01-28
Show copymode on/off
Arun Prakash Jana
2018-01-28
Interpret ^T in filter mode
Arun Prakash Jana
2018-01-28
Support file path quote on single copy
Arun Prakash Jana
2018-01-28
Support file path quote on copy
Arun Prakash Jana
2018-01-19
Use macro for CRC8 table length
Arun Prakash Jana
2018-01-17
Redraw if no entries when navigate-as-you-type is turned off
Arun Prakash Jana
2018-01-17
keybind to pin current dir - b
Arun Prakash Jana
2018-01-14
Set to last selection if filter is empty
Arun Prakash Jana
2018-01-14
Use consistent date format
Arun Prakash Jana
2018-01-14
Improve common message handling
Arun Prakash Jana
2018-01-14
Use concise and lowercase messages
Arun Prakash Jana
2018-01-14
Replace snprintf() with xstrlcpy()
Arun Prakash Jana
2018-01-14
Support multiple file path copy
Arun Prakash Jana
2018-01-13
Key changes: ^F - extract archive, ^X - quit
Arun Prakash Jana
2018-01-09
Remap ^S and ^Q.
Arun Prakash Jana
2018-01-09
Sufficient to use refresh() after exitcurses()
Arun Prakash Jana
2018-01-09
Add shortcut ^S to toggle du mode
Arun Prakash Jana
2018-01-09
Explicitly optimize modulo ops
Arun Prakash Jana
2018-01-08
Open with GUI app - Suppress stdout, stderr
Arun Prakash Jana
2018-01-07
Simplify detail printing
Arun Prakash Jana
2018-01-07
Change bookmark prompt and pin dir keys.
Arun Prakash Jana
2018-01-07
Highest priority to desktop search, rename
Arun Prakash Jana
[next]