Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroenvandijk/c597650cb4a3550c1c8a702392e37f43 to your computer and use it in GitHub Desktop.
Save jeroenvandijk/c597650cb4a3550c1c8a702392e37f43 to your computer and use it in GitHub Desktop.
{:name "Search the Clojurians Slack-archive"
:author "Gert Goet"
:license "MIT"}
;;---
(when-some [q (js/prompt "Search the Clojurians Slack-archive:")]
(.open js/window (str "https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/search/" q)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment