secrets manager
git clone https://git.lucas.co/cce-secrets.git
Add desktop entry
Versioned at the crate root per convention (bare-binary Exec,
Icon= = binary name); ccebuild install discovers it, making the app
visible to the launcher. Icon symlink (lock glyph) lands in cce-icons.
Co-Authored-By: Claude Fable 5 <[email protected]>
cce-secrets.desktop | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/cce-secrets.desktop b/cce-secrets.desktop
new file mode 100644
index 0000000..6f12a9a
--- /dev/null
+++ b/cce-secrets.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=Secrets
+Comment=Browse and edit keyring secrets
+Exec=cce-secrets
+Icon=cce-secrets
+Categories=Utility;Security;
+Terminal=false
+StartupNotify=true
+StartupWMClass=cce-secrets