Skip to content

Commit

Permalink
feat: Add Soulver to Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Feb 19, 2024
1 parent 66c61b7 commit 2ba3ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/launcher.ll
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
(add_item "Perplexity" '(open_url "https://www.perplexity.ai"))
(add_item "ChatGPT" '(open_url "https://chat.openai.com"))
(add_item "Slack" '(open_app "Slack"))
(add_item "Soulver" '(open_app "Soulver 3"))
(add_item "Restart vrsd" '(exec "pkill" "-ax" "vrsd"))

# TODO: Need better DX around calling service functions (exported via sexp, but symbol needs reexporting in client process)
Expand Down

0 comments on commit 2ba3ff9

Please sign in to comment.