···1313 <copyright>Creative Commons BY-NC-SA 4.0</copyright>
1414 <item>
1515<title>Configuring Jujutsu</title>
1616-<description><p>There are a lot of reasons to use jujutsu, but this post is not about
1717-that. I have this terrible habit of turning every knob on a tool before
1818-I even fully absorb how it works; and boy does <code>jj</code> have a
1919-lot of knobs.</p>
1616+<description><p>There are a lot of reasons to use <a
1717+href="https://github.com/jj-vcs/jj">jujutsu</a>, but this post is not
1818+about that. I have this terrible habit of turning every knob on a tool
1919+before I even fully absorb how it works; and boy does <code>jj</code>
2020+have a lot of knobs.</p>
2021<h3 id="templates">Templates</h3>
2122<p><code>jj</code> let you tweak nearly every single character of its
2223output. In fact, <code>jj</code> includes a full-blown templating
···305306<p>I also use nix and home-manager to configure jj, you can find my
306307configuration <a href="https://plonk.li/r/YQ">here</a>.</p></description>
307308<link>https://oppi.li/posts/configuring_jujutsu/</link>
308308-<pubDate>Fri, 23 May 2025 16:18:00 +0000</pubDate>
309309+<pubDate>Fri, 23 May 2025 18:13:00 +0000</pubDate>
309310<guid>https://oppi.li/posts/configuring_jujutsu/</guid>
310311</item>
311312<item>
+6-5
docs/posts/configuring_jujutsu/index.html
···2828 23/05 — 2025
2929 <div class="stats">
3030 <span class="stats-number">
3131- 145.45
3131+ 145.85
3232 </span>
3333 <span class="stats-unit">cm</span>
3434  
···4242 Configuring Jujutsu
4343 </h1>
4444 <div class="post-text">
4545- <p>There are a lot of reasons to use jujutsu, but this post is not about
4646-that. I have this terrible habit of turning every knob on a tool before
4747-I even fully absorb how it works; and boy does <code>jj</code> have a
4848-lot of knobs.</p>
4545+ <p>There are a lot of reasons to use <a
4646+href="https://github.com/jj-vcs/jj">jujutsu</a>, but this post is not
4747+about that. I have this terrible habit of turning every knob on a tool
4848+before I even fully absorb how it works; and boy does <code>jj</code>
4949+have a lot of knobs.</p>
4950<h3 id="templates">Templates</h3>
5051<p><code>jj</code> let you tweak nearly every single character of its
5152output. In fact, <code>jj</code> includes a full-blown templating
+2-1
posts/configuring_jujutsu.md
···11-There are a lot of reasons to use jujutsu, but this post is
11+There are a lot of reasons to use
22+[jujutsu](https://github.com/jj-vcs/jj), but this post is
23not about that. I have this terrible habit of turning every
34knob on a tool before I even fully absorb how it works; and
45boy does `jj` have a lot of knobs.