Version: 4.6, Package name: nnn-4.6 |
Maintained by: Martin Ziemer |
Master sites: |
Description nnn is probably the fastest and most resource-sensitive (with all its capabilities) file browser you have ever used. It's extremely flexible too - integrates with your DE and favourite GUI utilities, works with the desktop opener, supports bookmarks, has smart navigation shortcuts, navigate-as-you-type mode, disk usage analyzer mode, comprehensive file details and much more. Cool things you can do with nnn: - open any file in the default desktop application or a custom one - navigate-as-you-type (search-as-you-type enabled even on directory switch) - check disk usage with number of files in current directory tree - run desktop search utility (gnome-search-tool or catfish) in any directory - copy absolute file paths to clipboard, spawn a terminal and use the paths - navigate instantly using shortcuts like ~, -, & or handy bookmarks - use cd ..... at chdir prompt to go to a parent directory - detailed file stats, media info, list and extract archives - pin a directory you may need to revisit and jump to it anytime - lock the current terminal after a specified idle time - change directory on exit |
Filesize: 242.635 KB |
Version History (View Complete History) |
|
2021-11-25 11:52:55 by Stefan Hagen | Files touched by this commit (3) |
Log message: Update nnn to v4.4, by maintainer Martin Ziemer Software changes: * support macOS iterm2 in plugin preview-tui (#1196) * use selection at native command prompt with %j and %J (docs) * scroll strings longer than columns in rename/new prompts (#1213, #279) * batch rename symlink targets in listing mode (#1214) * option for recursive rename in plugin .nmv (#1186) * more frequent checks for cancellation during du (#1236) * picker mode: enable auto-proceed * picker mode: don't pick hovered file on Enter if selection exists * picker mode: fix issue in plugin fzopen when used to pick files * send file to explorer FIFO on double left click instead of opening it * new neovim plugin nnn.nvim featuring explorer mode * explorer mode for nnn.vim * remove option -w: always place HW cursor on current entry * accept link name when linking a single target (#1201) * option -i to show current file information in info bar * force GNU sed on *BSD and Solaris * add nsxiv support to nuke, preview-tabbed and imgview (#1230) * fix preview-tui without -a (#1208) * pass pts in env var for preview-tui to use in tput (#1235) * disable editing file in picker mode (#1183) * save session in picker mode (#1190) * use nerd icons for gitstatus patch (#1220) Port changes: * added run_dep gsed * cherry picked upstream patch to make use of gsed on BSDs Sijmen J. Mulder noticed that gsed is required now. op@ noticed that gsed is not used due a bug. ok sthen@ for the original update ok op@ and solene@ for the final version with gsed patch |
2021-10-04 08:16:52 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to nnn-4.3 Changelog: https://github.com/jarun/nnn/blob/v4.3/CHANGELOG From Martin Ziemer (MAINTAINER) |
2021-07-26 08:17:06 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to nnn-4.2 Changes: https://github.com/jarun/nnn/blob/v4.2/CHANGELOG From Martin Ziemer <horrad AT horrad DOT de> (maintainer). |
2021-06-07 12:29:23 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to nnn-4.1.1, from maintainer, plus i synced wantlib |
2021-04-26 04:46:35 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to nnn-4.0 Changes: https://github.com/jarun/nnn/releases/tag/v4.0 From Martin Ziemer <horrad AT horrad DOT de> (maintainer) |
2021-03-23 00:27:56 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to nnn-3.6 Changelog: https://github.com/jarun/nnn/blob/v3.6/CHANGELOG From MAINTAINER (Martin Ziemer <horrad AT horrad DOT de>). Thank you! |
2020-11-16 23:11:28 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Update nnn to 3.5 From Martin Ziemer (maintainer) |
2020-08-18 08:25:08 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to nnn-3.4 Changes: https://github.com/jarun/nnn/releases/tag/v3.4 From Martin Ziemer <horrad AT horrad DOT de> (maintainer). |
2020-07-14 10:52:25 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to nnn-3.3 Changes: https://github.com/jarun/nnn/blob/v3.3/CHANGELOG From Martin Ziemer <horrad AT horrad DOT de> (maintainer). Thank you! |
2020-06-16 09:02:51 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: nnn uses -std=c11 so base-gcc cannot be used to build it ok kn and maintainer Martin Ziemer |
2020-05-26 06:46:34 by Bjorn Ketelaars | Files touched by this commit (2) |
Log message: Update to nnn-3.2 Changes: https://github.com/jarun/nnn/blob/v3.2/CHANGELOG From Martin Ziemer <horrad AT horrad DOT de> (MAINTAINER). Thank you! |
2020-04-15 22:40:08 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Update nnn to 3.1 Update diff from Martin Ziemer (maintainer) |
2020-02-12 07:05:23 by Bjorn Ketelaars | Files touched by this commit (3) |
Log message: Update to nnn-3.0 Changes: https://github.com/jarun/nnn/releases/tag/v3.0 Patch has been committed upstream. From Martin Ziemer <horrad AT horrad DOT de> (MAINTAINER). Thank you! |
2020-01-24 08:32:24 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: Update to nnn-2.9 Changelog: https://github.com/jarun/nnn/blob/v2.9/CHANGELOG From MAINTAINER with some input from me. |