2017-11-17 05:52:01 +00:00
|
|
|
<?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
|
2019-05-08 21:15:47 +00:00
|
|
|
gotbletu@gmail.com
|
2017-11-17 05:52:01 +00:00
|
|
|
-->
|
|
|
|
<cleaner id="cmus">
|
|
|
|
<label>Cmus</label>
|
|
|
|
<description>Text based music player</description>
|
|
|
|
<option id="all">
|
|
|
|
<label>All</label>
|
|
|
|
<description>Clean all the junk files</description>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/cache"/>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/command-history"/>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/seach-history"/>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/library.pl"/>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/playlist.pl"/>
|
|
|
|
</option>
|
|
|
|
<option id="cache">
|
|
|
|
<label>Cache</label>
|
|
|
|
<description>Delete the program cache</description>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/cache"/>
|
|
|
|
</option>
|
|
|
|
<option id="history">
|
|
|
|
<label>History</label>
|
|
|
|
<description>Delete the program history</description>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/command-history"/>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/search-history"/>
|
|
|
|
</option>
|
|
|
|
<option id="library">
|
|
|
|
<label>Library</label>
|
|
|
|
<description>Delete the program library</description>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/library.pl"/>
|
|
|
|
</option>
|
|
|
|
<option id="playlist">
|
|
|
|
<label>Playlist</label>
|
|
|
|
<description>Delete the program playlist</description>
|
|
|
|
<action command="delete" search="file" path="~/.cmus/playlist.pl"/>
|
|
|
|
</option>
|
|
|
|
</cleaner>
|