An experimental, minimal, configurable TUI file explorer, stealing ideas from nnn and fzf.

Screenshot

Example usage:

```bash

Edit file

vim "$(xplr)"

Copy file(s)

cp "$(xplr)" "$(xplr)/"

Search and move file

mv "$(fzf)" "$(xplr)/" ```

Let's brainstorm

You can also experiment and help by suggesting ideas/opinions.

  1. Install

bash cargo install xplr

  1. Create the customizable config file (requires yq)

```bash mkdir -p ~/.config/xplr

echo "?" | xplr | yq ".config" -y | tee ~/.config/xplr/config.yml ```

  1. Check the key bindings in the config file.

  2. Run xplr.

TODO research