The idea is to use tymal to read a yaml file, which is filled with folders you want to remove. Example:
apt: apt clean
build folder: rm -fr ~/Projects/build
The script will then read this file and give us the option to delete this all this folders, or only the selected ones.