| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-20 | Add plugin bulknew (#662) | ||
| * Add plugin bulknew * Update documentation * Update dependencies * Add whitespace note | |||
| 2020-06-19 | Update contributing guideline | ||
| 2020-06-19 | Avoid SIGWINCH interruptions of NNN_PIPE IO (#659) | ||
| Fixes #656 | |||
| 2020-06-18 | Initial CONTRIBUTING.md (#655) | ||
| 2020-06-16 | Update docs | ||
| 2020-06-16 | added support webp format (#652) | ||
| * added support webp format * update nuke plugin with support webp format | |||
| 2020-06-15 | Option -u to disable current/selection prompt | ||
| 2020-06-15 | Clear selection after some operations (see notes) | ||
| Selection is cleared after successful: - file removal - batch rename - link creation However, selection is not cleared after: - archive creation: user may want to delete the files after archiving | |||
| 2020-06-14 | Update docs | ||
| 2020-06-14 | Show '+' in statusbar instead of 's' for selection | ||
| 2020-06-14 | Refactor key-val pair parsing | ||
| 2020-06-14 | Make once-used function inline | ||
| 2020-06-12 | Update docs | ||
| 2020-06-11 | Sane tree defaults and viu support (#649) | ||
| 2020-06-11 | Feature #534: Support hardware cursor sync | ||
| 2020-06-11 | Update docs | ||
| 2020-06-11 | support imv in imgview and nuke | ||
| 2020-06-10 | Use Firefox Send for upload if ffsend is found | ||
| 2020-06-10 | Add hx as alternative hex viewer | ||
| 2020-06-10 | preview-tui: make scope & pistol run before `file` (#647) | ||
| Both Pistol and `scope.sh` are run `file --mimetype` or an equivalent, internally. Thus, for speed, it's better to run them before almost anything else. | |||
| 2020-06-10 | Pistol support (#646) | ||
| 2020-06-10 | Kitty splits (#643) | ||
| * Easier to browse plugin README.md * Splits are inverted * trying to fix kitty splits * Correctly restores the kitty layout * More clear comments | |||
| 2020-06-10 | Fixes environmental variables not being passed on preview-tui (#644) | ||
| 2020-06-09 | Selection mode don't need to be persistent | ||
| 2020-06-09 | Plugin run flags don't need to be persistent | ||
| 2020-06-09 | Picker mode doesn't need to be persistent | ||
| 2020-06-09 | Retain order on session load | ||
| 2020-06-09 | preview-tui splits are inverted (#642) | ||
| * Easier to browse plugin README.md * Splits are inverted * $SPLIT clarification and default values for $SPLIT and $TERMINAL | |||
| 2020-06-09 | Easier to browse plugin README.md (#641) | ||
| 2020-06-09 | Update docs | ||
| 2020-06-09 | Unified preview-tui and preview-kitty scripts (#634) | ||
| * Unified preview-tui and preview-kitty * Remove preview-kitty * No need to set $TERMINAL * fix undeclared variable * Integrated support for scope.sh * Review fixes * allow_remote_control must be enabled on kitty * Documentation, kitty splits and images fallback * fix restoring kitty layout | |||
| 2020-06-08 | Simplify subdir creation | ||
| 2020-06-08 | Derive session and mount paths, shorten paths | ||
| 2020-06-08 | Subdir 'mounts' for remote/archive mounts | ||
| 2020-06-07 | Fix #639: store NNNLVL in tmp var | ||
| 2020-06-06 | preview-kitty: fix crash on first file on dash (#636) | ||
| In the dash shell, when `exec < fifo` is interrupted by SIGCHLD, it exits. So we replace it with `cat fifo |`. Issue discussed in #614 | |||
| 2020-06-06 | Fix #637: remove mount dir after unmount | ||
| 2020-06-06 | Update preview-kitty (#638) | ||
| Fixed typo in preview-kitty. | |||
| 2020-06-04 | Update docs | ||
| 2020-06-04 | Added selection prompt and README entry (#633) | ||
| 2020-06-04 | Add Live Previews asciicast | ||
| Thanks @Kabouik! | |||
| 2020-06-04 | preview-tui: wait killed previewers (#632) | ||
| 2020-06-04 | Added GPG encrypt and decrypt plugins (#630) | ||
| * Added GPG encrypt and decrypt plugins * Made description more descriptive | |||
| 2020-06-04 | Fix tmux version check | ||
| 2020-06-04 | bookmarks: Pipe error to PAGER and clean up code (#631) | ||
| Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
| 2020-06-03 | Add new ToDo list | ||
| 2020-06-03 | Esc to send hovered path to FIFO | ||
| 2020-06-03 | Force notify on left click (right selects & updates) | ||
| 2020-06-03 | Move Live Preview usage notes to Wiki page | ||
| 2020-06-02 | Key | to send file path to FIFO | ||