Accepting request 896831 from home:dilawar:branches:utilities
- Update to version 4.1 (Sake) * a patch management model for approved patches * multi-threaded disk usage calculation using pthreads and FTS * dynamic view update when calculating disk usage * <kbd>Bksp</kbd>/<kbd>Del</kbd> at empty filter prompt to refresh dir * Try to create new context with <kbd>Shift-TAB</kbd>, else reverse cycle * <kbd>Alt+Esc</kbd> to quit context from filter prompt * fix zombies left behind after running plugins (#999) * named persistent sessions (mcchrish/nnn.vim#43) * consider nanosecond resolution when sorting by time (#978) * check external selection in `'c'urrent / 's'el` prompt (#976) * show number of files selected in local selection buffer, if any * `nnn` & picker plugin (e.g. `fzopen`) sync (mcchrish/nnn.vim#82) * make batch rename interactive (#971) * cached uid/gid for performance improvement * fixes for `nnn` with `netbsd-curses`, `musl-fts`, `musl` (#998) * script to statically compile `nnn` with `musl gcc` on Ubuntu * restore hovered file when plugin is chosen from plugin dir * support QuickLook on WSL in `preview-tui` (#959) * toggle `preview-tui` with the same _custom_ plugin key * smoother preview toggling in `preview-tui` (#966) * `listen_on` should be set in kitty.conf for `preview-tui` (#970) * minimal `bat` style in `preview-tui`, honors `$BAT_STYLE` * plugin `preview-tui-ext` supersedes `preview-tui` (#1033) * plugin `fzcd` can now fuzzy search multiple directories * plugin `imgview` supersedes `imgthumb` and `vidthumb` * plugin `umounttree`: unmount remote mntpoint from within * plugin `xdgdefault`: set the default app for hovered file type * plugin `fzplug`: fuzzy find, preview and run other plugins * plugin `cmusq`: queue/play music in `cmus` * plugin `mocplay` renamed to `mocq` * plugin `cleanfilename` renamed to `fixname` * go to last dir on <kbd>~</kbd> (HOME) or <kbd>`</kbd> (ROOT) key repeat * ambiguous key <kbd>^Space</kbd> to select/clear range dropped (#998) * user wiki page for [Themes](https://github.com/jarun/nnn/wiki/Themes) * show selection mark (`+`) in reverse bold for improved visibility * reverse block replaces `>` to mark hovered entry in detail mode * make option `O_CKBOARD` removed * make option `O_NOLOC` renamed to `O_NOLC` * ignore `O_NOLC` if `O_ICONS` or `O_NERD` is specified (#1026) * unicode arrow indicators if `O_ICONS` or `O_NERD` is specified * make option `NOX11`: disable notis, sel-clipboard sync, xterm title * retain filter in _nav-to-type_ mode after file open * fix no files picked with `NNN_TMPFILE` exported and <kbd>q</kbd> to quit * disable xterm title setting in picker mode (#974) OBS-URL: https://build.opensuse.org/request/show/896831 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=55
This commit is contained in:
parent
79adcbab81
commit
29d4da5882
51
nnn.changes
51
nnn.changes
@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 2 06:49:21 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 4.1 (Sake)
|
||||||
|
|
||||||
|
* a patch management model for approved patches
|
||||||
|
* multi-threaded disk usage calculation using pthreads and FTS
|
||||||
|
* dynamic view update when calculating disk usage
|
||||||
|
* <kbd>Bksp</kbd>/<kbd>Del</kbd> at empty filter prompt to refresh dir
|
||||||
|
* Try to create new context with <kbd>Shift-TAB</kbd>, else reverse cycle
|
||||||
|
* <kbd>Alt+Esc</kbd> to quit context from filter prompt
|
||||||
|
* fix zombies left behind after running plugins (#999)
|
||||||
|
* named persistent sessions (mcchrish/nnn.vim#43)
|
||||||
|
* consider nanosecond resolution when sorting by time (#978)
|
||||||
|
* check external selection in `'c'urrent / 's'el` prompt (#976)
|
||||||
|
* show number of files selected in local selection buffer, if any
|
||||||
|
* `nnn` & picker plugin (e.g. `fzopen`) sync (mcchrish/nnn.vim#82)
|
||||||
|
* make batch rename interactive (#971)
|
||||||
|
* cached uid/gid for performance improvement
|
||||||
|
* fixes for `nnn` with `netbsd-curses`, `musl-fts`, `musl` (#998)
|
||||||
|
* script to statically compile `nnn` with `musl gcc` on Ubuntu
|
||||||
|
* restore hovered file when plugin is chosen from plugin dir
|
||||||
|
* support QuickLook on WSL in `preview-tui` (#959)
|
||||||
|
* toggle `preview-tui` with the same _custom_ plugin key
|
||||||
|
* smoother preview toggling in `preview-tui` (#966)
|
||||||
|
* `listen_on` should be set in kitty.conf for `preview-tui` (#970)
|
||||||
|
* minimal `bat` style in `preview-tui`, honors `$BAT_STYLE`
|
||||||
|
* plugin `preview-tui-ext` supersedes `preview-tui` (#1033)
|
||||||
|
* plugin `fzcd` can now fuzzy search multiple directories
|
||||||
|
* plugin `imgview` supersedes `imgthumb` and `vidthumb`
|
||||||
|
* plugin `umounttree`: unmount remote mntpoint from within
|
||||||
|
* plugin `xdgdefault`: set the default app for hovered file type
|
||||||
|
* plugin `fzplug`: fuzzy find, preview and run other plugins
|
||||||
|
* plugin `cmusq`: queue/play music in `cmus`
|
||||||
|
* plugin `mocplay` renamed to `mocq`
|
||||||
|
* plugin `cleanfilename` renamed to `fixname`
|
||||||
|
* go to last dir on <kbd>~</kbd> (HOME) or <kbd>`</kbd> (ROOT) key repeat
|
||||||
|
* ambiguous key <kbd>^Space</kbd> to select/clear range dropped (#998)
|
||||||
|
* user wiki page for [Themes](https://github.com/jarun/nnn/wiki/Themes)
|
||||||
|
* show selection mark (`+`) in reverse bold for improved visibility
|
||||||
|
* reverse block replaces `>` to mark hovered entry in detail mode
|
||||||
|
* make option `O_CKBOARD` removed
|
||||||
|
* make option `O_NOLOC` renamed to `O_NOLC`
|
||||||
|
* ignore `O_NOLC` if `O_ICONS` or `O_NERD` is specified (#1026)
|
||||||
|
* unicode arrow indicators if `O_ICONS` or `O_NERD` is specified
|
||||||
|
* make option `NOX11`: disable notis, sel-clipboard sync, xterm title
|
||||||
|
* retain filter in _nav-to-type_ mode after file open
|
||||||
|
* fix no files picked with `NNN_TMPFILE` exported and <kbd>q</kbd> to quit
|
||||||
|
* disable xterm title setting in picker mode (#974)
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 21 09:27:44 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
Wed Apr 21 09:27:44 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||||
|
|
||||||
|
2
nnn.spec
2
nnn.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: nnn
|
Name: nnn
|
||||||
Version: 4.0
|
Version: 4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal based file browser
|
Summary: Terminal based file browser
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a219ec8fad3dd0512aadae5840176f3265188c4c22da3b17b133bac602b40754
|
|
||||||
size 214555
|
|
3
v4.1.tar.gz
Normal file
3
v4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8549ac5f3007337da4841e62da696507e753035f36ac4e0537502e261ce701e6
|
||||||
|
size 227081
|
Loading…
x
Reference in New Issue
Block a user