https://github.com/pearl-hub/trash
DEPRECATED USE: https://github.com/pearl-hub/trash-cli
https://github.com/pearl-hub/trash
Last synced: 3 months ago
JSON representation
DEPRECATED USE: https://github.com/pearl-hub/trash-cli
- Host: GitHub
- URL: https://github.com/pearl-hub/trash
- Owner: pearl-hub
- Created: 2016-04-02T10:30:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T02:48:32.000Z (about 7 years ago)
- Last Synced: 2025-01-05T09:42:11.684Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TRASH
=====*pearl* provides an useful command that allows moving to a trash directory
unneeded files instead of removing directly them using rm command. The
interface used is the same of the command implemented in ranger by *pearl*.
Each shell creates its own trash directory located in
~/.config/.pearl/tmp/`tty`. The command trash will make a backup of each
existing destination file or directory.
Usage:*$ trash* 'FILE1' 'FILE2' ...
Move the files into trash*$ trash* [*-s* || *--show*]
Show the trash*$ trash* [*-e* || *--empty*]
Empty the trashThe trash directory will be removed when exiting from the shell.