An experimental, minimal, configurable TUI file explorer, stealing ideas from nnn
and fzf
.
```bash
vim "$(xplr)"
cp "$(xplr)" "$(xplr)/"
mv "$(fzf)" "$(xplr)/" ```
As of now the fuctionality is pretty limited. You basically have to drop
into a shell (default key s
) in the directory to do things like
create/delete/rename files. A lot of research and implementations to go.
Although, it's currently satisfying my needs (for customization and speed) with this vim plugin https://github.com/sayanarijit/xplr.vim.
You can also experiment and help by suggesting ideas/opinions.
bash
cargo install xplr
yq
)```bash mkdir -p ~/.config/xplr
echo "PrintAppStateAndQuit" | xplr | yq ".config" -y | tee ~/.config/xplr/config.yml ```
Check the key bindings in the config file.
Run xplr
.