Skip to content

Commit

Permalink
config(vrsjmp): Update assistants
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Dec 10, 2024
1 parent 6709a3a commit b04a2e5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions scripts/vrsjmp.ll
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@
(list
(make_item "Search Perplexity"
(list 'open_url (format "http://perplexity.ai/?q={}&copilot=true" query)))
(make_item "Ask ChatGPT"
(list 'open_url (format "http://chatgpt.com/?q={}" query)))
(make_item "Ask Claude"
(list 'open_url (format "http://claude.ai/new?q={}" query)))
(make_item "Search Google"
(list 'open_url (format "http://google.com/search?q={}" query)))
(make_item "Search Maps"
Expand Down Expand Up @@ -169,7 +165,14 @@
(make_item "TLDraw" '(open_url "https://www.tldraw.com"))
(make_item "XCode" '(exec "open_xcode")) # TODO: Built-in regex
(make_item "Chrome" '(open_app "Google Chrome"))
(make_item "Claude" '(open_url "http://claude.ai"))
(make_item "Charles" '(open_app "Charles"))

# Assistants
# (make_item "Claude" '(open_app "Claude"))
(make_item "Claude" '(exec "/Applications/Claude.app/Contents/MacOS/Claude"))
(make_item "ChatGPT" '(open_app "ChatGPT"))
(make_item "HuggingChat" '(open_app "HuggingChat"))

(make_item "Zig - langref" '(open_file "~/.zigup/doc/langref.html")))

# directories
Expand All @@ -181,7 +184,6 @@
(list (make_item "GitHub - vrs" '(open_url "https://www.github.com/leoshimo/vrs"))
(make_item "X" '(open_url "https://www.x.com"))
(make_item "Send to Kindle" '(open_url "https://www.amazon.com/gp/sendtokindle"))
# (make_item "ChatGPT" '(open_url "https://chat.openai.com"))
(make_item "Are.na" '(open_url "https://www.are.na/leo-shimo/moodboard-fiffzxstqdq"))
(make_item "Tiktokenizer" '(open_url "https://tiktokenizer.vercel.app"))
(make_item "CyberChef" '(open_url "https://gchq.github.io/CyberChef/")))
Expand Down

0 comments on commit b04a2e5

Please sign in to comment.