Minimalistic UNIX file manager for the terminal
- Download the latest binary from releases page and place it in
/usr/local/bin
wget https://github.com/qqqqbbpp/yvfm/releases/download/v0.1.0/yvfm
chmod +x yvfm
sudo mv yvfm /usr/local/bin/- Add the following line to your shell configuration (e.g.
~/.bashrc)
alias yvfm='cd "$(/usr/local/bin/yvfm)"'Warning
Change the path if you installed the program in a different directory
- Reload your shell configuration or start a new shell session
source ~/.bashrc| Key | Description |
|---|---|
| Ctrl+C | Exit |
| ↑ / Mouse wheel up | Move cursor up |
| ↓ / Mouse wheel down | Move cursor down |
| → / Left mouse button | Go to selected directory |
| ← / Right mouse button | Go to parent directory |
| Characters | Search |
| ⌫ | Remove character |