Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-11 | Fix #4. | Arun Prakash Jana | |
2017-04-11 | Optimize dentfill | Arun Prakash Jana | |
2017-04-10 | Toggle help and file details screens with same key | Arun Prakash Jana | |
2017-04-10 | Use static vars | Arun Prakash Jana | |
2017-04-10 | Show unprivileged free blocks in du mode | Arun Prakash Jana | |
2017-04-10 | Update README | Arun Prakash Jana | |
2017-04-10 | Initial path: support sort by disk usage | Arun Prakash Jana | |
2017-04-08 | Key - to jump to last visited directory | Arun Prakash Jana | |
2017-04-08 | Remove redundant search when entering directory | Arun Prakash Jana | |
2017-04-07 | Add notes on fallback opener | Arun Prakash Jana | |
2017-04-06 | Show marker only when spawning a shell. | Arun Prakash Jana | |
2017-04-06 | Brand new video. Thanks @zmwangx! | Arun Prakash Jana | |
2017-04-06 | Try fallbak for missing apps, use popen wrapper | Arun Prakash Jana | |
2017-04-06 | Resolve ~ (HOME) at chdir prompt | Arun Prakash Jana | |
2017-04-06 | Show notifier only for associations | Arun Prakash Jana | |
2017-04-04 | Disable checksum calculation | Arun Prakash Jana | |
Calculation can take very long. Most Unix-ish OSes have utilities to do this. | |||
2017-04-04 | vim-ish binding for jump to first and last entry | Arun Prakash Jana | |
It was troubling me. Mimicking 'gg' would have been hacky and would need additional processing... 'g' was free. Who cares even if you press twice? ;) | |||
2017-04-04 | Fix warnings. Harden compilation. | Arun Prakash Jana | |
2017-04-04 | Merge pull request #3 from zmwangx/travis | Arun Prakash Jana | |
Test on Travis | |||
2017-04-03 | Add .travis.yml | Zhiming Wang | |
2017-04-04 | ASCII Art to indicate nnn launched program | Arun Prakash Jana | |
2017-04-03 | Allow custom CFLAGS and CPPFLAGS in Makefile | Zhiming Wang | |
This is consistent with the fact that custom LDFLAGS are already allowed, and for once, it makes warning options easier to control. Also use automatic variables $@ and $^ consistently. | |||
2017-04-03 | Update static associations | Arun Prakash Jana | |
2017-04-03 | Use double quotes to handle file names with spaces | Arun Prakash Jana | |
Remove dependency on cut. | |||
2017-04-03 | Add help screen on keybinds | Arun Prakash Jana | |
2017-04-03 | Show stat, file, md5, sh256 in file details | Arun Prakash Jana | |
This commit adds dependencies on file, openssl and cut binaries. | |||
2017-04-03 | Show file details | Arun Prakash Jana | |
We closely follow the output for stat(1). | |||
2017-04-02 | Remove redundant stuff | Arun Prakash Jana | |
1. Have a faster copy of strlcpy() 2. Remove redundant legacy files 3. Fix an issue with NULL check on array name | |||
2017-04-02 | Optimize directory search | Arun Prakash Jana | |
2017-04-02 | Use standard function for numeric sort | Arun Prakash Jana | |
Numeric is numeric i.e., n, -n. +n. Other forms such as --n, ++n, -c, +c should not be considered numeric. If size is same (e.g. dirs), use alphanum sort. | |||
2017-04-02 | Revert non-portable optimization | Arun Prakash Jana | |
2017-04-02 | Merge pull request #2 from zmwangx/gitignore | Arun Prakash Jana | |
Add .gitignore to ignore compilation products | |||
2017-04-01 | Add .gitignore to ignore compilation products | Zhiming Wang | |
2017-04-02 | Show message when trying to go above / | Arun Prakash Jana | |
2017-04-02 | Show directories first | Arun Prakash Jana | |
2017-04-02 | Support sort by numeric value for numeric names | Arun Prakash Jana | |
2017-04-01 | Show sort order if applied | Arun Prakash Jana | |
2017-04-01 | An optimized dirname() | Arun Prakash Jana | |
2017-04-01 | Optimizations | Arun Prakash Jana | |
2017-04-01 | Show indicators in column | Arun Prakash Jana | |
2017-04-01 | Support opening in detail view mode | Arun Prakash Jana | |
2017-04-01 | Open audio files with mpv | Arun Prakash Jana | |
2017-04-01 | Remove sh as script opener, use vi | Arun Prakash Jana | |
2017-03-31 | Change vim to vi | Arun Prakash Jana | |
2017-03-31 | Revamp detail mode | Arun Prakash Jana | |
If a filename has Unicode chars, the alignment is broken. Hence moving name to the last column. This also makes the view compact. Moving block and char dev indicators in the space for size. | |||
2017-03-31 | Show indicator with filename in bar | Arun Prakash Jana | |
2017-03-31 | Update documentation (man, README) | Arun Prakash Jana | |
2017-03-31 | Fix: can't go to parent if only dir name specified | Arun Prakash Jana | |
Invoking nnn with: nnn dir nnn ./dir nnn dir wouldn't allow user to navigate to parent directory. | |||
2017-03-30 | Rename project to nnn (Noice is Not Noice) | Arun Prakash Jana | |
2017-03-30 | Support file name copier | Arun Prakash Jana | |
Add keybind 'Ctrl-k' to copy the absolute path of the file under the cursor if environment variable NOICE_COPIER is set. |