summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-21 00:26:13 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-21 00:26:13 +0100
commit23faf3896ea0cee6b572713d933de558a7b8c2f3 (patch)
treeb76ad59b2ea35350729c822802f9e57a540f10cc /.local
parent2d4d0326b6c52cd520ebc0dce60ecbdaccc44af0 (diff)
xdg/vlt: Add a .desktop entry
Diffstat (limited to '.local')
-rw-r--r--.local/share/applications/Vault.desktop24
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