Accepting request 663516 from utilities
OBS-URL: https://build.opensuse.org/request/show/663516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nnn?expand=0&rev=7
This commit is contained in:
commit
6e12d6db98
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbfbd217a0c18741596d0cc5585c4160cf1848be4c6cb19c86b8a5249e3f2d2e
|
|
||||||
size 48481
|
|
3
nnn-2.2.tar.gz
Normal file
3
nnn-2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74
|
||||||
|
size 50955
|
28
nnn.changes
28
nnn.changes
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 04:06:41 UTC 2019 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||||
|
|
||||||
|
- Update to 2.2
|
||||||
|
* (neo)vim plugin nnn.vim
|
||||||
|
* macOS fixes
|
||||||
|
- Fix issues with file copy, move, remove
|
||||||
|
- Handle Del in rename prompt
|
||||||
|
- Pass correct file option to identify mime
|
||||||
|
* Support selection across directories and contexts
|
||||||
|
* Offer option force before file remove
|
||||||
|
* Keys Tab, ^I to go to next active context
|
||||||
|
* Per-context directory color specified by $NNN_CONTEXT_COLORS
|
||||||
|
- Option -c is removed
|
||||||
|
* Option -C to disable colors
|
||||||
|
* Choose script to run from a script directory
|
||||||
|
* Run a command (or launch an application)
|
||||||
|
* Run file as executable (key C)
|
||||||
|
* Documentation on lftp integration for remote file transfers
|
||||||
|
* Support a combined set of arguments to $EDITOR, $PAGER and $SHELL
|
||||||
|
* Handle > 2 GB files on 32-bit ARM
|
||||||
|
* Env var $DISABLE_FILE_OPEN_ON_NAV to disable file open on Right or l
|
||||||
|
* NUL-terminated file paths in selection list instead of LF
|
||||||
|
* Better support for Termux and Cygwin environments
|
||||||
|
* Remapped keys
|
||||||
|
- ^I - go to next active context
|
||||||
|
- ^T - toggle navigate-as-you-type
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 23 22:19:18 UTC 2018 - dilawar.s.rajput@gmail.com
|
Fri Nov 23 22:19:18 UTC 2018 - dilawar.s.rajput@gmail.com
|
||||||
|
|
||||||
|
4
nnn.spec
4
nnn.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nnn
|
# spec file for package nnn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nnn
|
Name: nnn
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user