SHA256
1
0
forked from pool/nnn

Accepting request 879332 from home:dilawar:branches:utilities

- Update to version 3.6
    * REPL command prompt (<kbd>Esc</kbd> or <kbd>Enter</kbd> to exit)
    * invert selection with <kbd>A</kbd>
    * option `-u` removed (always prefer selection to hovered)
    * visit start dir on <kbd>@</kbd> when start path is a file
    * exit filter mode and redraw on <kbd>^L</kbd> if no last filter
    * plugin `fzcd` now selects the chosen file (#876)
    * `ueberzug` support in plugin `preview-tui`
    * new plugin `preview-tui-ext` with extra preview support
    * clear selection after successful plugin invocation
    * add method to sync subshell `$PWD` in WIki
    * clear selection on single file deletion (#812)
    * copy between instances not working (#864)
    * plugin `togglex` to toggle exe mode of a selection (#813)
    * fix `memccpy()` buffer overlap fault on macOS (#786)
    * show `0 selected` msg on cp/mv with empty selection (#855)
    * fix frozen terminal caused by opener (#858)
    * migrate macOS CI to GitHub workflows, retire Travis

OBS-URL: https://build.opensuse.org/request/show/879332
OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=49
This commit is contained in:
Dilawar Singh 2021-03-16 06:14:50 +00:00 committed by Git OBS Bridge
parent 911c423e15
commit b24f0ba0c2
4 changed files with 29 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Mar 16 04:19:42 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
- Update to version 3.6
* REPL command prompt (<kbd>Esc</kbd> or <kbd>Enter</kbd> to exit)
* invert selection with <kbd>A</kbd>
* option `-u` removed (always prefer selection to hovered)
* visit start dir on <kbd>@</kbd> when start path is a file
* exit filter mode and redraw on <kbd>^L</kbd> if no last filter
* plugin `fzcd` now selects the chosen file (#876)
* `ueberzug` support in plugin `preview-tui`
* new plugin `preview-tui-ext` with extra preview support
* clear selection after successful plugin invocation
* add method to sync subshell `$PWD` in WIki
* clear selection on single file deletion (#812)
* copy between instances not working (#864)
* plugin `togglex` to toggle exe mode of a selection (#813)
* fix `memccpy()` buffer overlap fault on macOS (#786)
* show `0 selected` msg on cp/mv with empty selection (#855)
* fix frozen terminal caused by opener (#858)
* migrate macOS CI to GitHub workflows, retire Travis
-------------------------------------------------------------------
Tue Nov 17 03:55:29 UTC 2020 - Dilawar Singh <dilawar.s.rajput@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package nnn
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: nnn
Version: 3.5
Version: 3.6
Release: 0
Summary: Terminal based file browser
License: BSD-2-Clause