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

Example usage:
# Edit file
# Copy file(s)
# Search and move file
Let's brainstorm
You can also experiment and help by suggesting ideas/opinions.
- Install
- Create the customizable config file (requires
yq)
| | |
-
Check the key bindings in the config file.
-
Run
xplr.
TODO research
- Research FIFO/socket options for better integration with other tools.
- Research saner configuration formats.
- Research saner key binding options.
- Research how to go beyond filesystem and explore any tree-like structure.
- CLI options and help menu.
- Go beyond research and implement things.