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
/
noice.c
Age
Commit message (
Expand
)
Author
2017-03-30
Support file name copier
Arun Prakash Jana
2017-03-30
Re-format detailed view, show filename
Arun Prakash Jana
2017-03-30
Use reverse video in detail view
Arun Prakash Jana
2017-03-30
Show modification time in detail view
Arun Prakash Jana
2017-03-30
Show number of entries in detailed view
Arun Prakash Jana
2017-03-30
Simpler regular listing
Arun Prakash Jana
2017-03-30
Shows 'Cannot resolve path' on narrow terminal
Arun Prakash Jana
2017-03-30
Concise file type info in detail view
Arun Prakash Jana
2017-03-30
Switches to toggle detail view, file size sort
Arun Prakash Jana
2017-03-29
Re-scan directory contents after spawning a shell
Arun Prakash Jana
2017-03-29
Various optimizations
Arun Prakash Jana
2017-03-29
Implement navigation roll over
Arun Prakash Jana
2016-10-05
Merge remote-tracking branch 'upstream/master'
Arun Prakash Jana
2016-08-22
Split out default filter initialization
sin
2016-08-22
Make toggle dot behaviour persistent
sin
2016-08-21
List alphabetically, case ignored (like 'ls -l').
Arun Prakash Jana
2016-08-21
Document NOICE_FALLBAK_OPENER.
Arun Prakash Jana
2016-08-21
Support NOICE_FALLBAK_OPENER.
Arun Prakash Jana
2016-08-21
Support NOICE_OPENER env variable.
Arun Prakash Jana
2016-08-21
Remove libmagic, use file command.
Arun Prakash Jana
2016-08-20
Fix compilation issues with -O3 optimization.
Arun Prakash Jana
2016-08-20
Modify file type handling.
Arun Prakash Jana
2016-03-10
Fix initscr() crash on NetBSD
sin
2016-02-25
Add command to cd back to HOME
sin
2016-02-25
Add command to toggle hide .dot files
sin
2016-02-19
Style fix
sin
2016-02-19
Fix strlcpy() size argument
sin
2016-02-10
Move mkpath() higher up so we don't need to declare it
sin
2016-02-10
Move path[], oldpath[] and fltr[] inside browse()
sin
2016-02-10
Minor style fix
sin
2016-02-10
Rename global `n` to `ndents`
sin
2016-02-10
Use dents name directly like we do in other places
sin
2016-02-08
Minor style fix
sin
2016-02-08
Nuke some newlines
sin
2016-02-08
Remove some const bullshit
sin
2016-02-08
Remove some more useless memory allocations
sin
2016-02-08
Remove filter as you type mode
sin
2016-02-08
No need for cast in qsort callback
sin
2016-01-07
noice: No need to perform so many memory allocations
sin
2016-01-06
Fix memory leak
sin
2016-01-06
Avoid another allocation
sin
2016-01-06
Avoid unneeded memory allocation in xdirname()
sin
2016-01-06
sizeof(char) is always 1, no need to be explicit
sin
2016-01-06
Print the resolved path for cwd
sin
2015-11-26
Add usage
sin
2015-11-26
Don't use printerr() before curses has been initialized
sin
2015-11-26
Don't name vars in prototypes
sin
2015-11-26
Rename makepath() to mkpath()
sin
2015-11-26
Only use the environment variable when it is not empty
sin
2015-11-26
Declare var at top of block
sin
[next]