Skip to content

imnyang/tsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗑️ 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.

Releases

No releases published

Packages

No packages published

Languages