
hideitems
Source (link to git-repo or to original if based on someone elses unmodified work):
claudemods
Description:
claudemods hideitems v1.02 Released 23/05/2025
[EN] To use: Simply right-click on an item in Dolphin. Depending on whether it's hidden or shown, you can hide or show the item.
[NL] Gebruik: Klik met rechts op een item in Dolphin. Afhankelijk van of het verborgen of zichtbaar is, kun je het verbergen of tonen.
v1.02
[EN] Added support for NL language
[NL] Ondersteuning voor Nederlands toegevoegd
v1.01
[EN] New fixes to .desktop and .sh
[NL] Nieuwe fixes voor .desktop en .sh
[EN] Install methods:
[NL] Installatiemethoden:
[EN] Download both the .desktop and .sh from KDE Widget Store
[NL] Download beide bestanden (.desktop en .sh) van de KDE Widget Store
[EN] Everything will work out of the box on Plasma 5 or 6
[NL] Werkt direct in Plasma 5 of 6
[EN] Or download both from https://www.pling.com/p/2188965
[NL] Of download beide van https://www.pling.com/p/2188965
[EN] and use the steps below to install
[NL] en gebruik onderstaande installatiestappen
[EN] How to install:
[NL] Installatiehandleiding:
[EN] - Dolphin -> Preferences -> Services -> Download New Services...
[NL] - Dolphin -> Voorkeuren -> Diensten -> Nieuwe diensten downloaden...
[EN] ...or
[NL] ...of
[EN] For KDE5:
[NL] Voor KDE5:
[EN] - Move the downloaded hideitems.desktop file to ~/.local/share/kservices5/ServiceMenus (create the folder if missing)
[NL] - Verplaats hideitems.desktop naar ~/.local/share/kservices5/ServiceMenus (map aanmaken indien nodig)
[EN] - Right-click file > Properties > Permissions > Check "Is executable"
[NL] - Rechtsklik op bestand > Eigenschappen > Rechten > Vink "Uitvoerbaar" aan
[EN] - Put toggle-visibility.sh in same folder
[NL] - Plaats toggle-visibility.sh in dezelfde map
[EN] - Or use: chmod +x on both files
[NL] - Of gebruik: chmod +x op beide bestanden
[EN] For KDE6:
[NL] Voor KDE6:
[EN] - Move hideitems.desktop to ~/.local/share/kio/servicemenus/ (create folder if missing)
[NL] - Verplaats hideitems.desktop naar ~/.local/share/kio/servicemenus/ (map aanmaken indien nodig)
[EN] - Make executable via Properties or: chmod +x ./hideitems.desktop
[NL] - Maak uitvoerbaar via Eigenschappen of: chmod +x ./hideitems.desktop
[EN] - Put toggle-visibility.sh in same folder
[NL] - Plaats toggle-visibility.sh in dezelfde map
[EN] - Or use: chmod +x on the script file
[NL] - Of gebruik: chmod +x op het scriptbestand
[EN] Support: Buy me a 🍕🥧 https://www.paypal.com/paypalme/claudemods?country.x=GB&locale
[NL] Steun: Trakteer me op 🍕🥧 https://www.paypal.com/paypalme/claudemods?country.x=GB&locale Last changelog:
[EN] To use: Simply right-click on an item in Dolphin. Depending on whether it's hidden or shown, you can hide or show the item.
[NL] Gebruik: Klik met rechts op een item in Dolphin. Afhankelijk van of het verborgen of zichtbaar is, kun je het verbergen of tonen.
v1.02
[EN] Added support for NL language
[NL] Ondersteuning voor Nederlands toegevoegd
v1.01
[EN] New fixes to .desktop and .sh
[NL] Nieuwe fixes voor .desktop en .sh
[EN] Install methods:
[NL] Installatiemethoden:
[EN] Download both the .desktop and .sh from KDE Widget Store
[NL] Download beide bestanden (.desktop en .sh) van de KDE Widget Store
[EN] Everything will work out of the box on Plasma 5 or 6
[NL] Werkt direct in Plasma 5 of 6
[EN] Or download both from https://www.pling.com/p/2188965
[NL] Of download beide van https://www.pling.com/p/2188965
[EN] and use the steps below to install
[NL] en gebruik onderstaande installatiestappen
[EN] How to install:
[NL] Installatiehandleiding:
[EN] - Dolphin -> Preferences -> Services -> Download New Services...
[NL] - Dolphin -> Voorkeuren -> Diensten -> Nieuwe diensten downloaden...
[EN] ...or
[NL] ...of
[EN] For KDE5:
[NL] Voor KDE5:
[EN] - Move the downloaded hideitems.desktop file to ~/.local/share/kservices5/ServiceMenus (create the folder if missing)
[NL] - Verplaats hideitems.desktop naar ~/.local/share/kservices5/ServiceMenus (map aanmaken indien nodig)
[EN] - Right-click file > Properties > Permissions > Check "Is executable"
[NL] - Rechtsklik op bestand > Eigenschappen > Rechten > Vink "Uitvoerbaar" aan
[EN] - Put toggle-visibility.sh in same folder
[NL] - Plaats toggle-visibility.sh in dezelfde map
[EN] - Or use: chmod +x on both files
[NL] - Of gebruik: chmod +x op beide bestanden
[EN] For KDE6:
[NL] Voor KDE6:
[EN] - Move hideitems.desktop to ~/.local/share/kio/servicemenus/ (create folder if missing)
[NL] - Verplaats hideitems.desktop naar ~/.local/share/kio/servicemenus/ (map aanmaken indien nodig)
[EN] - Make executable via Properties or: chmod +x ./hideitems.desktop
[NL] - Maak uitvoerbaar via Eigenschappen of: chmod +x ./hideitems.desktop
[EN] - Put toggle-visibility.sh in same folder
[NL] - Plaats toggle-visibility.sh in dezelfde map
[EN] - Or use: chmod +x on the script file
[NL] - Of gebruik: chmod +x op het scriptbestand
[EN] Support: Buy me a 🍕🥧 https://www.paypal.com/paypalme/claudemods?country.x=GB&locale
[NL] Steun: Trakteer me op 🍕🥧 https://www.paypal.com/paypalme/claudemods?country.x=GB&locale
v1.02
added support for nl language
Ratings & Comments
1 Comment
So what it does: it adds or removes dot at the beginning of the filename. v1.02 has an error in logic: it will overwrite another file if both "${FILE}" and ".$F{FILE}" are present. The simplest protection against this is to add "-i" cli switch to mv command