SHA256
1
0
forked from pool/nnn

Compare commits

..

2 Commits

Author SHA256 Message Date
Ana Guerrero
0fa0286038 Accepting request 1245425 from utilities
OBS-URL: https://build.opensuse.org/request/show/1245425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nnn?expand=0&rev=35
2025-02-12 20:39:16 +00:00
Dilawar Singh
88a3f0538c - update to 5.0:
* show relative line numbering when jumping (#1808)
  * option `-N` to use native prompt when compiled with
    libreadline
  * rm improvements
    - log removed filename
    - cancel on 'n' or 'N'
    - show name of the hovered file to be removed
    - show number of selected files to be removed
  * new keybind <kbd>X</kbd> to force `rm -rf` always (#1811)
  * fix sort order getting changed on context switch (#1757)
  * fix current selection on new file creation, if symlinks exist
    (#1767)
  * fix filter toggle with mouse click on last 2 rows (#1765)
  * fix file creation (#1864)
  * when handling bookmark, use readlink, not realpath
  * set `$PWD` on directory switch
  * add option `-0` to null-separate file paths in picker mode
  * quitcd.nu (for nushell) now supports modular import (#1806)
  * add _command as plugin_ example to cd to user input directory
  * `cbcopy-mac`, `cbpaste-mac`: plugins for integration with
    macOS clipboard
  * `fzhist` plugin: add support for zsh history
  * `preview-tui` plugin: support eza as replacement for exa,
    multiple fixes
  * `preview-tui` plugin: add full svg support (#1865)
  * `preview-tabbed`: show (n)sxiv in thumbnail mode inside
    "Pictures" directory
  * mpv sixel/kitty support for preview (#1590)

OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=72
2025-02-12 16:00:07 +00:00
6 changed files with 50 additions and 17 deletions

Binary file not shown.

BIN
nnn-5.0.tar.gz.sig Normal file

Binary file not shown.

View File

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

3
nnn-v5.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sat Feb 8 21:02:27 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 5.0:
* show relative line numbering when jumping (#1808)
* option `-N` to use native prompt when compiled with
libreadline
* rm improvements
- log removed filename
- cancel on 'n' or 'N'
- show name of the hovered file to be removed
- show number of selected files to be removed
* new keybind <kbd>X</kbd> to force `rm -rf` always (#1811)
* fix sort order getting changed on context switch (#1757)
* fix current selection on new file creation, if symlinks exist
(#1767)
* fix filter toggle with mouse click on last 2 rows (#1765)
* fix file creation (#1864)
* when handling bookmark, use readlink, not realpath
* set `$PWD` on directory switch
* add option `-0` to null-separate file paths in picker mode
* quitcd.nu (for nushell) now supports modular import (#1806)
* add _command as plugin_ example to cd to user input directory
* `cbcopy-mac`, `cbpaste-mac`: plugins for integration with
macOS clipboard
* `fzhist` plugin: add support for zsh history
* `preview-tui` plugin: support eza as replacement for exa,
multiple fixes
* `preview-tui` plugin: add full svg support (#1865)
* `preview-tabbed`: show (n)sxiv in thumbnail mode inside
"Pictures" directory
* mpv sixel/kitty support for preview (#1590)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Aug 27 13:21:00 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> Sun Aug 27 13:21:00 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

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