Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-22 | Update patool wrapper | ||
2019-05-22 | Update docs | ||
2019-05-22 | nlaunch: add sleep to wait for child | ||
2019-05-22 | Update docs | ||
2019-04-26 | Make nlaunch independent | ||
2019-04-21 | Support config dir ~/.config/nnn | ||
2019-04-18 | Plugins! | ||
2019-04-18 | Move nlaunch from user-scripts | ||
2019-03-20 | Update docs | ||
2019-03-17 | Add readme on nlay | ||
2019-03-11 | Auto-completion for option `-d` | ||
2019-02-28 | Remove option to disable color | ||
2019-02-28 | Wild mode for nav-as-you-type | ||
2019-02-19 | Prepare for release v2.3 | ||
2019-02-12 | Fix file name generation | ||
2019-02-12 | Add test files | ||
2019-02-06 | Add option -s to use string filters | ||
2019-02-06 | Add version sort -n to auto-completion scripts | ||
2019-01-30 | natool: support multiple args | ||
2019-01-06 | Add user script to upgrade nnn on Debian 9 Stretch | ||
2019-01-05 | Add a sample command | ||
2019-01-05 | Document picker behaviour | ||
2019-01-04 | Open sxiv in bg | ||
2019-01-04 | Update user scripts | ||
2019-01-04 | Sample scripts to convert NUL to newline | ||
2019-01-03 | Change location of copier script | ||
2019-01-03 | nnn as a file picker | ||
2019-01-03 | Add sample user scripts | ||
2019-01-02 | Document second method of adding quitcd to fish | ||
2019-01-01 | Document how to install fish quitcd function | ||
It was not clear that the name of the file should match the name of the function. | |||
2019-01-01 | Prepare for release v2.2 | ||
2018-12-09 | Update completion scripts | ||
2018-12-04 | Option -c is gone | ||
2018-12-01 | Update copier script and docs | ||
2018-11-30 | Add sample command for Termux | ||
2018-11-27 | Fix #143: support copy to clipboard | ||
2018-11-26 | Replace single dot with source for fish shell | ||
Single dot has been deprecated and can cause issues with users on newer version: https://github.com/fish-shell/fish-shell/issues/310 | |||
2018-11-24 | vim plugin has a new project page | ||
2018-11-24 | Add neovim support | ||
2018-11-24 | Fix #133: Add nnn-picker.vim plugin | ||
2018-11-17 | Rudimentary C Shell script to quit and cd | ||
2018-11-11 | Update docs | ||
2018-11-10 | Retire nlay | ||
2018-09-06 | Add wrapper script for patool integration | ||
2018-03-19 | Fix test dir name | ||
2018-03-02 | Fix zsh path autocompletion (#88) | ||
2018-03-01 | Improved portability on MacOS (#86) | ||
2018-01-14 | Support multiple file path copy | ||
Design overview: We are introducing multiple file path copy as a mode which can be toggled using the keybind `^Y`. `^K` works as the individual entry selector. If the user wants to select a range, (s)he can press `^Y` on the first entry and `^Y` on the last entry. We subscribe to notifications, so we need a fail-proof way to detect changes in the directory contents. For example, if a file is deleted, it becomes difficult to get the names of all the files in a range containing that file. If the file is on a range boundary it would lead to wrong calculations. To handle this the right way we use CRC8 checksum of all the visible entries in the directory. The checksum is calculated based on the file information buffer. If the CRC changes on a redraw(), we reset the multi-select mode. New line (`\n`) works as the delimiter between file paths. Note that you may have to disable IFS in the `NNN_COPIER` script to show file paths separated by spaces. | |||
2017-12-26 | Retire Makefile.native | ||
2017-12-25 | Prepare for release v1.6 | ||