Add project context file for AI agents and a user-facing README covering features, installation, usage, and configuration. Update the desktop file Exec to use the full uv path for autostart. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
289 B
Desktop File
11 lines
289 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=My Memory
|
|
Comment=Low-friction thought capture (text + voice)
|
|
Exec=/home/cal/.local/bin/uv run --project /mnt/NV2/Development/my-memory my-memory
|
|
Icon=document-edit
|
|
Terminal=false
|
|
Categories=Utility;
|
|
StartupNotify=false
|
|
X-GNOME-Autostart-enabled=true
|