Fork me on GitHub
#cursive
<
2023-07-10
>
JAtkins16:07:12

Can I move repl commands from computer to computer? I was able to export and import ClojureIdeSettings, but the repl commands I've made didn't transfer. I have settings sync on as well, but that doesn't seem to help

JAtkins17:07:56

FWIW, this doesn't work: https://clojurians.slack.com/archives/C0744GXCJ/p1656358518239949. I'm using Toolbox and it must be putting files elsewhere.

cfleming03:07:45

Hmm, the settings sync should work, I’m not sure why that wouldn’t.

cfleming03:07:39

They’re stored in files called repl-commands.xml, the project ones in your .idea folder inside your project, and global ones under the config directory (see here: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html).

cfleming03:07:08

Actually, looking at the doc I see I’m missing some config to make those shareable via settings sync. Could you file an issue for that and I’ll get it fixed?