| name | trashy |
| description | Use this skill when the user wants to safely delete files by moving them to trash instead of permanent deletion. |
trashy Plugin
CLI system trash manager, alternative to rm and trash-cli.
Commands
Trash Management
trashy self version — Print trashy version
trashy put files <paths> — Move files to trash
trashy list items — List items in the trash
trashy restore files <patterns> — Restore files from trash
trashy empty files <patterns> — Empty files from trash
trashy _ _ — Passthrough to trashy CLI
Usage Examples
- "Move file.txt to trash"
- "List all items in trash"
- "Restore deleted file"
- "Empty specific files from trash"
Installation
cargo install trashy
Examples
trashy file1 file2 file3
trashy put file1 file2 file3
trashy list
trashy restore file1 file2
trashy empty file1 file2
trashy restore --all
trashy empty --all
Key Features
- Safe deletion (moves to trash instead of permanent removal)
- Restore capability
- List trash contents
- Pattern matching for restore/empty
- Regex or exact match modes