Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

nnn-bash-completion-5.2-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: nnn-bash-completion Distribution: openSUSE Tumbleweed
Version: 5.2 Vendor: openSUSE
Release: 1.1 Build date: Thu Apr 9 22:15:56 2026
Group: Productivity/File utilities Build host: reproducible
Size: 1643 Source RPM: nnn-5.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jarun/nnn#nnn
Summary: Bash completions for nnn
The official bash completion script for nnn.

Provides

Requires

License

BSD-2-Clause

Changelog

* Thu Apr 09 2026 Dirk Müller <dmueller@suse.com>
  - update to 5.2:
    * enable 8 contexts (saved sessions may no longer be usable,
      users need to re-create the sessions)
    * massive du performance improvement
    * floating window
    - render file stats (<kbd>f</kbd>) in a navigable floating
      window
    - support rendering output of command run as plugin within
      floating window (prefix `>`)
    * support in order fuzzy search
    * with no selection, allow user input on _Copy here_ or _Move
      here_ e.g. to copy the system clipboard
    * double confirm when removing more than 10 selected files
      using `rm`
    * auto-complete hovered file name on pressing <kbd>TAB</kbd> at
      the end of prompt input
    * fix: scroll down arrow indicator not showing when down arrow
      is pressed with filter
    * fix: refresh directory after selection edits
    * support PCRE2 compile-in (`make O_PCRE2=1`), remove PCRE1
      support (no longer being developed)
    * support jelliz in preview-tui
    * history file for native prompt
* Thu Oct 02 2025 Dilawar Singh <dilawar.s.rajput@gmail.com>
  - Update to 5.1
    * add support for custom trash command in $NNN_TRASH
    * remember history of last 16 commands executed in the native prompt in the current session
    * count files from selection file when no file is selected during selection removal
    * show session name in help
    * show current entry in reversed bold
    * show current (non-auto) session name at save session prompt
    * show F in the status bar when filter is inactive in type-to-nav mode
    * restore correct filter function on session load, switch filter function on context changes
    * extend xreadline() with some by-word movement
    * added plugins gpgs and gpgv
    * add icon for lzip files, more emoji icons
    * suffix the current context number with * in help screen
* Fri Jun 06 2025 Max Lin <mlin@suse.com>
  - Remove leap_version macro
    * leap_version is no available and Leap 42.x series is EOL
* Sat Feb 08 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 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - nnn v4.9 Elixir release notes.
    * config option NNN_ARCHMNT to specify archive mounter utility
    * key ^y to jump to next young file
    * filter adjustment when opening context from plugin
    * properly update mode after chmod
    * pre-fill selected file name to create link if sel is preferred
      over hovered
    * fix crash when PWD is empty
    * make quitcd.bash_zsh POSIX-compliant
    * nmount - support udiskctl as default
    * preview-tui - support wezterm split size percentage
    * preview-tui - move to bash for environment manipulation through
      arrays
    * fzopen - handle empty selection
    * finder - use default path to find
    * add icons for djvu files
    * support Nerd Fonts v3.0.0 and above (older versions are broken
      by v3.0.0)
* Fri Apr 14 2023 Nicolas FORMICHELLA <stigpro@outlook.fr>
  - nnn v4.8 Spritz release notes.
    * show total size (key S) of non-filtered selection in a directory
    * fix tilde (~) handling in file name
    * plugin .nmv now respects -u flag
    * env var $NNN_PREFER_SELECTION exported to all plugins
    * support for wezterm in preview-tui
    * create new file or directory (tree) on startup
    * run command as plugin now supports exported variables
    * use "$nnn" anywhere when running command as plugin
    * set defaults for some prompts on Enter
    * improve archive, rename and create new workflows
    * optimize link creation
    * allow overwriting regular files on new empty file creation
    * add patch for colemak keyboard (existing renamed to colemak-dh)
    * add correct check for Wayland in clipboard plugins
    * add quitcd script for nushell
    * plugin kdeconnect - send multiple files
    * plugin preview-tui: add chafa as preferred image viewer, multiple fixes
    * plugin nmount - misc. improvements
    * add icon for jxl files
* Fri Nov 25 2022 Nicolas FORMICHELLA <stigpro@outlook.fr>
  -nnn v4.7 Cuba libre release notes.
    * fix ^N not working sometimes (#1449)
    * fix file remove confirmation prompt [Esc - cancel, y/Y - use force, any other key - prompt for each file]
    * bring back atool as the default archive handler
    * add option -B to use bsdtar as the archive utility
    * find and list mode improvements
    * continue even if max paths/data size limit is exceeded
    * speed improvements
    * support listing maximum 16K paths of 64 MiB of data
    * key J to jump to an entry or relative offset from current entry
    * prefill the hard link creation prompt when there's a single target (#1507)
    * documented workaround for docker container crash (#1407, #1476)
    * plugin imgview: handle arguments as strings (#1509)
    * plugin wallpaper: support Wayland (#1512)
    * plugin upload: handle selection using ffsend (#1523)
    * add Rust icons (#1502)
* Wed Jul 27 2022 Nicolas FORMICHELLA <stigpro@outlook.fr>
  - Update to version v4.6:
    * icon handling overhaul for better performance, memory usage and reduced binary size (#1432, #1436)
    * emoji support for supporting distros and terminals (#1346)
    * open the target directory of symlinked bookmarks (#1353)
    * enable show hidden when a hidden file is passed as argument
    * add Colemak-DH layout keybinds to patch framework (#1421)
    * set bsdtar as the default archive utility
    * support 4 byte unicode keybinds (#1428)
    * enable directory auto-enter during filter operation (-A to disable)
    * enable filter prompt inside the bookmark/plugin dirs
    * show volume usage information in help
    * add Elixir icons (#1437)
    * add new icon colors for mp4 and flac files
    * use stat -x for file details on *BSD and macOS (#1389)
    * interpret suffix $nnn when paging (#1355)
    * disable key e (edit file) in explorer mode (#1394)
    * fix double order chars on filter case match change
    * .cbcp: more verbose message on paste without a selection
    * plugin preview-tui: scale-up kitty previews
    * plugin preview-tui: account for ueberzug offset
    * plugin preview-tui: support SPLIT_SIZE for preview pane (#1431)
    * plugin autojump: support z.lua
    * new Makefile target shellcheck to verify plugins
  - Strpping executable
* Mon May 02 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix URL to source tarball
  - Add also tarball signature and keyring to the source files.
* Thu Apr 28 2022 stigpro@outlook.fr
  - Update to version v4.5:
    * Prepare for release v4.5 Cachaça
    * Fix patch conflicts and rebase
    * Use bold forward arrowhead for current
    * Add 2 spaces after icons for better visibility
    * Fix #1345: allow symlink name '@' in single file case
    * quitcd script for Elvish shell > 0.17.0
    * Handle broken window if started in type-to-nav
    * Bind ^J with toggle auto-jump on open
    * Replace ^J with + to (un)select
    * consistently use ELEMENTS macro

Files

/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/nnn


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:23:10 2026