←back to thread

I see a future in jj

(steveklabnik.com)
291 points steveklabnik | 6 comments | | HN request time: 0.521s | source | bottom
Show context
weinzierl ◴[] No.45674580[source]
I think the real news is that some people have started to build what might become something like a "jjhub".

https://ersc.io/

replies(7): >>45674802 #>>45675236 #>>45675335 #>>45675688 #>>45677818 #>>45678591 #>>45678833 #
steveklabnik ◴[] No.45674802[source]
I think 'jjhub' is a decent immediate first approximation, and is often how I've started out talking about it with people. At the same time, we have to offer real value here, as you can already use jj with github (and I have for a long time now), so there's more to it than that. But yes :)
replies(3): >>45675242 #>>45676675 #>>45678269 #
1. davidkunz ◴[] No.45675242[source]
What I would love:

- Everything locally stored in the repo: PRs, comments, issues, discussions, boards, ... - CLI first - Offline first (+ syncing) - A website for hosting/presentation

replies(2): >>45675308 #>>45675504 #
2. steveklabnik ◴[] No.45675308[source]
Noted :) In another comment I linked to beads, which is a cool project to keep your issue tracker in your repo, but that's just a personal thing, no comment on what the company plans to do (or not) in this area.
replies(1): >>45677860 #
3. ElectricalUnion ◴[] No.45675504[source]
So you want Fossil?
replies(2): >>45676492 #>>45677093 #
4. arccy ◴[] No.45676492[source]
except fossil decided to never allow changing history, vs jj which makes history rewriting so much easier
5. anotherevan ◴[] No.45677093[source]
When I tried Fossil it had things weirdly separated.

I was expecting when I make a commit, I would have the facility to specify what issues it addressed and it would close them for me automatically. It seemed there is so much opportunity there to "close the loop" when the issue tracker, etc and integrated in your VCS, but it wasn't taken.

6. antonchekhov ◴[] No.45677860[source]
I use command-line tooling much more than IDEs (e.g. VS Code), so the `gh` command-line tool (https://cli.github.com) for doing most of the usual hub-oriented workflow (PR authoring, viewing issues, status updates, etc) really helps a lot - I don't have to constantly <cmd>+<tab> to my browser, and point-click-point-click through web pages so much. It would be fantastic if ersc or any other jj-centered code-sharing hub had similar tooling early on.