diff options
-rw-r--r-- | .local/share/applications/Vault.desktop | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.local/share/applications/Vault.desktop b/.local/share/applications/Vault.desktop new file mode 100644 index 0000000..76ef164 --- /dev/null +++ b/.local/share/applications/Vault.desktop @@ -0,0 +1,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 |