SHA256
1
0
forked from pool/nnn

Accepting request 602898 from utilities

- Update to 1.8
  * Run a custom script
  * Archive selected file/directory
  * Show number of cherry-picked files in multi-copy mode
  * Env var NNN_SHOW_HIDDEN to show hidden files by default
  * Additional information in help screen
  * Prefer env var VISUAL, if defined, to EDITOR
  * New/changed/remapped shortcuts
    ^] - spawn a new shell in current directory
    r - edit directory entries in vidir
    R - run a custom script
    ^I - toggle navigate-as-you-type mode
    L - lock the current terminal
  * All Ctrl shortcuts enabled in navigate-as-you-type mode
  * Fix: GUI programs closing when parent terminal is closed
  * Recognize ~, - and & at bookmark prompt
  * Recognize ruby (.rb) files as text files
  * Efficient integer-only file size calculation
- minor cleanup with spec-cleaner
- include license, readme and changelog

OBS-URL: https://build.opensuse.org/request/show/602898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nnn?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-05-02 10:19:37 +00:00 committed by Git OBS Bridge
commit 786649109d
4 changed files with 34 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbe26efbed8b467352f313b92f8617d873c8cf0209fb6377572cf8d1ddc2747c
size 40356

3
nnn-1.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65c364a9797178e40ec7ec653b2cfa8e211e556b75250bf72eb5eea57f5e0cdc
size 42534

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue May 1 23:30:03 UTC 2018 - avindra@opensuse.org
- Update to 1.8
* Run a custom script
* Archive selected file/directory
* Show number of cherry-picked files in multi-copy mode
* Env var NNN_SHOW_HIDDEN to show hidden files by default
* Additional information in help screen
* Prefer env var VISUAL, if defined, to EDITOR
* New/changed/remapped shortcuts
^] - spawn a new shell in current directory
r - edit directory entries in vidir
R - run a custom script
^I - toggle navigate-as-you-type mode
L - lock the current terminal
* All Ctrl shortcuts enabled in navigate-as-you-type mode
* Fix: GUI programs closing when parent terminal is closed
* Recognize ~, - and & at bookmark prompt
* Recognize ruby (.rb) files as text files
* Efficient integer-only file size calculation
- minor cleanup with spec-cleaner
- include license, readme and changelog
-------------------------------------------------------------------
Wed Feb 28 00:49:45 UTC 2018 - avindra@opensuse.org

View File

@ -17,12 +17,12 @@
Name: nnn
Version: 1.7
Version: 1.8
Release: 0
Summary: Terminal based file browser
License: GPL-2.0-or-later
Group: Productivity/File utilities
Url: https://github.com/jarun/nnn#nnn
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
@ -46,10 +46,15 @@ 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