Accepting request 651459 from home:dilawar:branches:openSUSE:Factory
- Update to 2.1 * Multiple contexts (aka tabs aka workspaces) [max 4] * Copy, move, remove selected files, remove current file * Leader key (like vim) * In-built GUI app launcher with up to 2 arguments (key o) * List copy selection (key y) * Env var NNN_NO_AUTOSELECT to disable dir auto-select * Key Esc exits prompt, ^L clears prompt * Program runtime help revamped * Static code analysis integration * gcc-8 warnings fixed * Remapped keys: ^W - go to pinned dir ^X - delete current entry ^Q - quit program * nlay is retired (functionality built into nnn) * chdir prompt is retired * Env var NNN_NO_X retired, selection now works out of the box * Only single-char bookmark keys (to work with Leader key) OBS-URL: https://build.opensuse.org/request/show/651459 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0029efd3d009c197b1646d260350f3f87edca76eef3be6b81846af133d58d6a9
|
||||
size 45791
|
3
nnn-2.1.tar.gz
Normal file
3
nnn-2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbfbd217a0c18741596d0cc5585c4160cf1848be4c6cb19c86b8a5249e3f2d2e
|
||||
size 48481
|
23
nnn.changes
23
nnn.changes
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 22:19:18 UTC 2018 - dilawar.s.rajput@gmail.com
|
||||
|
||||
- Update to 2.1
|
||||
* Multiple contexts (aka tabs aka workspaces) [max 4]
|
||||
* Copy, move, remove selected files, remove current file
|
||||
* Leader key (like vim)
|
||||
* In-built GUI app launcher with up to 2 arguments (key o)
|
||||
* List copy selection (key y)
|
||||
* Env var NNN_NO_AUTOSELECT to disable dir auto-select
|
||||
* Key Esc exits prompt, ^L clears prompt
|
||||
* Program runtime help revamped
|
||||
* Static code analysis integration
|
||||
* gcc-8 warnings fixed
|
||||
* Remapped keys:
|
||||
^W - go to pinned dir
|
||||
^X - delete current entry
|
||||
^Q - quit program
|
||||
* nlay is retired (functionality built into nnn)
|
||||
* chdir prompt is retired
|
||||
* Env var NNN_NO_X retired, selection now works out of the box
|
||||
* Only single-char bookmark keys (to work with Leader key)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 19 15:11:55 UTC 2018 - dilawar.s.rajput@gmail.com
|
||||
|
||||
|
6
nnn.spec
6
nnn.spec
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nnn
|
||||
Version: 2.0
|
||||
Version: 2.1
|
||||
Release: 0
|
||||
Summary: Terminal based file browser
|
||||
License: GPL-2.0-or-later
|
||||
@@ -45,15 +45,11 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix}
|
||||
# fix E: env-script-interpreter
|
||||
sed -i 's,usr/bin/env ,bin/,' %{buildroot}%{_bindir}/nlay
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG
|
||||
%{_bindir}/nlay
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
%{_mandir}/man1/nlay.1%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user