| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-10 | Update README | ||
| 2017-04-10 | Initial path: support sort by disk usage | ||
| 2017-04-08 | Key - to jump to last visited directory | ||
| 2017-04-08 | Remove redundant search when entering directory | ||
| 2017-04-07 | Add notes on fallback opener | ||
| 2017-04-06 | Show marker only when spawning a shell. | ||
| 2017-04-06 | Brand new video. Thanks @zmwangx! | ||
| 2017-04-06 | Try fallbak for missing apps, use popen wrapper | ||
| 2017-04-06 | Resolve ~ (HOME) at chdir prompt | ||
| 2017-04-06 | Show notifier only for associations | ||
| 2017-04-04 | Disable checksum calculation | ||
| 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 | ||
| 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. | ||
| 2017-04-04 | Merge pull request #3 from zmwangx/travis | ||
| Test on Travis | |||
| 2017-04-03 | Add .travis.yml | ||
| 2017-04-04 | ASCII Art to indicate nnn launched program | ||
| 2017-04-03 | Allow custom CFLAGS and CPPFLAGS in Makefile | ||
| 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 | ||
| 2017-04-03 | Use double quotes to handle file names with spaces | ||
| Remove dependency on cut. | |||
| 2017-04-03 | Add help screen on keybinds | ||
| 2017-04-03 | Show stat, file, md5, sh256 in file details | ||
| This commit adds dependencies on file, openssl and cut binaries. | |||
| 2017-04-03 | Show file details | ||
| We closely follow the output for stat(1). | |||
| 2017-04-02 | Remove redundant stuff | ||
| 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 | ||
| 2017-04-02 | Use standard function for numeric sort | ||
| 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 | ||
| 2017-04-02 | Merge pull request #2 from zmwangx/gitignore | ||
| Add .gitignore to ignore compilation products | |||
| 2017-04-01 | Add .gitignore to ignore compilation products | ||
| 2017-04-02 | Show message when trying to go above / | ||
| 2017-04-02 | Show directories first | ||
| 2017-04-02 | Support sort by numeric value for numeric names | ||
| 2017-04-01 | Show sort order if applied | ||
| 2017-04-01 | An optimized dirname() | ||
| 2017-04-01 | Optimizations | ||
| 2017-04-01 | Show indicators in column | ||
| 2017-04-01 | Support opening in detail view mode | ||
| 2017-04-01 | Open audio files with mpv | ||
| 2017-04-01 | Remove sh as script opener, use vi | ||
| 2017-03-31 | Change vim to vi | ||
| 2017-03-31 | Revamp detail mode | ||
| 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 | ||
| 2017-03-31 | Update documentation (man, README) | ||
| 2017-03-31 | Fix: can't go to parent if only dir name specified | ||
| 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) | ||
| 2017-03-30 | Support file name copier | ||
| Add keybind 'Ctrl-k' to copy the absolute path of the file under the cursor if environment variable NOICE_COPIER is set. | |||
| 2017-03-30 | Re-format detailed view, show filename | ||
| 2017-03-30 | Use reverse video in detail view | ||
| 1. Highlight the currently selected item in reverse video. 2. Fix: remember the current item when toggling detail view. | |||
| 2017-03-30 | Show modification time in detail view | ||
| 2017-03-30 | Show number of entries in detailed view | ||
| 2017-03-30 | strip binary | ||