<?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>Forem: Sabut Shrestha</title>
    <description>The latest articles on Forem by Sabut Shrestha (@sabut_shrestha_9adcdd63b8).</description>
    <link>https://forem.com/sabut_shrestha_9adcdd63b8</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3741406%2F06d7a0ee-66f2-419d-84c8-3505337cbcff.jpg</url>
      <title>Forem: Sabut Shrestha</title>
      <link>https://forem.com/sabut_shrestha_9adcdd63b8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sabut_shrestha_9adcdd63b8"/>
    <language>en</language>
    <item>
      <title>Dev Toolbox CLI 6 tiny commands that save me time every day</title>
      <dc:creator>Sabut Shrestha</dc:creator>
      <pubDate>Fri, 30 Jan 2026 08:48:22 +0000</pubDate>
      <link>https://forem.com/sabut_shrestha_9adcdd63b8/dev-toolbox-cli-6-tiny-commands-that-save-me-time-every-day-h1o</link>
      <guid>https://forem.com/sabut_shrestha_9adcdd63b8/dev-toolbox-cli-6-tiny-commands-that-save-me-time-every-day-h1o</guid>
      <description>&lt;h2&gt;
  
  
  What is Dev Toolbox?
&lt;/h2&gt;

&lt;p&gt;Dev Toolbox is a small CLI that bundles daily dev chores into one tool:&lt;br&gt;
format JSON, slugify text, extract links, batch rename files, convert Markdown to PDF, and resize images.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/sabut1214/DevToolBox" rel="noopener noreferrer"&gt;https://github.com/sabut1214/DevToolBox&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I kept repeating the same tiny tasks during projects, so I built one CLI to do them consistently and fast.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features (v1.0)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;fmt-json&lt;/code&gt; — pretty print / minify JSON (file or stdin)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;slugify&lt;/code&gt; — convert text into clean slugs&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;extract-links&lt;/code&gt; — pull URLs from markdown/text&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;batch-rename&lt;/code&gt; — rename many files safely (&lt;code&gt;--dry-run&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;md-to-pdf&lt;/code&gt; — convert Markdown to PDF&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;img-resize&lt;/code&gt; — resize images in bulk&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
pipx install devtoolbox
# or
pip install devtoolbox

## Usage examples
dt fmt-json input.json --in-place
dt slugify "Hello World from Nepal!"
dt extract-links README.md --unique
dt batch-rename ./photos --prefix trip_ --start 1 --dry-run
dt md-to-pdf README.md --out README.pdf
dt img-resize ./images --width 1080 --out ./out

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

&lt;/div&gt;

</description>
      <category>python</category>
      <category>cli</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
