Way to send a nostr: url to the currently running gossip #163
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#163
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If you launch gossip twice, there will be two competing programs hitting the same sqlite database. This isn't a good thing.
More to the point, if you click on a nostr: URL in your browser, it would be nice if the currently running gossip handled that. Part of this requires desktop setup (e.g. exo-open, mimeapps.list, etc). The other part requires gossip to be launched in a way that detects the existing running gossip, sends the URL to it, and exits.
We might be able to do this by opening a socket under /var/run in unix environments, and if it is found, write the url into it and quit. Not sure about MS windows.
Needs research.