<?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: AliasGuru</title>
    <description>The latest articles on DEV Community by AliasGuru (@raato).</description>
    <link>https://dev.to/raato</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%2F3339039%2F2a956834-4810-47a6-b813-a5d96c556394.png</url>
      <title>DEV Community: AliasGuru</title>
      <link>https://dev.to/raato</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raato"/>
    <language>en</language>
    <item>
      <title>From ASCII Trees to Real Folders (VIBE)</title>
      <dc:creator>AliasGuru</dc:creator>
      <pubDate>Mon, 14 Jul 2025 12:36:04 +0000</pubDate>
      <link>https://dev.to/raato/from-ascii-trees-to-real-folders-vibe-4fo0</link>
      <guid>https://dev.to/raato/from-ascii-trees-to-real-folders-vibe-4fo0</guid>
      <description>&lt;p&gt;🎯 From ASCII Trees to Real Folders — The Ultimate Tool for VIBE Coders&lt;br&gt;
Ever received a beautifully structured ASCII folder tree in a README, email, or chat — and thought “Nice... but now I have to manually create all of that?”&lt;/p&gt;

&lt;p&gt;Not anymore.&lt;/p&gt;

&lt;p&gt;Introducing one of the most elegant small tools you didn’t know you needed:&lt;br&gt;
👉 &lt;a href="https://scannec.com/ASCII_tree_to_commands/" rel="noopener noreferrer"&gt;ASCII to Commands - Vibe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🌳 What is it?&lt;br&gt;
ASCII Tree to Commands is a no-nonsense web tool that converts ASCII-style directory structures into ready-to-run shell or CMD commands.&lt;/p&gt;

&lt;p&gt;Whether you’re on Linux or Windows, this page will save you from the tedium of typing out every mkdir line by hand.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;p&gt;Paste your tree structure&lt;/p&gt;

&lt;p&gt;Choose your platform&lt;/p&gt;

&lt;p&gt;Copy the generated commands&lt;/p&gt;

&lt;p&gt;Done. Literally in seconds.&lt;/p&gt;

&lt;p&gt;⚡ Why it’s awesome&lt;br&gt;
🕒 Saves time – Skip the manual typing.&lt;/p&gt;

&lt;p&gt;🧱 Repeatable &amp;amp; scriptable – Ideal for docs, onboarding, scripts, or automation.&lt;/p&gt;

&lt;p&gt;🖥️ Cross-platform – Choose between Linux (mkdir -p) and Windows (mkdir) formats.&lt;/p&gt;

&lt;p&gt;💡 Zero learning curve – Just paste and go.&lt;/p&gt;

&lt;p&gt;🔁 Great for demos &amp;amp; teaching – Quickly turn examples into real commands.&lt;/p&gt;

&lt;p&gt;📦 Example&lt;br&gt;
Input:&lt;/p&gt;

&lt;p&gt;css&lt;br&gt;
Copy&lt;br&gt;
Edit&lt;br&gt;
project/&lt;br&gt;
├── src/&lt;br&gt;
│   └── main/&lt;br&gt;
├── test/&lt;br&gt;
└── docs/&lt;br&gt;
Output (Linux):&lt;/p&gt;

&lt;p&gt;bash&lt;br&gt;
Copy&lt;br&gt;
Edit&lt;br&gt;
mkdir -p project/src/main&lt;br&gt;
mkdir -p project/test&lt;br&gt;
mkdir -p project/docs&lt;br&gt;
Or with a click, get the same thing in Windows syntax.&lt;/p&gt;

&lt;p&gt;🎧 Built for the VIBE Coder&lt;br&gt;
This is the kind of tool every modern developer loves — especially if you’re the type who lets AI handle the boilerplate while you focus on architecture, flow, and shipping cool things.&lt;/p&gt;

&lt;p&gt;Yes, we're talking about the VIBE coder:&lt;/p&gt;

&lt;p&gt;Someone who uses smart tools, prompts like a pro, and never wastes time reinventing the wheel.&lt;/p&gt;

&lt;p&gt;Whether you're writing scripts, onboarding juniors, or just cleaning up messy project folders — this tool fits right into your flow.&lt;/p&gt;

&lt;p&gt;🔗 Try it now&lt;br&gt;
Minimal, fast, and actually useful:&lt;br&gt;
👉 &lt;a href="https://scannec.com/ASCII_tree_to_commands/" rel="noopener noreferrer"&gt;ASCII to Commands - Vibe&lt;/a&gt;&lt;/p&gt;

</description>
      <category>noobs</category>
      <category>vibecoding</category>
      <category>linux</category>
      <category>microsoft</category>
    </item>
    <item>
      <title>10 Linux Aliases Every User Should Know</title>
      <dc:creator>AliasGuru</dc:creator>
      <pubDate>Thu, 10 Jul 2025 16:15:53 +0000</pubDate>
      <link>https://dev.to/raato/10-linux-aliases-every-user-should-know-hdn</link>
      <guid>https://dev.to/raato/10-linux-aliases-every-user-should-know-hdn</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcpzdr71g614t7fel4spr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcpzdr71g614t7fel4spr.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why &lt;strong&gt;to it this&lt;/strong&gt; way, when you can do it ... sooooo easy, with: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://scannec.com" rel="noopener noreferrer"&gt;Linux Alias Generator&lt;/a&gt; - this is 1000% easiers way !&lt;/p&gt;

&lt;p&gt;`# Listing commands&lt;br&gt;
alias ll='ls -la'                    # Detailed listing with hidden files&lt;br&gt;
alias la='ls -A'                     # All files except . and ..&lt;br&gt;
alias lh='ls -lh'                    # Human-readable file sizes&lt;br&gt;
alias lt='ls -lt'                    # Sort by modification time&lt;br&gt;
alias ltr='ls -ltr'                  # Sort by time, oldest first&lt;br&gt;
alias lsize='ls -lSh'                # Sort by file size&lt;br&gt;
alias tree='find . -type d | head -20'  # Show directory structure&lt;/p&gt;

&lt;h1&gt;
  
  
  File operations
&lt;/h1&gt;

&lt;p&gt;alias cp='cp -iv'                    # Safe copying with confirmation&lt;br&gt;
alias mv='mv -iv'                    # Safe moving with confirmation&lt;br&gt;
alias rm='rm -i'                     # Safe deletion with confirmation&lt;br&gt;
alias mkdir='mkdir -p'               # Create parent directories&lt;br&gt;
alias rmdir='rmdir -v'               # Verbose directory removal&lt;br&gt;
alias chmod='chmod -v'               # Verbose permission changes&lt;br&gt;
alias chown='chown -v'               # Verbose ownership changes`&lt;/p&gt;

&lt;p&gt;&lt;a href="https://scannec.com" rel="noopener noreferrer"&gt;Linux Alias Generator&lt;/a&gt; - this is 1000% easiers way !&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Linux Alias Cheat Sheet</title>
      <dc:creator>AliasGuru</dc:creator>
      <pubDate>Wed, 09 Jul 2025 17:45:00 +0000</pubDate>
      <link>https://dev.to/raato/linux-alias-cheat-sheet-292e</link>
      <guid>https://dev.to/raato/linux-alias-cheat-sheet-292e</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvoympzpbo1oga2d1l1qj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvoympzpbo1oga2d1l1qj.png" alt=" " width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Create custom command shortcuts and boost your terminal productivity with intelligent alias suggestions. Newer been so easy to remember all the commands.&lt;/p&gt;

&lt;p&gt;Take a peek: &lt;a href="https://scannec.com/" rel="noopener noreferrer"&gt;scannec.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Like:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;alias rm='rm -i'      # Ask for confirmation before deletion&lt;br&gt;
alias cp='cp -iv'     # Ask for confirmation and show progress&lt;br&gt;
alias mv='mv -iv'     # Safer move/rename operations&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;or something little harder...&lt;/p&gt;

&lt;p&gt;&lt;code&gt;# Use different commands based on the operating system&lt;br&gt;
if [[ "$OSTYPE" == "darwin"* ]]; then&lt;br&gt;
    # macOS&lt;br&gt;
    alias ls='ls -G'&lt;br&gt;
    alias ll='ls -la'&lt;br&gt;
    alias top='top -o cpu'&lt;br&gt;
else&lt;br&gt;
    # Linux&lt;br&gt;
    alias ls='ls --color=auto'&lt;br&gt;
    alias ll='ls -la --color=auto'&lt;br&gt;
    alias top='top -o %CPU'&lt;br&gt;
fi&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;100% Free and Easy: &lt;a href="https://scannec.com/" rel="noopener noreferrer"&gt;scannec.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>linux</category>
      <category>imnewbie</category>
    </item>
    <item>
      <title>10 Linux Aliases Every User Should Know</title>
      <dc:creator>AliasGuru</dc:creator>
      <pubDate>Wed, 09 Jul 2025 14:59:47 +0000</pubDate>
      <link>https://dev.to/raato/10-linux-aliases-every-user-should-know-l6a</link>
      <guid>https://dev.to/raato/10-linux-aliases-every-user-should-know-l6a</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmfdgjszylisfz3zq8l3x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmfdgjszylisfz3zq8l3x.png" alt=" " width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi !&lt;/p&gt;

&lt;p&gt;I just made - (with AI), Linux Alias Generator. Its not a big deal, but it might help you! 100% FREE&lt;/p&gt;

&lt;p&gt;Hope you like it !&lt;/p&gt;

&lt;p&gt;Take a look: &lt;a href="https://scannec.com/" rel="noopener noreferrer"&gt;Scannec.com - Free Linux Alias Maker&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>linux</category>
      <category>docker</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
