<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shell on NoRaincheck</title><link>https://noraincheck.github.io/tags/shell/</link><description>Recent content in Shell on NoRaincheck</description><generator>Hugo</generator><language>en-US</language><copyright>NoRaincheck</copyright><lastBuildDate>Tue, 01 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://noraincheck.github.io/tags/shell/index.xml" rel="self" type="application/rss+xml"/><item><title>Maintaining Scripts using Just and Gum</title><link>https://noraincheck.github.io/posts/maintaining-scripts-using-just-and-gum/</link><pubDate>Tue, 01 Apr 2025 00:00:00 +0000</pubDate><guid>https://noraincheck.github.io/posts/maintaining-scripts-using-just-and-gum/</guid><description>&lt;h2 id="maintaining-scripts-using-just-and-gum"&gt;Maintaining Scripts using Just and Gum&lt;/h2&gt;&#10;&lt;p&gt;&lt;em&gt;April 2025&lt;/em&gt;&lt;/p&gt;&#10;&lt;p&gt;I&amp;rsquo;ve found maintaining shell scripts and aliases to be a bit of a mess. I know&#10;people have their own systems with dotfiles, but it never &amp;lsquo;stuck&amp;rsquo; with me. I&amp;rsquo;m&#10;trialing a new approach using &lt;a href="https://github.com/charmbracelet/gum/"&gt;gum&lt;/a&gt; and&#10;&lt;a href="https://github.com/casey/just"&gt;just&lt;/a&gt;, both which can be installed via &lt;code&gt;brew&lt;/code&gt;.&#10;This makes it so there less memorisation of what different programs do, and&#10;their parameters, since you can control and name variables to a flow that you&#10;like. Combined with &lt;code&gt;just&lt;/code&gt;&amp;rsquo;s ability to target &lt;code&gt;justfile&lt;/code&gt; from different&#10;directories, this makes centralising scripts and cli commands very&#10;straightforward.&lt;/p&gt;</description></item></channel></rss>