File Explorer is a Python TUI for navigating through the file system using arrow keys.
To install, run pip install -e /path/to/repo
- Run
fein the terminal to start. - Use arrow keys to navigate through folders.
- Press
enteron the directory you want to navigate to, or press enter on a file you want to open. - If you pressed enter on a directory, the command to
cdinto your desired directory will be saved to the clipboard for pasting. - Press
qto quit anytime.