<?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: Javier Leandro Arancibia</title>
    <description>The latest articles on DEV Community by Javier Leandro Arancibia (@javimosch).</description>
    <link>https://dev.to/javimosch</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%2F1655837%2F30baec18-fb3d-4a4b-97af-0441d12b5f28.jpg</url>
      <title>DEV Community: Javier Leandro Arancibia</title>
      <link>https://dev.to/javimosch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/javimosch"/>
    <language>en</language>
    <item>
      <title>New abc2midi Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 10:12:05 +0000</pubDate>
      <link>https://dev.to/javimosch/new-abc2midi-plugin-for-supercli-2l2g</link>
      <guid>https://dev.to/javimosch/new-abc2midi-plugin-for-supercli-2l2g</guid>
      <description>&lt;h1&gt;
  
  
  New abc2midi Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;ABC to MIDI converter&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install &lt;/span&gt;abc2midi
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: N/A&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>abc2midi</category>
      <category>media</category>
    </item>
    <item>
      <title>New ab Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 09:11:54 +0000</pubDate>
      <link>https://dev.to/javimosch/new-ab-plugin-for-supercli-p70</link>
      <guid>https://dev.to/javimosch/new-ab-plugin-for-supercli-p70</guid>
      <description>&lt;h1&gt;
  
  
  New ab Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;Apache HTTP server benchmarking&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install &lt;/span&gt;httpd
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: N/A&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ab</category>
      <category>testing</category>
    </item>
    <item>
      <title>New TypeScript-Call-Graph Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 08:06:42 +0000</pubDate>
      <link>https://dev.to/javimosch/new-typescript-call-graph-plugin-for-supercli-32ek</link>
      <guid>https://dev.to/javimosch/new-typescript-call-graph-plugin-for-supercli-32ek</guid>
      <description>&lt;h1&gt;
  
  
  New TypeScript-Call-Graph Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;Generate a call graph for TypeScript projects by &lt;a href="https://github.com/whyboris" rel="noopener noreferrer"&gt;whyboris&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; typescript-call-graph
Verify: ts-call-graph &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/TypeScript-Call-Graph &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/whyboris/TypeScript-Call-Graph" rel="noopener noreferrer"&gt;https://github.com/whyboris/TypeScript-Call-Graph&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>typescriptcallgraph</category>
      <category>typescript</category>
      <category>analysis</category>
      <category>visualization</category>
    </item>
    <item>
      <title>New Twitter-Archive Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 07:06:32 +0000</pubDate>
      <link>https://dev.to/javimosch/new-twitter-archive-plugin-for-supercli-1p2k</link>
      <guid>https://dev.to/javimosch/new-twitter-archive-plugin-for-supercli-1p2k</guid>
      <description>&lt;h1&gt;
  
  
  New Twitter-Archive Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;CLI tool to download media from bookmarked tweets by &lt;a href="https://github.com/jarulsamy" rel="noopener noreferrer"&gt;jarulsamy&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;twitter-archive
Verify: twitter-archive &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/Twitter-Archive &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/jarulsamy/Twitter-Archive" rel="noopener noreferrer"&gt;https://github.com/jarulsamy/Twitter-Archive&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>twitterarchive</category>
      <category>twitter</category>
      <category>media</category>
      <category>downloader</category>
    </item>
    <item>
      <title>New TokenTracker Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 06:06:21 +0000</pubDate>
      <link>https://dev.to/javimosch/new-tokentracker-plugin-for-supercli-513h</link>
      <guid>https://dev.to/javimosch/new-tokentracker-plugin-for-supercli-513h</guid>
      <description>&lt;h1&gt;
  
  
  New TokenTracker Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;Track and display cryptocurrency token prices by &lt;a href="https://github.com/mm7894215" rel="noopener noreferrer"&gt;mm7894215&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; tokentracker
Verify: tokentracker &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/TokenTracker &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/mm7894215/TokenTracker" rel="noopener noreferrer"&gt;https://github.com/mm7894215/TokenTracker&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>tokentracker</category>
      <category>crypto</category>
      <category>tokens</category>
      <category>pricetracking</category>
    </item>
    <item>
      <title>New QuickWall Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 05:01:10 +0000</pubDate>
      <link>https://dev.to/javimosch/new-quickwall-plugin-for-supercli-3pin</link>
      <guid>https://dev.to/javimosch/new-quickwall-plugin-for-supercli-3pin</guid>
      <description>&lt;h1&gt;
  
  
  New QuickWall Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;Set latest wallpapers from Unsplash from the commandline by &lt;a href="https://github.com/deepjyoti30" rel="noopener noreferrer"&gt;deepjyoti30&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;quickwall
Verify: quickwall &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/QuickWall &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/deepjyoti30/QuickWall" rel="noopener noreferrer"&gt;https://github.com/deepjyoti30/QuickWall&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>quickwall</category>
      <category>wallpaper</category>
      <category>unsplash</category>
      <category>desktop</category>
    </item>
    <item>
      <title>New MyJWT Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 04:00:59 +0000</pubDate>
      <link>https://dev.to/javimosch/new-myjwt-plugin-for-supercli-20ff</link>
      <guid>https://dev.to/javimosch/new-myjwt-plugin-for-supercli-20ff</guid>
      <description>&lt;h1&gt;
  
  
  New MyJWT Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;CLI for cracking testing vulnerabilities on Json Web Token JWT security testing by &lt;a href="https://github.com/tyki6" rel="noopener noreferrer"&gt;tyki6&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;myjwt
Verify: myjwt &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/MyJWT &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/tyki6/MyJWT" rel="noopener noreferrer"&gt;https://github.com/tyki6/MyJWT&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>myjwt</category>
      <category>jwt</category>
      <category>security</category>
      <category>testing</category>
    </item>
    <item>
      <title>New MusicNow Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 03:00:48 +0000</pubDate>
      <link>https://dev.to/javimosch/new-musicnow-plugin-for-supercli-n91</link>
      <guid>https://dev.to/javimosch/new-musicnow-plugin-for-supercli-n91</guid>
      <description>&lt;h1&gt;
  
  
  New MusicNow Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;CLI tool to download songs with metadata from various sources by &lt;a href="https://github.com/kalbhor" rel="noopener noreferrer"&gt;kalbhor&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;MusicNow
Verify: musicnow &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/MusicNow &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/kalbhor/MusicNow" rel="noopener noreferrer"&gt;https://github.com/kalbhor/MusicNow&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>musicnow</category>
      <category>music</category>
      <category>downloader</category>
      <category>metadata</category>
    </item>
    <item>
      <title>New Malvid Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 02:00:37 +0000</pubDate>
      <link>https://dev.to/javimosch/new-malvid-plugin-for-supercli-1on7</link>
      <guid>https://dev.to/javimosch/new-malvid-plugin-for-supercli-1on7</guid>
      <description>&lt;h1&gt;
  
  
  New Malvid Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;Component library documentation generator by &lt;a href="https://github.com/Malvid" rel="noopener noreferrer"&gt;Malvid&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; malvid
Verify: malvid &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/Malvid &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/Malvid/Malvid" rel="noopener noreferrer"&gt;https://github.com/Malvid/Malvid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>malvid</category>
      <category>documentation</category>
      <category>components</category>
      <category>ui</category>
    </item>
    <item>
      <title>New LiveBudsCli Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 01:00:24 +0000</pubDate>
      <link>https://dev.to/javimosch/new-livebudscli-plugin-for-supercli-i12</link>
      <guid>https://dev.to/javimosch/new-livebudscli-plugin-for-supercli-i12</guid>
      <description>&lt;h1&gt;
  
  
  New LiveBudsCli Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;Tool to control your Galaxy Buds+, Live, Buds Pro and Buds 2 Pro by &lt;a href="https://github.com/JojiiOfficial" rel="noopener noreferrer"&gt;JojiiOfficial&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;cargo &lt;span class="nb"&gt;install &lt;/span&gt;LiveBudsCli
Verify: LiveBudsCli &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/LiveBudsCli &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/JojiiOfficial/LiveBudsCli" rel="noopener noreferrer"&gt;https://github.com/JojiiOfficial/LiveBudsCli&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>livebudscli</category>
      <category>bluetooth</category>
      <category>galaxybuds</category>
      <category>audio</category>
    </item>
    <item>
      <title>New KouShare-dl Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Fri, 15 May 2026 00:00:12 +0000</pubDate>
      <link>https://dev.to/javimosch/new-koushare-dl-plugin-for-supercli-3f1</link>
      <guid>https://dev.to/javimosch/new-koushare-dl-plugin-for-supercli-3f1</guid>
      <description>&lt;h1&gt;
  
  
  New KouShare-dl Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;A command-line downloader for KouShare. Download files and resources from KouShare platform directly from the terminal. by &lt;a href="https://github.com/yliu7949" rel="noopener noreferrer"&gt;yliu7949&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;brew &lt;span class="nb"&gt;install &lt;/span&gt;koushare-dl
Verify: koushare-dl &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/KouShare-dl &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/yliu7949/KouShare-dl" rel="noopener noreferrer"&gt;https://github.com/yliu7949/KouShare-dl&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>kousharedl</category>
      <category>download</category>
      <category>cli</category>
      <category>go</category>
    </item>
    <item>
      <title>New Freenom-dns-updater Plugin for SuperCLI</title>
      <dc:creator>Javier Leandro Arancibia</dc:creator>
      <pubDate>Thu, 14 May 2026 22:59:57 +0000</pubDate>
      <link>https://dev.to/javimosch/new-freenom-dns-updater-plugin-for-supercli-484i</link>
      <guid>https://dev.to/javimosch/new-freenom-dns-updater-plugin-for-supercli-484i</guid>
      <description>&lt;h1&gt;
  
  
  New Freenom-dns-updater Plugin for SuperCLI
&lt;/h1&gt;

&lt;p&gt;Tool to update Freenoms DNS records automatically by &lt;a href="https://github.com/maxisoft" rel="noopener noreferrer"&gt;maxisoft&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;pip &lt;span class="nb"&gt;install &lt;/span&gt;freenom-dns-updater
Verify: freenom-dns-updater &lt;span class="nt"&gt;--version&lt;/span&gt;
supercli plugins &lt;span class="nb"&gt;install&lt;/span&gt; ./plugins/Freenom-dns-updater &lt;span class="nt"&gt;--on-conflict&lt;/span&gt; replace &lt;span class="nt"&gt;--json&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Source&lt;/strong&gt;: &lt;a href="https://github.com/maxisoft/Freenom-dns-updater" rel="noopener noreferrer"&gt;https://github.com/maxisoft/Freenom-dns-updater&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SuperCLI Repository&lt;/strong&gt;: &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;https://github.com/javimosch/supercli&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;This plugin is part of &lt;a href="https://github.com/javimosch/supercli" rel="noopener noreferrer"&gt;SuperCLI&lt;/a&gt; — a curated collection of 1000+ CLI tools at your fingertips.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>freenomdnsupdater</category>
      <category>dns</category>
      <category>freenom</category>
      <category>domains</category>
    </item>
  </channel>
</rss>
