Small script that helps you clean-up your system.

this-is-kate 745c6e3a76 Uploaded find-my-trash Bashscript 4 년 전
README.md 43bc700691 Update 'README.md' 4 년 전
find-my-trash.sh 745c6e3a76 Uploaded find-my-trash Bashscript 4 년 전

README.md

Find-My-Trash

Last updated: 12.03.2020

What this script is for: What this script does: Small script that helps you clean-up your system.

What this script does: Small script that helps you clean-up your system. While you are sorting files you can create folders wherever you are (in this case named 'findtrash') and simply drop your unwanted files in them. If you are done sorting out your files and moving your unwanted files in your trashfinder folders you can run the script and it will delete all folders named trashfinder (so be sure to give your folder an unique name). Why not simply using the trash bin? I do not trust the trashbin from being recovered and I often create more folders named 'findtrash' as I forgot were I put the last one and I am way too lazy to search for it everytime I need it. Therefore this will delete via rm -r command all folders on the system called 'findtrash'. This can be also used as a cronjob script so you do not need to start it manually.

Open your terminal an type in:

git clone https://notabug.org/this-is-kate/Find-My-Trash.git

Confirm with "Enter"

Make script executable with chmod +x find-my-trash.sh

Confirm with "Enter"

Run script: ./find-my-trash.sh.sh

Confirm with "Enter"

Congrats you script is running :) Copyright

License: All scripts are under GPLv3.

Copyright (C) this-is-kate / 2020

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details