Accepting request 705738 from home:dilawar:branches:utilities
Update to v2.5 OBS-URL: https://build.opensuse.org/request/show/705738 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=25
This commit is contained in:
parent
0c37ebd6fe
commit
8072de6c4d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:859ba5bd4892016aed9a4830ee1e1b03eb74e94c4f1bd82f0288dc559f7327eb
|
|
||||||
size 62510
|
|
3
nnn-2.5.tar.gz
Normal file
3
nnn-2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3636f172a024de5c12420a80dbe3d006d42b5e0a17e70a527963c864af22655c
|
||||||
|
size 71811
|
36
nnn.changes
36
nnn.changes
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 28 05:06:30 UTC 2019 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||||
|
|
||||||
|
- Update to 2.5
|
||||||
|
* plugin support. 19 plugins added. Some are:
|
||||||
|
pdfview: view a PDF in pager
|
||||||
|
nmount: (un)mount a storage device
|
||||||
|
ndiff: file and directory diff for selection
|
||||||
|
hexview: view a file in hex
|
||||||
|
imgresize: batch resize images to desktop resolution
|
||||||
|
ipinfo: check your IP address and whois information
|
||||||
|
transfer: upload a file to transfer.in
|
||||||
|
pastebin: paste the contents of a text file to paste.ubuntu.com
|
||||||
|
boom: play random music from a directory
|
||||||
|
nwal: set an image as wallpaper using nitrogen
|
||||||
|
pywal: set selected image as wallpaper, change terminal color scheme
|
||||||
|
getplugs: update plugins
|
||||||
|
* SSHFS support
|
||||||
|
* support bsdtar, simplify patool integration
|
||||||
|
* native batch rename support (vidir dependency dropped) including selection
|
||||||
|
* mouse support
|
||||||
|
* new location for config files - ~/.config/nnn
|
||||||
|
plugin dir location: ~/.config/nnn/plugins
|
||||||
|
selection file .nnncp is now ~/.config/nnn/.selection
|
||||||
|
* support configuration as the default file manager
|
||||||
|
* per-context detail/light mode
|
||||||
|
* case-insensitive version compare
|
||||||
|
* shortcut to visit / - ` (backtick)
|
||||||
|
* vim-like scrolloff support
|
||||||
|
* ^D & ^U: scroll half page, PgDn & PdUp: scroll full page
|
||||||
|
* fix selection across contexts
|
||||||
|
* recognize Home and End keys at prompt for editing
|
||||||
|
* fix broken program option -b
|
||||||
|
* POSIX-compliant user-scripts (wherever possible)
|
||||||
|
* NNN_SCRIPT is retired (replaced by plugins)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 02:59:53 UTC 2019 - dilawar.s.rajput@gmail.com
|
Tue Mar 19 02:59:53 UTC 2019 - dilawar.s.rajput@gmail.com
|
||||||
|
|
||||||
|
3
nnn.spec
3
nnn.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nnn
|
Name: nnn
|
||||||
Version: 2.4
|
Version: 2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal based file browser
|
Summary: Terminal based file browser
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -31,6 +31,7 @@ BuildRequires: ncurses-devel
|
|||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig(ncursesw)
|
BuildRequires: pkgconfig(ncursesw)
|
||||||
%endif
|
%endif
|
||||||
|
Recommends: sshfs
|
||||||
|
|
||||||
%description
|
%description
|
||||||
nnn is a fork of noice, a terminal file browser with keyboard
|
nnn is a fork of noice, a terminal file browser with keyboard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user