Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-06 | Add user script to upgrade nnn on Debian 9 Stretch | Arun Prakash Jana | |
2019-01-05 | Add a sample command | Arun Prakash Jana | |
2019-01-05 | Document picker behaviour | Arun Prakash Jana | |
2019-01-04 | Open sxiv in bg | Arun Prakash Jana | |
2019-01-04 | Update user scripts | Arun Prakash Jana | |
2019-01-04 | Sample scripts to convert NUL to newline | Arun Prakash Jana | |
2019-01-03 | Change location of copier script | Arun Prakash Jana | |
2019-01-03 | nnn as a file picker | Arun Prakash Jana | |
2019-01-03 | Add sample user scripts | Arun Prakash Jana | |
2019-01-02 | Document second method of adding quitcd to fish | QasimK | |
2019-01-01 | Document how to install fish quitcd function | QasimK | |
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 | Arun Prakash Jana | |
2018-12-09 | Update completion scripts | Arun Prakash Jana | |
2018-12-04 | Option -c is gone | Arun Prakash Jana | |
2018-12-01 | Update copier script and docs | Arun Prakash Jana | |
2018-11-30 | Add sample command for Termux | Arun Prakash Jana | |
2018-11-27 | Fix #143: support copy to clipboard | Arun Prakash Jana | |
2018-11-26 | Replace single dot with source for fish shell | Joni Salmi | |
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 | Arun Prakash Jana | |
2018-11-24 | Add neovim support | KillTheMule | |
2018-11-24 | Fix #133: Add nnn-picker.vim plugin | Arun Prakash Jana | |
2018-11-17 | Rudimentary C Shell script to quit and cd | Arun Prakash Jana | |
2018-11-11 | Update docs | Arun Prakash Jana | |
2018-11-10 | Retire nlay | Arun Prakash Jana | |
2018-09-06 | Add wrapper script for patool integration | Arun Prakash Jana | |
2018-03-19 | Fix test dir name | Arun Prakash Jana | |
2018-03-02 | Fix zsh path autocompletion (#88) | Nexie Kind | |
2018-03-01 | Improved portability on MacOS (#86) | Giacomo Rossetto | |
2018-01-14 | Support multiple file path copy | Arun Prakash Jana | |
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 | Arun Prakash Jana | |
2017-12-25 | Prepare for release v1.6 | Arun Prakash Jana | |
2017-11-30 | Fix #50: revert to -O2 optimization | Arun Prakash Jana | |
The while loop in xstrlcpy() breaks when -O3 is used. | |||
2017-10-10 | Add copier script | Arun Prakash Jana | |
2017-10-05 | Prepare for release v1.5 | Arun Prakash Jana | |
2017-09-27 | Enable O3 optimization | Arun Prakash Jana | |
2017-09-04 | Prepare for v1.4 release | Arun Prakash Jana | |
2017-09-02 | Make test script more aggressive | Arun Prakash Jana | |
2017-09-02 | Add tests for Unicode and astral codepoints | Arun Prakash Jana | |
2017-09-02 | Note Makefile.native differences | Arun Prakash Jana | |
2017-09-02 | Re-arrange artifacts | Arun Prakash Jana | |
2017-09-02 | Add auto-completion scripts | Arun Prakash Jana | |
2017-09-02 | Change name to scripts directory | Arun Prakash Jana | |