-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgmrun_mod1.xml
More file actions
38 lines (38 loc) · 1.53 KB
/
gmrun_mod1.xml
File metadata and controls
38 lines (38 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<!--
#######################################################################
# BleachBit
# Copyright (C) 2008-2018 Andrew Ziem
# http://www.bleachbit.org
#
# @url http://sourceforge.net/projects/gmrun/
# @tested ok 0.9.2-2.1+b1, Debian Stretch
# @tested ok 0.9.2-39, Fedora 28
# @note could not locate additional data to remove
#
# @cleaner gmrun by nodiscc (Copyright © 2016 nodiscc)
# @contributor muratoria
#######################################################################
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#######################################################################
-->
<cleaner id="gmrun" os="linux">
<label>gmrun</label>
<description>Featureful CLI-like GTK+ application launcher</description>
<option id="history">
<label>History</label>
<description>Delete command history</description>
<action search="file" command="delete" path="~/.gmrun_history"/>
</option>
</cleaner>