Bug 224600 - [NEW PORT] misc/nnn: Missing terminal file browser for X
Summary: [NEW PORT] misc/nnn: Missing terminal file browser for X
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yuri Victorovich
URL: https://github.com/jarun/nnn
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-26 16:05 UTC by Dmitri Goutnik
Modified: 2017-12-27 17:47 UTC (History)
1 user (show)

See Also:


Attachments
patch file (7.41 KB, patch)
2017-12-26 16:05 UTC, Dmitri Goutnik
no flags Details | Diff
patch file (7.76 KB, patch)
2017-12-26 19:25 UTC, Dmitri Goutnik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitri Goutnik freebsd_committer freebsd_triage 2017-12-26 16:05:47 UTC
Created attachment 189114 [details]
patch file

nnn is a fast and resource-sensitive file browser which integrates well with
your DE and favorite GUI utilities, works with the desktop opener, supports
bookmarks, has smart navigation shortcuts, has navigate-as-you-type mode,
disk usage analyzer mode, comprehensive file details and much more.

nnn can:

  - 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 path to clipboard, spawn a terminal and use the file
    path
  - navigate instantly using shortcuts like ~, -, & or handy bookmarks
  - use cd ..... at chdir prompt to go to a parent directory
  - show 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

WWW: https://github.com/jarun/nnn

QA:
  portlint -ACN: OK
  poudriere testport: OK (11a, 10i)
Comment 1 Dmitri Goutnik freebsd_committer freebsd_triage 2017-12-26 19:25:45 UTC
Created attachment 189121 [details]
patch file

Add ATOOL and MEDIAINFO knobs.
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-12-27 17:47:38 UTC
Committed.

Thank you for your submission!