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-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
2018-01-06
Enable extra shortcuts in navigate-as-you-type mode
Arun Prakash Jana
2018-01-06
Swap weekday and month
Arun Prakash Jana
2018-01-06
Use a date format string
Arun Prakash Jana
2018-01-06
Rearrange date format in file details
Arun Prakash Jana
2018-01-06
Use standard date formats. (#74)
codeliveroil
2018-01-06
Show target for symlinks
Arun Prakash Jana
2018-01-04
The *alloc() family is aligned
Arun Prakash Jana
2018-01-04
Wrap realloc() to return aligned address
Arun Prakash Jana
2017-12-30
Use aligned large buffers
Arun Prakash Jana
2017-12-29
Check alignment and enable -O3
Arun Prakash Jana
2017-12-28
Fix checkpatch reports
Arun Prakash Jana
2017-12-27
Free allocated resources using regfree (#71)
Daniel Lockyer
2017-12-27
Use ffs() tweak.
Arun Prakash Jana
2017-12-27
Explicitly cast opaque types
Arun Prakash Jana
2017-12-27
TAB is not identified on OS X
Arun Prakash Jana
2017-12-26
Lookup xdg-open in PATH on non-Apple platforms (#70)
Dmitri Goutnik
2017-12-26
Use ffs() instead of ffsl()
Arun Prakash Jana
2017-12-26
Fix compiler warnings on FreeBSD 11.x (#69)
Dmitri Goutnik
2017-12-25
Replace getorder() by ffsl()
Arun Prakash Jana
2017-12-25
OpenSUSE gcc fails at '-fno-tree-loop-vectorize'
Arun Prakash Jana
2017-12-25
Prepare for release v1.6
Arun Prakash Jana
2017-12-25
Support 'Open with...'
Arun Prakash Jana
2017-12-25
Optimize xmemrchr()
Arun Prakash Jana
2017-12-25
Reduce sprintf() family usage
Arun Prakash Jana
2017-12-24
Optimize saving, matching old entry
Arun Prakash Jana
2017-12-24
Shorten error messages
Arun Prakash Jana
2017-12-24
Limit filter length to NAME_MAX from LINE_MAX
Arun Prakash Jana
2017-12-24
Use const if applicable
Arun Prakash Jana
2017-12-24
Update documentation
Arun Prakash Jana
2017-12-24
Users understand 'DIR' easier then 'cwd'
Arun Prakash Jana
2017-12-24
Add option -b to open bookmark directly
Arun Prakash Jana
2017-12-24
Order numeric file names (helps with /proc)
Arun Prakash Jana
[next]