| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-12 | Support open current dir in desktop file manager | ||
| 2017-04-12 | Update README.md | ||
| 2017-04-11 | realloc() 32 entries at a time | ||
| 2017-04-11 | Optimize dentfill | ||
| 2017-04-10 | Toggle help and file details screens with same key | ||
| 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-07 | Add notes on fallback opener | ||
| 2017-04-06 | Brand new video. Thanks @zmwangx! | ||
| 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-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 | Revert non-portable optimization | ||
| 2017-04-02 | Show directories first | ||
| 2017-04-02 | Support sort by numeric value for numeric names | ||
| 2017-04-01 | An optimized dirname() | ||
| 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 | Update documentation (man, README) | ||
| 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 | ||
| 2017-03-30 | Simpler regular listing | ||
| 2017-03-30 | Concise file type info in detail view | ||
| B - Block Device C - Character Device D - Directory E - Executable F - Fifo L - Symbolic Link R - Regular File S - Socket | |||
| 2017-03-30 | Switches to toggle detail view, file size sort | ||
| 1. The detailed view shows file type and size using keybind 'd'. Disabled by default. 2. Option 's' sorts dir entries by descending order of size. | |||
| 2017-03-29 | Re-scan directory contents after spawning a shell | ||
| The contents of the directory may be changed from the shell by adding or deleting content. Permissions may have changed too. We must re-populate the contents of the current directory. | |||
| 2017-03-29 | Various optimizations | ||
| 2017-03-29 | Implement navigation roll over | ||
| 2017-03-29 | Update readme | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Update readme. | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Document NOICE_FALLBAK_OPENER. | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Doc update on NOICE_OPENER. | ||