This is a simple TUI (terminal user interface) file manager built with Rust. It aims to provide a lightweight and efficient way to navigate and manage files directly from the terminal.
git clone https://github.com/arjav0703/tui-file-manager.git
cd tui-file-manager
- Make sure cargo in installed (https://rustup.rs/)
cargo runORcargo run -- --show-hidden-files
q: Quit the applicationj or ⬇️: Move downk or ⬆️: Move uph or ⬅️: Go to parent directoryl or ➡️: Enter the selected directoryd: Delete the selected file or directoryENTER: Open the selected file with the default system application (openon macOS,xdg-openon Linux,starton Windows)r: Rename the selected file or directoryy: Copy the path of selected file or directory to clipboarda: Add a new filec: Copy the selected file or directoryx: Cut the selected file or directoryp: Paste the copied or cut file or directory into the current directory