Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-25 | Test static packaging | ||
2020-01-17 | Options -e and -t | ||
Replaces the following environment variables: - NNN_USE_EDITOR - NNN_IDLE_TIMEOUT | |||
2020-01-14 | Update Haiku Makefile with changes of original (#435) | ||
2020-01-12 | Guard against empty | ||
2020-01-09 | Use option -A to disable dir auto-select | ||
2020-01-07 | Fix openSUSE Leap 15.1 package generation | ||
2020-01-03 | Update Haiku Makefile and recipe with suggestions from HaikuPorts (#426) | ||
2019-12-31 | Update copyright year | ||
2019-12-30 | On the fly dist generation | ||
2019-12-29 | Get version string from source | ||
2019-12-28 | Keybind v for version sort | ||
2019-12-27 | Get nnn compile and run on Haiku (#403) | ||
* Add support for Haiku OS * Adjust DISTFILES and dist rule in haiku | |||
2019-12-25 | Option n - nav as you type, V - version sort | ||
2019-12-25 | Revert "Use b and ^B as bookmark key" | ||
This reverts commit 278fcfdfc930ff32f3159e84facec79165019570. | |||
2019-12-25 | Use b and ^B as bookmark key | ||
2019-12-20 | Program option to load session is now `-s` | ||
- remove auto-stored session "@" on restore - minor help update | |||
2019-12-20 | Revert "Internal states, sessions changes" | ||
This reverts commit cf388649b9cd6fba38b9c0dca49c29bad3b6f737. | |||
2019-12-19 | Simplify QuitCD scripts | ||
2019-12-19 | Internal states, sessions changes | ||
- replace bools for internal non-persistent binary states with an uchar - do not store path to session, derive from config path in tmp buffer - program option to load session is not `-s` - remove auto-stored session "@" on restore - minor help update | |||
2019-12-14 | Fix #402 | ||
2019-12-14 | remove program option -f | ||
2019-12-14 | Update docs | ||
2019-12-12 | Add option to show noti and copy selection to system clipboard | ||
2019-12-09 | Move nlaunch to plugins as launch | ||
2019-12-08 | Add nplay as a plugin | ||
2019-12-07 | Add nplay: a custom opener | ||
2019-12-05 | Prepare for release v2.8.1 | ||
2019-12-04 | Prepare for release v2.8 | ||
2019-12-01 | Option -R to disable rollover at edges | ||
2019-11-30 | Update auto-completion scripts | ||
2019-11-30 | Update docs | ||
2019-11-26 | Some of the shell script fixes as per discussion (#389) | ||
* Improved completion support for files with spaces Filenames with spaces, both generally and for session names, will now complete as expected. * Misc shell script improvements See discussion on: https://github.com/jarun/nnn/commit/1cca9e4b72b106374f203890b266f18609deefe3 | |||
2019-11-22 | shellcheck fixes | ||
2019-11-21 | Add examples of conflicting keybinds | ||
2019-11-21 | Fix some cat abuses in code, plugins | ||
2019-11-18 | Update quitcd.csh | ||
2019-11-17 | Block nesting of nnn instances | ||
2019-11-12 | Add CentOS 8.0, Fedora 31 | ||
2019-11-05 | Add Wayland clipboard example | ||
2019-10-23 | Fix Fish autocomplete suggestions for sessions | ||
2019-10-19 | Implementing sessions support (#360) | ||
* Initial commit of sessions implementation * Reduce code duplication * Move load session to program flag -e * Fix context initialization problem when loading session * Add pinned directory to session and reduce session file size * Make load_session print an error if exists and few minor adjustments * Refactor session's file structure * Initialize required structures in load_session before loading * Add load session dynamically, restore last session, and extra fixes * Fix indentation * Add sessions documentation to man page * Update fish completions with sessions and make some improvements * Move to single keybinding session management and add help info * ESC when asked to insert session name behaves better * Add sessions completion for bash * Remove pinned dir from session and minor code refactors | |||
2019-10-11 | Fix #350: cd on quit if NNN_TMPFILE is set | ||
2019-10-11 | Update key collision detection | ||
2019-10-06 | Update auto-complete scripts | ||
2019-09-29 | Move packagecore config, update matrix | ||
2019-08-30 | Option -a to use file access time | ||
2019-08-28 | Implement mediainfo as a plugin | ||
2019-08-23 | Option -r to show cp, mv progress on Linux | ||
2019-08-20 | Remove wild load option | ||
2019-08-17 | Option -t replaces NNN_NO_AUTOSELECT | ||