Trash Bin CLI with Rust
Find a file
2025-05-29 23:29:30 +09:00
src Init 2025-05-23 22:48:05 +09:00
.DS_Store Init 2025-05-23 22:48:05 +09:00
.gitignore Update .gitignore 2025-05-23 22:57:11 +09:00
Cargo.lock 레피지토리 추가 2025-05-29 23:29:30 +09:00
Cargo.toml 레피지토리 추가 2025-05-29 23:29:30 +09:00
LICENSE Init 2025-05-23 22:48:05 +09:00
README.md README.md 2025-05-23 22:50:56 +09:00

🗑️ tsh - Move files to Trash Bin

tsh is a simple command-line tool written in Rust that moves files and folders to the Trash Bin, instead of permanently deleting them.

🔧 Installation

Make sure you have Rust installed.

cargo install tsh

If installing from a local directory:

git clone https://github.com/imnyang/tsh.git
cd tsh
cargo install --path .

🚀 Usage

tsh <file_or_folder> [more_files_or_folders...]
tsh file.txt
tsh folder/ notes.md image.png

📦 Features

  • Safe delete: files go to Trash, not permanently removed.

  • 🔧 Built on the reliable trash crate.