Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-12 | Use the term Leader key | ||
2018-11-12 | Use ^B as the Leader key | ||
2018-11-11 | Update docs | ||
2018-11-11 | Reformat program help | ||
2018-11-11 | Document native cp, mv, rm | ||
2018-11-11 | List copy buffer if valid | ||
2018-11-10 | Retire nlay | ||
2018-11-09 | Introduce key prompt | ||
2018-11-08 | Support key q for context quit | ||
2018-11-08 | Update docs on contexts | ||
2018-11-08 | GUI app launcher mode with 'o'. | ||
Removed file manager and desktop search keys. Both can be launched with launcher key. | |||
2018-11-08 | Retire NNN_NO_X and make the behaviour default | ||
2018-11-06 | Retire chdir prompt | ||
2018-10-31 | Update docs | ||
2018-10-28 | Use ^L to clear filter prompt | ||
2018-10-27 | Exit prompt on Escape press | ||
2018-10-22 | Support copy buffer listing in multi-copy mode | ||
2018-10-21 | Option to disable dir auto-select | ||
2018-10-19 | Prepare for release v2.0 | ||
2018-10-05 | Show apparent size | ||
2018-09-06 | Create copy file in home dir, remove copy file on exit | ||
2018-08-16 | Document that filenames are not unquoted | ||
2018-08-10 | Prepare for release v1.9 | ||
2018-08-08 | Implement dir auto-select in nav-as-you-type mode. | ||
If only one entry matches regex filter and it it a directory, cd into it. | |||
2018-08-07 | nnn is a file manager now | ||
2018-07-04 | Pass current file name as first argument to custom scripts | ||
2018-06-27 | Add Space as 2nd file-path copier key (easy to use) | ||
2018-06-17 | Support multiple scripts | ||
2018-05-03 | Update man | ||
2018-05-02 | Prepare for release v1.8 | ||
2018-05-01 | Update help on filter | ||
2018-04-26 | Fix man page | ||
2018-04-25 | Support archive creation | ||
2018-04-08 | Prefer VISUAL, if defined over EDITOR | ||
2018-04-04 | Update for PR #100: man and README should be in sync | ||
2018-04-04 | Show hidden files by default when env NNN_SHOW_HIDDEN is set (#100) | ||
2018-04-01 | Update help | ||
2018-03-30 | Support screen locking on Linux | ||
2018-03-30 | New shortcut ^] to spawn shell in current dir | ||
2018-03-19 | Run a custom script support | ||
2018-03-16 | Fix #81: GUI programs shouldn't exit on closing the parent terminal | ||
Issue reproduction steps: 1. Spawn a GUI program e.g. open a PDF file in zathura or evince. 2. Without quitting `nnn` close the terminal. 3. Notice that the application quits too. Can be a nagging issue if someone is not using a drop-down terminal. Fix: detach a GUI child and start it in a new session. There are 2 aspects to this commit: - It fixes #81: in cases where we do not wait for a spawned child we can assume that the child is a GUI process. We detach and spawn the child in a new session. - It changes the behaviour to @Rahi374's suggestion in PR #40 i.e. invoke the DE opener in F_NOWAIT mode. | |||
2018-03-07 | Fix #95: Add ^I as an alternative to Insert | ||
2018-03-04 | Fix #89: User-specific tmp file for copying filenames | ||
Use distinct (by username) tmp filename to copy file paths. The pattern used is: /tmp/nnncp$USER If username is 'arun', the file name is `/tmp/nnncparun`. | |||
2018-03-03 | Support ~, - and & keyboard shortcuts at the bookmark prompt. | ||
In nav-as-you-type mode only control keys are understood when filter is enabled. We need some way to quicly jump HOME, last visited dir or start dir. | |||
2018-02-28 | Prepare for release v1.7 | ||
2018-02-24 | Add shortcut ^G to quit and cd | ||
2018-02-24 | Support batch file rename in vidir | ||
2018-02-24 | Document file path copy usage sans clipboard | ||
2018-01-28 | Support file path quote on copy | ||
2018-01-17 | keybind to pin current dir - b | ||