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