SHA256
1
0
forked from pool/nnn

* update to v4.3

*    add completions
*    cool ASCII art logo in the help screen
*    add bookmarks directory for flexible symlinked bookmarks
*    new key B to add a symlinked bookmark for current dir
*    special variables $dN, $fN available for plugins/prompt/shell to access per-context dir/hovered file
*    config NNN_ORDER to set directory-specific ordering
*    show/hide hidden files as per context state in plugin based batch rename
*    retain search filter history for plugin finder
*    sync multiple instances of nnn after operation on selection
*    signal CWD change to terminal via OSC-7 (#1147)
*    save complete per-context filter when saving sessions
*    disable symlink resolution for paths in NNN_BMS and arg PATH
*    do not end selection mode on running plugins/prompt/shell
*    plugin bookmarks replaced by symlinked bookmarks support
*    list open locations in active contexts in help page
*    make option O_MATCHFLTR to discard filter key if no match
*    configurable NNN_TMPFILE to cd on quit
*    disable auto marking directories (use -)
*    picker mode improvements
        open tty for input if STDIN is non-tty
        truncate output file before writing
        do not double select a file on Enter
*    legacy macOS (< 10.12.0) support
*    no redraw during du calculation, show processed dir name
*    plugin xdgdefault: add dmenu support
*    user patch restorepreview: close/restore preview-tui for internal edits

OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=59
This commit is contained in:
Nicolas FORMICHELLA
2021-11-03 06:15:22 +00:00
committed by Git OBS Bridge
parent 3eb4b5197e
commit 2ded6bf669
4 changed files with 74 additions and 4 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Nov 3 06:10:57 UTC 2021 - Nicolas FORMICHELLA <stigpro@outlook.fr>
* update to v4.3
* add completions
* cool ASCII art logo in the help screen
* add bookmarks directory for flexible symlinked bookmarks
* new key B to add a symlinked bookmark for current dir
* special variables $dN, $fN available for plugins/prompt/shell to access per-context dir/hovered file
* config NNN_ORDER to set directory-specific ordering
* show/hide hidden files as per context state in plugin based batch rename
* retain search filter history for plugin finder
* sync multiple instances of nnn after operation on selection
* signal CWD change to terminal via OSC-7 (#1147)
* save complete per-context filter when saving sessions
* disable symlink resolution for paths in NNN_BMS and arg PATH
* do not end selection mode on running plugins/prompt/shell
* plugin bookmarks replaced by symlinked bookmarks support
* list open locations in active contexts in help page
* make option O_MATCHFLTR to discard filter key if no match
* configurable NNN_TMPFILE to cd on quit
* disable auto marking directories (use -)
* picker mode improvements
open tty for input if STDIN is non-tty
truncate output file before writing
do not double select a file on Enter
* legacy macOS (< 10.12.0) support
* no redraw during du calculation, show processed dir name
* plugin xdgdefault: add dmenu support
* user patch restorepreview: close/restore preview-tui for internal edits
-------------------------------------------------------------------
Wed Jul 21 19:47:01 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>