Skip to content
Notifications You must be signed in to change notification settings

arjav0703/tui-file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4489cf8 · · Jan 25, 2026

History

63 Commits
Jan 25, 2026
Oct 22, 2025
Jan 25, 2026
Jan 25, 2026
Oct 30, 2025

Repository files navigation

TUI File Manager (WIP)

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.

Running

git clone https://github.com/arjav0703/tui-file-manager.git
cd tui-file-manager

  • Make sure cargo in installed (https://rustup.rs/) cargo run OR cargo run -- --show-hidden-files

Keyboard Operations

  • q: Quit the application
  • j or ⬇️: Move down
  • k or ⬆️: Move up
  • h or ⬅️: Go to parent directory
  • l or ➡️: Enter the selected directory
  • d: Delete the selected file or directory
  • ENTER : Open the selected file with the default system application (open on macOS, xdg-open on Linux, start on Windows)
  • r: Rename the selected file or directory
  • y: Copy the path of selected file or directory to clipboard
  • a: Add a new file
  • c: Copy the selected file or directory
  • x: Cut the selected file or directory
  • p: Paste the copied or cut file or directory into the current directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages