nav is a hackable ncurses file manager, inspired by vim, ranger, and dvtm.
nav is a work in progress.
- Installation
- Image Display
- Clipboard
- Default Bindings
- Expansion Symbols
- Non Goals
- Future
- Contributing
- 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
Install dependencies:
- cmake
- ncurses
- pcre
- libtermkey
- libuv
- w3m (optional: image support)
$ cmake .
$ make
$ sudo make install
With w3mimgdisplay installed
:new fm
:vnew img
:pipe #BUFFER_ID
:vnew img #BUFFER_ID
:set copy-pipe #SELECT_PROGRAM
example:
:set copy-pipe xclip -i
See Wiki
See Wiki
- text editor
- Navscript as a full-featured language
- plugins
- dictionaries
...is much welcome.