This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-11
Channels
- # announcements (1)
- # asami (10)
- # aws (36)
- # babashka (1)
- # beginners (32)
- # biff (13)
- # calva (2)
- # cider (2)
- # clj-kondo (3)
- # cljs-dev (5)
- # clojure-poland (2)
- # clojured (5)
- # clojurescript (7)
- # core-logic (13)
- # core-matrix (2)
- # core-typed (1)
- # datomic (1)
- # fulcro (19)
- # gratitude (6)
- # meander (15)
- # minecraft (4)
- # pathom (3)
- # podcasts-discuss (2)
- # reagent (19)
- # releases (1)
- # shadow-cljs (69)
- # sql (3)
- # tools-deps (22)
- # vim (1)
Hey folks, does anyone know how I might do the following, whether via Joyride, existing Calva features ( or via PR 😉 )?
I basically want to be able to automate/keybind/etc in one go the following, probs via some mix of vscode tasks
and custom repl connect sequences
1. Run some terminal program
2. That program prints a remote nrepl url to stdout or some file - a full url like hostname:port
3. Calva essentially executes:
a. connect to running repl outside your project
b. for the address input that appears, autofill with the url output form earlier - or preferably, skip that input by reading from file or something in advance
I know that when configuring a custom repl connect sequence, I can specify the location of the nrepl.port
file. Of course, that file can only contain the port.
How might I go about automating this?