conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
2020-07-17T12:05:18.463600Z

2020-07-17T12:06:09.463800Z

2020-07-17T12:06:31.463900Z

2020-07-17T12:06:42.464Z

2020-07-17T12:08:40.464100Z

2020-07-17T12:08:51.464200Z

2020-07-17T12:09:44.464300Z

2020-07-17T13:21:30.464400Z

2020-07-17T13:21:41.464500Z

Olical 2020-07-17T13:35:27.465300Z

Sorry about the spam there, that sucks. https://conjure.fun is a thing now though! It's empty, but it's a thing! And behind cloudflare + will accept PRs when done since it's gh-pages.

💯 1
Olical 2020-07-17T13:37:09.466700Z

Open to suggestions but I think it'll just a be a landing page with logo, description, links, asciinema or youtube demo, school script snippet, discord embed. I don't think I'll use it for docs since I like the wiki + :help combo, but maybe that'll change at some point.

Olical 2020-07-17T13:37:57.467200Z

curl -fL <http://conjure.fun/school|conjure.fun/school> | bash will be cute 😄

👍 1
dave 2020-07-17T14:16:17.468800Z

good stuff! i agree, i think it's a good idea for the website to just be a landing page to draw people in and see at a glance what conjure has to offer, then direct them to the github repo for install instructions, see :help for detailed help, etc.

dave 2020-07-17T14:16:37.469100Z

otherwise you'd be stuck maintaining 2 separate sources of truth

dharrigan 2020-07-17T14:23:25.469300Z

nice domain!

2020-07-17T14:42:17.469400Z

👀 1
nate 2020-07-17T18:26:02.471100Z

does anyone have nice ergonomics around navigating between results in the log buffer? I've started doing ?^; --- and then hitting n till I get to the result I'm interested in. It's particularly useful to hop over a large result quickly

nate 2020-07-17T18:26:56.471600Z

another interesting thing to do is put some marks in the log buffer

dave 2020-07-17T18:32:23.473200Z

i know there is a way to customize [[, ]], etc.

dave 2020-07-17T18:32:34.473600Z

this seems like an ideal use case for that. could be a nice addition to conjure

nate 2020-07-17T18:32:39.473800Z

oh that would be nice

nate 2020-07-17T18:33:51.474300Z

looks like [[ and ]] already work to some extent

dave 2020-07-17T18:34:10.474700Z

here's how i did it in vim-alda: https://github.com/daveyarwood/vim-alda/commit/45031eaae26ba4ab2c1f960bbb9f528beb0189d6

nate 2020-07-17T18:34:24.475100Z

[[ goes to top of the form, [[ again goes to the ;--- line, etc.

nate 2020-07-17T18:34:38.475400Z

so twice the motions needed, but it does work

dave 2020-07-17T18:35:17.475800Z

oh, nice - because it's a clojure buffer, we can just rely on the existing behavior of those mappings

dave 2020-07-17T18:35:29.476Z

mashing [[ for the win!

nate 2020-07-17T18:35:35.476300Z

haha