Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-19 | Implementing sessions support (#360) | Anna Arad | |
* 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 | Arun Prakash Jana | |
2019-10-11 | Update man page on -K | Arun Prakash Jana | |
2019-10-10 | Document edit selection | Arun Prakash Jana | |
2019-10-10 | Fix #342: mention as Lead key in docs | Arun Prakash Jana | |
2019-10-09 | Update doc on deselect, file size | Arun Prakash Jana | |
2019-10-08 | Update doc | Arun Prakash Jana | |
2019-10-08 | Remove obsolete troubleshooting note | Arun Prakash Jana | |
2019-10-06 | Prepare for release v2.7 | Arun Prakash Jana | |
2019-10-06 | Update docs | Arun Prakash Jana | |
2019-10-03 | Update man | Arun Prakash Jana | |
2019-10-03 | Revert "Fix #334: Detect session type" | Arun Prakash Jana | |
This reverts commit e226e8c889e1a218f7ad2ecd669bc6ad00ccca22. | |||
2019-10-03 | Fix #334: Detect session type | Arun Prakash Jana | |
2019-10-02 | Fix #334 | Arun Prakash Jana | |
2019-09-30 | Shortcut to list selection y is now M | Arun Prakash Jana | |
2019-09-29 | Use better keys for selection mode | Arun Prakash Jana | |
2019-09-28 | Update docs | Arun Prakash Jana | |
2019-09-26 | Add plugin to take quick notes | Arun Prakash Jana | |
2019-09-16 | Update docs | Arun Prakash Jana | |
2019-09-11 | Preserve attributes on duplicate, update docs | Arun Prakash Jana | |
2019-09-11 | Run a command at filter prompt | Arun Prakash Jana | |
This is a conveninece for nav-as-you-type mode. With this program option, on pressing ^P, the filter is executed as cmd. | |||
2019-08-30 | Update example | Arun Prakash Jana | |
2019-08-30 | Option -a to use file access time | Arun Prakash Jana | |
2019-08-28 | Implement mediainfo as a plugin | Arun Prakash Jana | |
2019-08-23 | Option -r to show cp, mv progress on Linux | Arun Prakash Jana | |
2019-08-21 | Fix broken links, update docs | Arun Prakash Jana | |
2019-08-20 | Remove wild load option | Arun Prakash Jana | |
2019-08-17 | Option -t replaces NNN_NO_AUTOSELECT | Arun Prakash Jana | |
2019-08-16 | Option -o replaces NNN_RESTRICT_NAV_OPEN | Arun Prakash Jana | |
2019-08-16 | Revert rename cp mv progress | Arun Prakash Jana | |
2019-08-14 | Use key-plugin pairs for running plugins | Arun Prakash Jana | |
2019-08-14 | Rename cp mv progress conf | Arun Prakash Jana | |
2019-08-06 | Prepare for release v2.6 | Arun Prakash Jana | |
2019-08-04 | Light mode as default, options changed | Arun Prakash Jana | |
-d is to show detail mode -H is to show hidden files -l is retired | |||
2019-07-14 | Resurrect default sort | Arun Prakash Jana | |
2019-06-24 | Fix order of options in man | Arun Prakash Jana | |
2019-06-24 | Fix #291 | Arun Prakash Jana | |
2019-06-20 | Fix #288 | Arun Prakash Jana | |
2019-06-17 | Use case insensitive version sort to compare | Arun Prakash Jana | |
2019-06-07 | Move cd on quit file | Arun Prakash Jana | |
The new location is ~/.config/nnn/.lastd | |||
2019-06-07 | Remove retired config variable | Arun Prakash Jana | |
2019-05-27 | Prepare for release v2.5 | Arun Prakash Jana | |
2019-04-26 | Always detach opener | Arun Prakash Jana | |
This may affect issue #227 but the defunct processes do not use any memory and exit when nnn exits. I guess that happens because of xdg-open using an intermediate script. However, if we do not detach xdg-open, the child process is killed when the terminal is closed which is a severe problem. | |||
2019-04-22 | SSHFS refinements | Arun Prakash Jana | |
2019-04-22 | Update docs | Arun Prakash Jana | |
2019-04-21 | Support config dir ~/.config/nnn | Arun Prakash Jana | |
2019-04-21 | SSHFS support | Arun Prakash Jana | |
2019-04-18 | Plugins! | Arun Prakash Jana | |
2019-04-06 | Support only scripts directory | Arun Prakash Jana | |
2019-03-23 | Update docs | Arun Prakash Jana | |