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
2015-11-20
Simplify readln()
sin
2015-11-14
Revert "Run screensaver after a period of idleness"
sin
2015-11-03
Ignore SIGINT to allow returning back to noice when we kill the screensaver
sin
2015-11-02
Run screensaver after a period of idleness
lostd
2015-07-13
Recall current item on refresh or sorting mode change
lostd
2015-07-12
Add keys to move to the first and last entry
lostd
2015-07-02
We don't want to exit the typing mode because of an error
lostd
2015-07-02
Escape unreadable dirs we are already into
lostd
2015-07-02
Refactor parts of browse() into populate() and redraw()
lostd
2015-06-09
Sort includes
lostd
2015-05-05
Make setfilter() regexes case-insensitive
sin
2015-05-05
Be case insensitive for file extensions
Alexander Huemer
2015-03-12
Key bindings to run user-defined commands
lostd
2015-03-12
Confirm we are in a terminal
lostd
2015-03-11
Add C-l to force a redraw
sin
2015-02-17
Fix an unsigned conversion error
lostd
2015-02-04
Move mtimeorder to config.def.h
sin
2015-01-31
Add 't' command to sort output by entry's mtime
sin
2015-01-28
More concise comment on nextsel()
lostd
2015-01-28
Change scope to always check the correct return value
lostd
2015-01-28
Rework readmore(), replace goto with a switch
lostd
2015-01-27
Keep last valid state on regex errors
lostd
2015-01-27
Also treat ^H as backspace
lostd
2015-01-27
Basic filter-as-you-type mode
lostd
2015-01-27
Comment and cleanup
lostd
2015-01-27
Empty filter resets filter to the default
lostd
2015-01-27
Fix segfault when a non-matching filter is applied twice
lostd
2015-01-12
Match the whole path to enable associations based on a prefix dir
lostd
2014-12-20
Simplify condition
sin
2014-12-20
Simplify visible()
sin
2014-12-20
Remove unnecessary curly brackets
sin
2014-12-18
Remove unnecessary label
lostd
2014-12-18
no need to check for NULL before free
Hiltjo Posthuma
2014-12-18
style: dont declare vars inline
Hiltjo Posthuma
2014-12-18
remove unused variables
Hiltjo Posthuma
2014-12-18
regexec: check on success return code
Hiltjo Posthuma
2014-11-26
Fix whitespace
lostd
2014-11-26
Remember current entry accross filter changes
lostd
2014-11-26
Don't care about cur, it defaults to 0
lostd
2014-11-25
Simplify default regexes
lostd
2014-11-14
Add a simple dprintf() implementation for systems that do not have it
sin
2014-11-14
Just use xstrdup() in makepath()
sin
2014-11-14
Replace asprintf() with strlcpy() and strlcat()
sin
2014-11-13
Same functionality using lstat(2) instead of fstatat(2)
lostd
2014-11-06
Update error to reflect actual syscall
sin
2014-11-06
Expose key bindings in the configuration header
lostd
2014-11-06
Now nextsel() just maps keys to actions
lostd
2014-11-01
Style fix in a comment
lostd
2014-11-01
Emulate ls -F completely including sockets and FIFOs
lostd
2014-10-23
Revert "No need to manually strip trailing slashes"
lostd
[next]