Accepting request 765522 from utilities
OBS-URL: https://build.opensuse.org/request/show/765522 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nnn?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cadf9cf8038433aeeb50a777180ad4b309ac7d2fec81c7da177ddca515812f06
|
||||
size 91069
|
3
nnn-2.9.tar.gz
Normal file
3
nnn-2.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a11e54469bb28173bba0dd1762b4648d4e79343927ba7f25067dfbf3db8e3b1d
|
||||
size 97998
|
60
nnn.changes
60
nnn.changes
@@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 04:50:57 UTC 2020 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||
|
||||
- Update to version 2.9
|
||||
|
||||
* user pain points addressed
|
||||
- all keybinds and options reviewed by the team and frozen (see #422)
|
||||
- fewer keybinds
|
||||
- greatly improved help screen readability
|
||||
* nuke: sample opener (CLI-only by default) and plugin
|
||||
* fast line redraws instead of full screen refresh (thanks @annagrram)
|
||||
* auto archive handling by extension (see config NNN_ARCHIVE)
|
||||
* Lead key simplified to bookmark key (b or ^/)
|
||||
* single key to toggle order (t or ^T)
|
||||
* plugins
|
||||
- .cbcp: copy selection to system clipboard (internal, program option -x)
|
||||
- .ntfy: show noti on cp, mv, rm completion (internal, program option -x)
|
||||
- autojump: navigate using autojump
|
||||
- upload: paste text files to http://ix.io, upload rest to https://file.io
|
||||
- all fuzzy plugins modified to support both fzf and fzy
|
||||
* more control on plugins
|
||||
- prefix - to skip directory refresh after running (cmd as) plugin
|
||||
- suffix * to skip confirmation after running cmd as plugin
|
||||
* indicate range selection mode with *
|
||||
* list keys at bookmark and plugin key prompts
|
||||
* visit to pinned dir like bookmarks (Bookmark key followed by ,)
|
||||
* toggle executable (key *)
|
||||
* show mime along with file details
|
||||
* more special keys at empty filter prompt:
|
||||
- apply the last filter (^L)
|
||||
- toggle between string and regex (/)
|
||||
- toggle case-sensitivity (:)
|
||||
* retain filter on Esc, Up, Down
|
||||
* show filter details when filter is on
|
||||
* remove option to run filter as cmd on prompt key (can be disruptive)
|
||||
* program options
|
||||
- option -x: enable notis and copy selection to system clipboard
|
||||
- option -g: regex filters (string filter is default now)
|
||||
- option -Q: quit program without confirmation
|
||||
- option -s: load session
|
||||
- option -n: start in nav-as-you-type mode
|
||||
- option -v: version sort
|
||||
- option -V: show program version
|
||||
- option -A: disable dir auto-select
|
||||
* ISO 8601 compliant date in status bar
|
||||
* ported to Haiku OS (thanks @annagrram)
|
||||
* sort only filtered entries (to avoid directory refresh)
|
||||
* fix getplugs to install hidden files
|
||||
* fix several selection issues (see #400)
|
||||
* fix detail mode not restored on loading session
|
||||
* fix symlink to directory not auto-selected
|
||||
* fix regex error on partial regex patterns
|
||||
* fix symlink not shown if stat(2) on target fails
|
||||
* fix flags when spawning a CLI opener as default FM
|
||||
* fix issue with stat flag on Sun (no support for dirent.d_type)
|
||||
* fix current file in current context not saved correctly in session
|
||||
* signed source distribution on release
|
||||
* simplified debugging with line numbers in logs
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 04:58:16 UTC 2019 - Dilawar Singh <dilawar.s.rajput@gmail.com>
|
||||
|
||||
|
6
nnn.spec
6
nnn.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nnn
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: nnn
|
||||
Version: 2.8.1
|
||||
Version: 2.9
|
||||
Release: 0
|
||||
Summary: Terminal based file browser
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user