Bug 224600

Summary: [NEW PORT] misc/nnn: Missing terminal file browser for X
Product: Ports & Packages Reporter: Dmitri Goutnik <dmgk>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: yuri
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/jarun/nnn
Attachments:
Description Flags
patch file
none
patch file none

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!