Accepting request 686256 from home:dilawar:branches:utilities
- Update to 2.4 * Tinier and lighter! * FreeDesktop.org compliant trashing * mark selected entries with + * wild mode (option -w, key ^W) for nav-as-you-type * POSIX-compliant GUI app launcher with drop-down menu (key =) * new scripts: - upload image to imgur - send selection to Android using kdeconnect-cli * show permissions in detail mode * cp, mv progress bar on Linux (needs advcpmv) [BSD, macOS shows on ^T] * make libreadline an optional dep (reduces memory usage) * minimize the number of redraws * handle screen resize gracefully * option -d to show hidden files (NNN_SHOW_HIDDEN is removed) * additional key K to toggle selection * change visit start dir key to @ * option -C to disable colors removed * per-context initial directory replaced by program start dir * marker msg when spawning new shell removed * rename debug file to nnndbg OBS-URL: https://build.opensuse.org/request/show/686256 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=21
This commit is contained in:
parent
729a21d1b3
commit
fdf578a779
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab
|
||||
size 56286
|
3
nnn-v2.4.tar.gz
Normal file
3
nnn-v2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5ac0e98e1b0e22510d11e9aeb28d207bbe4e72958b250f1c4739b8f49ffdc89
|
||||
size 62704
|
26
nnn.changes
26
nnn.changes
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 02:59:53 UTC 2019 - dilawar.s.rajput@gmail.com
|
||||
|
||||
- Update to 2.4
|
||||
|
||||
* Tinier and lighter!
|
||||
* FreeDesktop.org compliant trashing
|
||||
* mark selected entries with +
|
||||
* wild mode (option -w, key ^W) for nav-as-you-type
|
||||
* POSIX-compliant GUI app launcher with drop-down menu (key =)
|
||||
* new scripts:
|
||||
* - upload image to imgur
|
||||
* - send selection to Android using kdeconnect-cli
|
||||
* show permissions in detail mode
|
||||
* cp, mv progress bar on Linux (needs advcpmv) [BSD, macOS shows on ^T]
|
||||
* make libreadline an optional dep (reduces memory usage)
|
||||
* minimize the number of redraws
|
||||
* handle screen resize gracefully
|
||||
* option -d to show hidden files (NNN_SHOW_HIDDEN is removed)
|
||||
* additional key K to toggle selection
|
||||
* change visit start dir key to @
|
||||
* option -C to disable colors removed
|
||||
* per-context initial directory replaced by program start dir
|
||||
* marker msg when spawning new shell removed
|
||||
* rename debug file to nnndbg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 05:56:46 UTC 2019 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||
|
||||
|
6
nnn.spec
6
nnn.spec
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: nnn
|
||||
Version: 2.3
|
||||
Version: 2.4
|
||||
Release: 0
|
||||
Summary: Terminal based file browser
|
||||
License: GPL-2.0-or-later
|
||||
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
|
||||
Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
%if 0%{?leap_version} == 420300
|
||||
@ -38,7 +38,7 @@ shortcuts for navigation, opening files and running tasks. There is
|
||||
no config file and MIME associations are hard-coded.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n nnn
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user