I built a rust cli tool to make Jujutsu (jj) workspaces easier to switch & navigate like git branches howdy y'all, i posted this yesterday at rust subreddit and thought it would be a good idea to share it here too (jj only community is quite hard to find). i've been deep in jj for a while and been experimenting with jj workspaces for parallel workflows. it's more intuitive than git worktrees but it still has a couple of gotchas that have been a hindrance to my ideal workflow. so I built jj-navi - a tiny rust based cli that makes jj workspace orchestration a lot less pain in the ass.…