
clearcacheditems
Homepage
Source (link to git-repo or to original if based on someone elses unmodified work):
claudemods
Description:
simple service menu
clear cached items on ubuntu or debian plasma 5 or 6
simple script to clear cached items simply right click in dolphin
click clear cached items and enter your password
the scripts will do the rest
all commands used are given below
or you can check the scripts file your self in a text editor application such as kate
v1.02
fixes for scripts
new all in one .zip simply unzip to your needed location for plasma 5 and 6
more information below
v1.01
updated dark green colour for command outputs
new red process bar
How to install:
you can install the desktop file from context store in dolphin only
you can download both the .desktop and the scripts.zip needed from this website https://www.pling.com/p/2156130
and unpack to the follow locations depending on your plasma version as its needed for this menu to work
For kde5 move the downloaded scripts.sh file file to ~/.local/share/kservices5/ServiceMenus (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable".
or use $ chmod +x ./scripts.sh
For kde6 move the downloaded scripts.sh
to ~/.local/share/kio/servicemenus/ (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable".
use $ chmod +x ./scripts.sh
commands used in this menu are
sudo apt-get clean
sudo rm -rf /var/cache/
sudo rm -rf /tmp
sudo rm -rf /root/.cache/
sudo rm -rf /home/lancaster/.local/share/Trash
sudo rm -rf /root/.local/share/Trash/
support me and others with the button below to keep projects like this going Last changelog:
clear cached items on ubuntu or debian plasma 5 or 6
simple script to clear cached items simply right click in dolphin
click clear cached items and enter your password
the scripts will do the rest
all commands used are given below
or you can check the scripts file your self in a text editor application such as kate
v1.02
fixes for scripts
new all in one .zip simply unzip to your needed location for plasma 5 and 6
more information below
v1.01
updated dark green colour for command outputs
new red process bar
How to install:
you can install the desktop file from context store in dolphin only
you can download both the .desktop and the scripts.zip needed from this website https://www.pling.com/p/2156130
and unpack to the follow locations depending on your plasma version as its needed for this menu to work
For kde5 move the downloaded scripts.sh file file to ~/.local/share/kservices5/ServiceMenus (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable".
or use $ chmod +x ./scripts.sh
For kde6 move the downloaded scripts.sh
to ~/.local/share/kio/servicemenus/ (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable".
use $ chmod +x ./scripts.sh
commands used in this menu are
sudo apt-get clean
sudo rm -rf /var/cache/
sudo rm -rf /tmp
sudo rm -rf /root/.cache/
sudo rm -rf /home/lancaster/.local/share/Trash
sudo rm -rf /root/.local/share/Trash/
support me and others with the button below to keep projects like this going
v1.02
fixes for scripts
new all in one .zip simply unzip to your needed location for plasma 5 and 6
more information below
Ratings & Comments
0 Comments