tsh

Crates.iotsh
lib.rstsh
version1.0.0
created_at2025-05-23 13:53:33.69167+00
updated_at2025-05-23 13:55:24.461415+00
descriptionA simple command line tool to move files to trash
homepage
repository
max_upload_size
id1686334
size56,928
암냥 (imnyang) (imnyang)

documentation

README

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

Commit count: 0

cargo fmt