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
This commit is contained in:
parent
a75174c1d5
commit
729a21d1b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74
|
||||
size 50955
|
3
nnn-2.3.tar.gz
Normal file
3
nnn-2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab
|
||||
size 56286
|
29
nnn.changes
29
nnn.changes
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 05:56:46 UTC 2019 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||
|
||||
- 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 <dilawar.s.rajput@gmail.com>
|
||||
|
||||
|
3
nnn.spec
3
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user