<?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: Anguishe</title>
    <description>The latest articles on DEV Community by Anguishe (@bashsnippets).</description>
    <link>https://dev.to/bashsnippets</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%2F3909567%2F885dee1e-f72c-48d7-965f-91ee8ade012a.jpeg</url>
      <title>DEV Community: Anguishe</title>
      <link>https://dev.to/bashsnippets</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bashsnippets"/>
    <language>en</language>
    <item>
      <title>I Got Tired of Googling the Same Bash Commands, So I Built This. . .</title>
      <dc:creator>Anguishe</dc:creator>
      <pubDate>Sat, 02 May 2026 21:02:27 +0000</pubDate>
      <link>https://dev.to/bashsnippets/i-got-tired-of-googling-the-same-bash-commands-so-i-built-this--186l</link>
      <guid>https://dev.to/bashsnippets/i-got-tired-of-googling-the-same-bash-commands-so-i-built-this--186l</guid>
      <description>&lt;p&gt;I kept running into the same problem while working in Linux and dev environments.&lt;/p&gt;

&lt;p&gt;The small intricacies between zsh and bash hit me at the worst time.... every time. When in need of a Bash command, I’d end up doing the same cycle:&lt;/p&gt;

&lt;p&gt;Open Google&lt;br&gt;
Search “how to…”&lt;br&gt;
Find slightly different answers&lt;br&gt;
Test, break something, repeat...&lt;/p&gt;

&lt;p&gt;It wasn’t hard. . . it was just slow and monotonous.&lt;br&gt;
So, I began collecting the commands I actually used in real projects and organizing them into a personal cheat-sheet.&lt;/p&gt;

&lt;p&gt;Over time, it turned into a small curated collection of Bash snippets, Linux commands, and terminal tricks that I now use almost daily.&lt;/p&gt;

&lt;p&gt;Things like:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;faster file searching&lt;/li&gt;
&lt;li&gt;process monitoring tricks&lt;/li&gt;
&lt;li&gt;Git shortcuts&lt;/li&gt;
&lt;li&gt;terminal productivity hacks&lt;/li&gt;
&lt;li&gt;small one-liners that replace entire workflows&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;What I realized is that if something saves you 10 seconds but you use it 50 times a day, it adds up fast. I've been able to go from using 4-5 commands for the same bash one-liner that I just couldn't always recall.&lt;/p&gt;

&lt;p&gt;I decided to clean it up and turn it into something public instead of just a local note file.&lt;/p&gt;

&lt;p&gt;If you’re into Bash, Linux, or just want to speed up your terminal workflow, I’ve been putting everything here:&lt;br&gt;
&lt;a href="https://bashsnippets.xyz" rel="noopener noreferrer"&gt;Link&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s still growing, and I’m actively adding new snippets as I find better ways of doing things. &lt;/p&gt;

&lt;p&gt;I realize this is super beginner level stuff but if you’ve got any underrated commands you think should be included, I’m always open to suggestions.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
