<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Reed</title>
    <description>The latest articles on DEV Community by Reed (@reedybear).</description>
    <link>https://dev.to/reedybear</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4116276%2F86b63970-466e-4a32-b27a-1ec4dee583e0.jpg</url>
      <title>DEV Community: Reed</title>
      <link>https://dev.to/reedybear</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/reedybear"/>
    <language>en</language>
    <item>
      <title>CLI tool for organizing your own scripts on linux</title>
      <dc:creator>Reed</dc:creator>
      <pubDate>Tue, 08 Sep 2026 18:59:00 +0000</pubDate>
      <link>https://dev.to/reedybear/cli-tool-for-organizing-your-own-scripts-on-linux-51h8</link>
      <guid>https://dev.to/reedybear/cli-tool-for-organizing-your-own-scripts-on-linux-51h8</guid>
      <description>&lt;p&gt;I have long hated managing my custom scripts. I plop them in a &lt;code&gt;bin/&lt;/code&gt; dir, then I forget what scripts I have, what arguments they take, and have to sometimes &lt;code&gt;ls ~/bin/&lt;/code&gt; or even &lt;code&gt;nvim ~/bin/script&lt;/code&gt; to see what they do.&lt;/p&gt;

&lt;p&gt;So I made a tool called &lt;code&gt;clh&lt;/code&gt; (&lt;em&gt;for 'Command Line Helper'&lt;/em&gt;) that organizes all the scripts for me, plus has some handy features.&lt;/p&gt;

&lt;p&gt;To execute a custom script, you do: &lt;code&gt;clh group/script_name&lt;/code&gt;, but you can &lt;code&gt;clh bin&lt;/code&gt; a script and then call it directly from anywhere.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gitlab.com/taeluf/bash/clh" rel="noopener noreferrer"&gt;Install from my Gitlab&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For an overview, here is the built-in help menu:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  clh group/script [args] ... group "self" may be omitted

    self - 
        alias - Assign an alias for a script/subscript.
        bin - Create symlink in `bin/` dir pointing to target script.
        edit - Create/Edit a script
        globalize - Convert a group into a global callable script
        help - Show help information
        move - Move a clh script from source to dest
        rm - Delete a script (CANNOT BE RECOVERED)
        source - Convert a script to be loaded via `source` instead of being executed

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To get more info on a command, use &lt;code&gt;clh help [group]/[subgroup]&lt;/code&gt;.&lt;/p&gt;

</description>
      <category>bash</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
