mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-10 19:10:36 +00:00
40 lines
1.5 KiB
XML
40 lines
1.5 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="ranger">
|
|
<label>Ranger</label>
|
|
<description>Text based file manager</description>
|
|
<option id="all">
|
|
<label>All</label>
|
|
<description>Clean all the junk files</description>
|
|
<action command="delete" search="file" path="~/.config/ranger/bookmarks"/>
|
|
<action command="delete" search="file" path="~/.config/ranger/history"/>
|
|
</option>
|
|
<option id="bookmarks">
|
|
<label>Bookmarks</label>
|
|
<description>Delete the program bookmarks</description>
|
|
<action command="delete" search="file" path="~/.config/ranger/bookmarks"/>
|
|
</option>
|
|
<option id="history">
|
|
<label>History</label>
|
|
<description>Delete the program history</description>
|
|
<action command="delete" search="file" path="~/.config/ranger/history"/>
|
|
</option>
|
|
</cleaner>
|