Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-29 | With current features, DE file manager is redundant | ||
2018-08-28 | Document Cygwin opener | ||
2018-08-18 | Document dual-pane or multi-pane mode | ||
2018-08-18 | Update mentions | ||
2018-08-16 | Remove readline dep and use native prompt | ||
- `nnn` is all about navigational convenience so the user doesn't have to type - the binary size increases due to readline linkage - alternative workflow: ^G, cd, `nnn` - readline required using the prompt and the history would stay after quit | |||
2018-08-16 | Update program help | ||
2018-08-16 | Centred column | ||
2018-08-16 | Use symbol @/ to denote symbolic link to directory | ||
2018-08-16 | Document that filenames are not unquoted | ||
2018-08-12 | fix invalid command (#113) | ||
* fix invalid command * adding '-S' argument | |||
2018-08-08 | Update docs | ||
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-08 | Fixed link | ||
2018-08-07 | nnn is a file manager now | ||
2018-07-18 | Add link to repos | ||
2018-07-12 | Reduce indentation level | ||
2018-07-04 | ToDo list is rolled | ||
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-18 | Update documentation | ||
2018-06-17 | Bring examples below description | ||
2018-06-17 | Support multiple scripts | ||
2018-06-17 | Example to integrate fzy using custom script | ||
2018-06-08 | Add LinuxLinks to Mentions section | ||
2018-05-15 | Add OpenBSD as a packager | ||
2018-05-02 | Update instruction | ||
2018-05-01 | Update help on filter | ||
2018-04-26 | Update image | ||
2018-04-25 | Support archive creation | ||
2018-04-19 | nnn is always quoted | ||
2018-04-19 | Fix #104: document tmux TERM setting | ||
2018-04-08 | Prefer VISUAL, if defined over EDITOR | ||
2018-04-04 | Show hidden files by default when env NNN_SHOW_HIDDEN is set (#100) | ||
2018-04-01 | Update help | ||
2018-04-01 | Update link to ToDo list | ||
2018-03-30 | Document how to integrate sxiv | ||
2018-03-30 | Support screen locking on Linux | ||
2018-03-30 | New shortcut ^] to spawn shell in current dir | ||
2018-03-30 | Add install commands for listed packagers | ||
2018-03-28 | Support ^A, ^E, ^U and ignore ^ chars at rename prompt | ||
2018-03-19 | Run a custom script support | ||
2018-03-18 | Update features | ||
2018-03-18 | Add Fedora as a packager | ||
2018-03-16 | Remove reference of NNN_NOWAIT | ||
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-11 | Add table of external dependencies | ||
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 | Add openSUSE Leap badge | ||