Skip to content

jollywho/nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nav

nav is a hackable ncurses file manager, inspired by vim, ranger, and dvtm.

nav is a work in progress.


What it has

  • filemanager buffers
  • w3mimgdisplay buffers
  • embedded dvtm terminal
  • async event-driven core
  • fast and simple metadata (expansions)
  • simple script language (Navscript)
  • vim-style autocmds, marks, maps, syntax, colors
  • multi-selection: move, remove, copy
  • bulkrename
  • directory jumplist
  • file executor/opener with 'before/after' cmds.
  • strong ctrlp-inspired autocomplete menu
  • menu hint keys
  • datatables (adhoc buffer content)
  • buffer signaling with :pipe

Installation

Compiling from Source

Install dependencies:

$ cmake .
$ make
$ sudo make install

Image Display

With w3mimgdisplay installed

:new fm
:vnew img
:pipe #BUFFER_ID
:vnew img #BUFFER_ID

Clipboard

:set copy-pipe #SELECT_PROGRAM

example:

:set copy-pipe xclip -i

Default Bindings

See Wiki

Expansion Symbols

See Wiki

Non Goals

  • text editor
  • Navscript as a full-featured language

Future

  • plugins
  • dictionaries

Contributing

...is much welcome.

About

hackable ncurses file manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published