mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-03 03:40:17 +00:00
60 lines
2.4 KiB
XML
60 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
__ __ __ __ _ __ __
|
||
|
/ / / /__ ___ _____/ / / / (_) /_ ____/ /__ ___ ____ ___ _______
|
||
|
/ _ \/ / -_) _ `/ __/ _ \/ _ \/ / __/ / __/ / -_) _ `/ _ \/ -_) __(_-<
|
||
|
/_.__/_/\__/\_,_/\__/_//_/_.__/_/\__/ \__/_/\__/\_,_/_//_/\__/_/ /___/
|
||
|
https://www.bleachbit.org
|
||
|
_ _ _ _
|
||
|
__ _ ___ | |_| |__ | | ___| |_ _ _
|
||
|
/ _` |/ _ \| __| '_ \| |/ _ \ __| | | |
|
||
|
| (_| | (_) | |_| |_) | | __/ |_| |_| |
|
||
|
\__, |\___/ \__|_.__/|_|\___|\__|\__,_|
|
||
|
|___/
|
||
|
https://www.youtube.com/user/gotbletu
|
||
|
https://twitter.com/gotbletu
|
||
|
https://plus.google.com/+gotbletu
|
||
|
https://github.com/gotbletu
|
||
|
gotbleu@gmail.com
|
||
|
-->
|
||
|
<cleaner id="w3m">
|
||
|
<label>W3M</label>
|
||
|
<description>Text based web browser</description>
|
||
|
<option id="all">
|
||
|
<label>All</label>
|
||
|
<description>Clean all the junk files</description>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3mcookie*"/>
|
||
|
<action command="delete" search="file" path="~/.w3m/cookie"/>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3mcache*"/>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3mtmp*"/>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3msrc*"/>
|
||
|
<action command="delete" search="file" path="~/.w3m/history"/>
|
||
|
</option>
|
||
|
<option id="cache">
|
||
|
<label>Cache</label>
|
||
|
<description>Delete the program cache</description>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3mcache*"/>
|
||
|
</option>
|
||
|
<option id="cookies">
|
||
|
<label>Cookies</label>
|
||
|
<description>Delete the program cookies</description>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3mcookie*"/>
|
||
|
<action command="delete" search="file" path="~/.w3m/cookie"/>
|
||
|
</option>
|
||
|
<option id="history">
|
||
|
<label>History</label>
|
||
|
<description>Delete the program history</description>
|
||
|
<action command="delete" search="file" path="~/.w3m/history"/>
|
||
|
</option>
|
||
|
<option id="src">
|
||
|
<label>Src</label>
|
||
|
<description>Delete the program source files</description>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3msrc*"/>
|
||
|
</option>
|
||
|
<option id="tmp">
|
||
|
<label>Tmp</label>
|
||
|
<description>Delete the program temporary files</description>
|
||
|
<action command="delete" search="glob" path="~/.w3m/w3mtmp*"/>
|
||
|
</option>
|
||
|
</cleaner>
|