From 729a21d1b3f325ec0e4ed5e3b4340b34b35833689142ba25e62591eeb6b22f91 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Wed, 20 Feb 2019 06:06:27 +0000 Subject: [PATCH] Accepting request 677588 from home:dilawar:branches:utilities - update to 2.3 * user-contributed scripts repository https://github.com/jarun/nnn/tree/master/user-scripts * substring search for filters (option -s) * version sort (option -n) * key N (1 <= N <= 4) to switch to context N * disk usage calculation abort with ^C * create sym/hard link(s) to files in selection * archiving of selection * show dir symlinks along with dirs on top * use nnn as a file picker with picker.sh * fixed CJK character handling at prompts * bring back NNN_OPENER to specify file opener * env var NNN_NOTE and keybind ^N for quick notes * handle multiple arguments in VISUAL/EDITOR * show the current directory being scanned in du mode * select all files with Y * remap key to show command prompt to ^P * key , replaces ` as alternative Leader Key * keybind for visit pinned directory is now ^B * additional key ^V to run or select custom script * use libreadline for command prompt * reduce delay on Esc press * config option to avoid unexpected behaviour on 0-byte file open (see #187) * rename config option DISABLE_FILE_OPEN_ON_NAV to NNN_RESTRICT_NAV_OPEN * keys removed - $, ^, Backspace, ^H, ^P, ^M, ^W, ` OBS-URL: https://build.opensuse.org/request/show/677588 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=19 --- nnn-2.2.tar.gz | 3 --- nnn-2.3.tar.gz | 3 +++ nnn.changes | 29 +++++++++++++++++++++++++++++ nnn.spec | 3 ++- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 nnn-2.2.tar.gz create mode 100644 nnn-2.3.tar.gz diff --git a/nnn-2.2.tar.gz b/nnn-2.2.tar.gz deleted file mode 100644 index 0943618..0000000 --- a/nnn-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74 -size 50955 diff --git a/nnn-2.3.tar.gz b/nnn-2.3.tar.gz new file mode 100644 index 0000000..903741a --- /dev/null +++ b/nnn-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab +size 56286 diff --git a/nnn.changes b/nnn.changes index 499929c..7ae0066 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Feb 20 05:56:46 UTC 2019 - Dilawar Singh + +- update to 2.3 + * user-contributed scripts repository https://github.com/jarun/nnn/tree/master/user-scripts + * substring search for filters (option -s) + * version sort (option -n) + * key N (1 <= N <= 4) to switch to context N + * disk usage calculation abort with ^C + * create sym/hard link(s) to files in selection + * archiving of selection + * show dir symlinks along with dirs on top + * use nnn as a file picker with picker.sh + * fixed CJK character handling at prompts + * bring back NNN_OPENER to specify file opener + * env var NNN_NOTE and keybind ^N for quick notes + * handle multiple arguments in VISUAL/EDITOR + * show the current directory being scanned in du mode + * select all files with Y + * remap key to show command prompt to ^P + * key , replaces ` as alternative Leader Key + * keybind for visit pinned directory is now ^B + * additional key ^V to run or select custom script + * use libreadline for command prompt + * reduce delay on Esc press + * config option to avoid unexpected behaviour on 0-byte file open (see #187) + * rename config option DISABLE_FILE_OPEN_ON_NAV to NNN_RESTRICT_NAV_OPEN + * keys removed - $, ^, Backspace, ^H, ^P, ^M, ^W, ` + ------------------------------------------------------------------- Tue Jan 8 04:06:41 UTC 2019 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index d6b2e43..76c1096 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 2.2 +Version: 2.3 Release: 0 Summary: Terminal based file browser License: GPL-2.0-or-later @@ -25,6 +25,7 @@ Group: Productivity/File utilities Url: https://github.com/jarun/nnn#nnn Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: pkgconfig +BuildRequires: readline-devel %if 0%{?leap_version} == 420300 BuildRequires: ncurses-devel %else