| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | ||
| 2017-03-30 | Simpler regular listing | ||
| 2017-03-30 | Shows 'Cannot resolve path' on narrow terminal | ||
| noice truncates the cwd string dynamically. If the numbers of columns is lesser than the length of the path, cwd is truncated so that the correct path cannot be resolved. We should try to resolve the full path instead. | |||
| 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-10-05 | Merge remote-tracking branch 'upstream/master' | ||
| 2016-08-24 | Bump to 0.6 | ||
| 2016-08-22 | Split out default filter initialization | ||
| 2016-08-22 | Make toggle dot behaviour persistent | ||
| Once set, the default filter is updated. This means that toggle dot will also work as expected when noice is executed as root. Based on discussion with Ypnose. | |||
| 2016-08-22 | Align fields in config.def.h | ||
| Diff by Ypnose | |||
| 2016-08-22 | Accept user-defined LDFLAGS in Makefile | ||
| Diff by Ypnose | |||
| 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 | List alphabetically, case ignored (like 'ls -l'). | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Document NOICE_FALLBAK_OPENER. | ||
| 2016-08-21 | Support NOICE_FALLBAK_OPENER. | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Doc update on NOICE_OPENER. | ||
| 2016-08-21 | Support NOICE_OPENER env variable. | ||
| 2016-08-21 | Update README.md | ||
| 2016-08-21 | Update man page. | ||
| 2016-08-21 | Update README. | ||
| 2016-08-21 | Remove libmagic, use file command. | ||
| The magic.mgc file gets created in the local directory, opening the global file throws unwanted messages. So we are using the o/p of the file command to determine if the file is a plain text file. | |||
| 2016-08-20 | Update README | ||
| 2016-08-20 | Remove config.h on clean. | ||
| 2016-08-20 | Fix compilation issues with -O3 optimization. | ||