blob: 76ef16465edfda282a51e22982a08b4059e382b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[Desktop Entry]
Actions=add-password;edit-password;remove-password
Categories=Utility;Database;TextTools;Archiving;Security
Comment=Store and Retrieve Passwords
Exec=vlt get
GenericName=Password Store
Icon=/home/thomas/down/lock.png
Keywords=Password
Name=Vault
Terminal=false
Type=Application
Version=1.5
[Desktop Action add-password]
Name=Add a Password
Exec=vlt add
[Desktop Action edit-password]
Name=Edit a Password
Exec=vlt edit
[Desktop Action remove-password]
Name=Remove a Password
Exec=vlt rm
|