From 2847d34609af764c3cf35466b71433e0791bcf117067653d776df298a09938c9 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Wed, 15 Jul 2020 11:25:31 +0000 Subject: [PATCH] Accepting request 821079 from home:dilawar:branches:utilities - Update to version 3.3 * subdir `mounts` for remote and archive mounts * remove mount point on successful unmount of remote/archive * show error and prompt user if `cp`/`mv`/`rm` operation fails * support absolute/relative paths in cp/mv as * mark current path automatically on archive/remote mount * mark current path automatically on target file visit in _find and list_ mode * option `-C` to place HW cursor on hovered for screen readers and braille displays * option `-u` to use selection (if available) and skip `current/sel` prompt * key Alt+Esc to clear filter prompt and redraw * support Esc to cancel remove operation * `gpge` & `gpgd`: encrypt and decrypt with GPG * `blknew`: create new files and directories in bulk * `preview-tui` - unified to support `tmux`/`kitty`/`xterm`/`$TERMINAL` - auto-determine split orientation based on terminal height and width - provision to use [`scope.sh`](https://github.com/ranger/ranger/blob/master/ranger/data/scope.sh) and [`pistol`](https://github.com/doronbehar/pistol) * various other improvements * `upload`: send to Firefox Send if [`ffsend`](https://github.com/timvisee/ffsend) is found * `hexview`: add [`hx`](https://github.com/krpors/hx) as alternative hex viewer * `nuke` and `imgview`: add [`imv`](https://github.com/eXeC64/imv) as alternative image viewer * add find (with `fd`) and grep (with `rg`) examples in plugins doc * key Esc or left click to resend hovered file path to `NNN_FIFO` * show `+` instead of `s` in status bar on selection * F5 removed (misfit for toggle hidden), ^S removed (often masked, redundant) * handle abnormal program termination and remove NNN_PIPE and/or NNN_FIFO * clear selection after successful batch rename, link creation * make option `O_CTX8` for 8 contexts (NOT backward compatible with 4 contexts) * fix issue with child window resize (see #656) * fix issue with `NNNLVL` on macOS (see #639) * fix issue with restoring session with du/au enabled OBS-URL: https://build.opensuse.org/request/show/821079 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=43 --- nnn-3.2.tar.gz | 3 --- nnn-3.3.tar.gz | 3 +++ nnn.changes | 37 +++++++++++++++++++++++++++++++++++++ nnn.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 nnn-3.2.tar.gz create mode 100644 nnn-3.3.tar.gz diff --git a/nnn-3.2.tar.gz b/nnn-3.2.tar.gz deleted file mode 100644 index a272924..0000000 --- a/nnn-3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ebbd024776153ecb79c75d1a58fc5cd7cd168c6e8217100b5edf322fdf9d4fd -size 143122 diff --git a/nnn-3.3.tar.gz b/nnn-3.3.tar.gz new file mode 100644 index 0000000..c021e13 --- /dev/null +++ b/nnn-3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca +size 148795 diff --git a/nnn.changes b/nnn.changes index 6bec473..85f637d 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Jul 15 08:35:21 UTC 2020 - Dilawar Singh + +- Update to version 3.3 + + * subdir `mounts` for remote and archive mounts + * remove mount point on successful unmount of remote/archive + * show error and prompt user if `cp`/`mv`/`rm` operation fails + * support absolute/relative paths in cp/mv as + * mark current path automatically on archive/remote mount + * mark current path automatically on target file visit in _find and list_ mode + * option `-C` to place HW cursor on hovered for screen readers and braille displays + * option `-u` to use selection (if available) and skip `current/sel` prompt + * key Alt+Esc to clear filter prompt and redraw + * support Esc to cancel remove operation + * `gpge` & `gpgd`: encrypt and decrypt with GPG + * `blknew`: create new files and directories in bulk + * `preview-tui` + - unified to support `tmux`/`kitty`/`xterm`/`$TERMINAL` + - auto-determine split orientation based on terminal height and width + - provision to use [`scope.sh`](https://github.com/ranger/ranger/blob/master/ranger/data/scope.sh) and [`pistol`](https://github.com/doronbehar/pistol) + * various other improvements + * `upload`: send to Firefox Send if [`ffsend`](https://github.com/timvisee/ffsend) is found + * `hexview`: add [`hx`](https://github.com/krpors/hx) as alternative hex viewer + * `nuke` and `imgview`: add [`imv`](https://github.com/eXeC64/imv) as alternative image viewer + * add find (with `fd`) and grep (with `rg`) examples in plugins doc + * key Esc or left click to resend hovered file path to `NNN_FIFO` + * show `+` instead of `s` in status bar on selection + * F5 removed (misfit for toggle hidden), ^S removed (often masked, redundant) + * handle abnormal program termination and remove NNN_PIPE and/or NNN_FIFO + * clear selection after successful batch rename, link creation + * make option `O_CTX8` for 8 contexts (NOT backward compatible with 4 contexts) + * fix issue with child window resize (see #656) + * fix issue with `NNNLVL` on macOS (see #639) + * fix issue with restoring session with du/au enabled + + ------------------------------------------------------------------- Tue May 26 05:12:40 UTC 2020 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index b6e43b0..0ebe96e 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 3.2 +Version: 3.3 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause