You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.9 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
gotbletu@gmail.com
-->
<cleaner id="newsboat">
<label>Newsboat</label>
<description>Text based RSS feed reader</description>
<option id="all">
<label>All</label>
<description>Clean all the junk files</description>
<action command="delete" search="file" path="~/.newsboat/cache.db"/>
<action command="delete" search="file" path="~/.newsboat/history.cmdline"/>
<action command="delete" search="file" path="~/.newsboat/history.search"/>
<action command="delete" search="file" path="~/.newsboat/queue"/>
</option>
<option id="cache">
<label>Cache</label>
<description>Delete the program cache</description>
<action command="delete" search="file" path="~/.newsboat/cache.db"/>
</option>
<option id="history">
<label>History</label>
<description>Delete the program history</description>
<action command="delete" search="file" path="~/.newsboat/history.cmdline"/>
<action command="delete" search="file" path="~/.newsboat/history.search"/>
</option>
<option id="queue">
<label>Queue</label>
<description>Delete the program queue</description>
<action command="delete" search="file" path="~/.newsboat/queue"/>
</option>
</cleaner>