Move files and folders to the trash
Works on macOS, Linux, and Windows.
In contrast to rm
which is dangerous and permanently delete files, this only moves them to the trash, which is much safer and reversible. I would also recommend reading my guide on safeguarding rm
.
$ npm install --global trash-cli
$ trash --help
Usage
$ trash <path|glob> [...]
Examples
$ trash unicorn.png rainbow.png
$ trash '*.png' '!unicorn.png'
Add alias rm=trash
to your .zshrc
/.bashrc
to reduce typing & safely trash files: $ rm unicorn.png
.
- trash - API for this module
- empty-trash-cli - Empty the trash
- del-cli - Delete files and folders
MIT © Sindre Sorhus