Update README.md

This commit is contained in:
Kim Oliver Drechsel 2021-09-21 20:53:50 +02:00
parent 5519535b5d
commit 0e65c66a6f

View File

@ -3,17 +3,18 @@
[![Build Status](https://drone.pyas.de/api/badges/Kim/trash/status.svg)](https://drone.pyas.de/Kim/trash)
## Installation:
Place the file in your desired path and it in your $HOME/.bashrc or in /etc/.bashrc:
the trash.sh file in your desired path and source it in your $HOME/.bashrc or in /etc/.bashrc:
. /path/to/trash.sh
- As the Script runs it first checks if $HOME/.trash/ (your trash bin) in your home dir exists and creates it if missing.
Add cleanup job to your cron:
# .trash cleanup of all contents (files and dirs) older than 31 days every morning at 06:00
0 6 * * 0 find /home/YOURHOME/.trash/ -mtime +31 -delete
## Usage:
As the Script runs it first checks if $HOME/.trash/ (your trash bin) in your home dir exists and creates it if missing.
- `trash FILE1 DIR2 ...` or `trash_put FILE1 DIR2 ...` to move files and directories with relative or absolute paths to your .trash
- `trash_list` to list all files and dirs that you put in the trash in the last 30 days