Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | keybind to pin current dir - b | Arun Prakash Jana | |
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. | |||
2018-01-13 | Key changes: ^F - extract archive, ^X - quit | Arun Prakash Jana | |
2018-01-09 | Remap ^S and ^Q. | Arun Prakash Jana | |
The replacement keys are: ^J - toggle du mode ^Y - quit The change is done because ^S, ^Q keybinds are lost in the following case: - start nnn - navigate to a different directory - spawn a shell - exit the shell The issue happens only with the 'special' keybinds like ^S, ^Q, ^Z... which get their original shell interpretation back. So we are replacing these 2 keybinds with 2 'non-special' combinations. | |||
2018-01-09 | Add shortcut ^S to toggle du mode | Arun Prakash Jana | |
2018-01-07 | Change bookmark prompt and pin dir keys. | Arun Prakash Jana | |
New keys: - bookmark prompt (^B) - pin directory (B) The intention of the change is to facilitate opening the bookmark prompt in navigate-as-you-type mode. The bookmark prompt is used more than the pin current directory option. | |||
2017-12-29 | Fix #73: How to discard changes and exit new/rename prompt | Arun Prakash Jana | |
2017-12-28 | Add FreeBSD as a package source (#72) | Dmitri Goutnik | |
2017-12-26 | Add openSUSE to packagers | Arun Prakash Jana | |
2017-12-26 | Update README | Arun Prakash Jana | |
Update documentation | |||
2017-12-26 | Update README | Arun Prakash Jana | |
2017-12-25 | Support 'Open with...' | Arun Prakash Jana | |
2017-12-24 | Update documentation | Arun Prakash Jana | |
2017-12-24 | Add option -b to open bookmark directly | Arun Prakash Jana | |
2017-12-22 | Update README | Arun Prakash Jana | |
2017-12-22 | Replace xstricmp() with strcoll() | Arun Prakash Jana | |
2017-12-21 | Update README, performance numbers | Arun Prakash Jana | |
2017-12-19 | Link to performance factors | Arun Prakash Jana | |
2017-12-16 | Add Slackware as packager | Arun Prakash Jana | |
2017-12-09 | Update README | Arun Prakash Jana | |
2017-12-02 | switch to formulae.brew.sh for Homebrew link | Arun Prakash Jana | |
2017-11-25 | Add Source Mage package | Vlad Glagolev | |
2017-11-25 | Update package maintainers | Arun Prakash Jana | |
2017-11-17 | Change button color | Arun Prakash Jana | |
2017-11-06 | Add Void Linux as a package source | Arun Prakash Jana | |
2017-11-04 | Update readme | Arun Prakash Jana | |
2017-10-18 | Add how-to on hot plugged devices | Arun Prakash Jana | |
2017-10-09 | archive listing is done using atool | Arun Prakash Jana | |
2017-10-08 | Add ExifTool URL (#51) | Vlad Glagolev | |
2017-10-02 | Update help | Arun Prakash Jana | |
2017-10-02 | Fix alignment in examples | Arun Prakash Jana | |
2017-10-01 | Change archive list shortcut to 'F' | Arun Prakash Jana | |
2017-09-30 | Fix #44: document PAGER usage in certain screens | Arun Prakash Jana | |
2017-09-27 | Support archive listing and extraction | Arun Prakash Jana | |
2017-09-23 | Add badge to PPA for Ubuntu variants | Arun Prakash Jana | |
2017-09-23 | nnn is on Ubuntu 17.10 | Arun Prakash Jana | |
2017-09-20 | Add step to set NNN_NOWAIT in Quickstart | Arun Prakash Jana | |
2017-09-19 | Update NNN_NOWAIT changes | Arun Prakash Jana | |
2017-09-19 | Prevent nnn from waiting on open file process (#40) | Paul | |
* Prevent nnn from waiting on open file process * Add env var flag to not wait for child process when opening file * Set nowait flag once to skip bit-or every time we open a file * Add documentation for NNN_NOWAIT | |||
2017-09-11 | New video | Arun Prakash Jana | |
2017-09-10 | Support file and dir create | Arun Prakash Jana | |
2017-09-05 | Change donation button | Arun Prakash Jana | |
2017-09-04 | Update README | Arun Prakash Jana | |
2017-09-04 | Prepare for v1.4 release | Arun Prakash Jana | |
2017-09-02 | Add pin directory in cool list | 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 | |
2017-09-01 | Use 'pin' dir instead of 'mark' dir | Arun Prakash Jana | |
2017-08-25 | More concise help | Arun Prakash Jana | |