<?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: O1213</title>
    <description>The latest articles on DEV Community by O1213 (@23o23).</description>
    <link>https://dev.to/23o23</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%2F3837116%2F4d6b3e5b-94da-48e7-9349-7d9880e62b60.png</url>
      <title>DEV Community: O1213</title>
      <link>https://dev.to/23o23</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/23o23"/>
    <language>en</language>
    <item>
      <title>Reopening the Same Terminals Every Day! — I Built a VS Code Extension for This</title>
      <dc:creator>O1213</dc:creator>
      <pubDate>Sat, 21 Mar 2026 14:16:38 +0000</pubDate>
      <link>https://dev.to/23o23/stop-reopening-the-same-terminals-every-day-i-built-a-vs-code-extension-for-this-3kfe</link>
      <guid>https://dev.to/23o23/stop-reopening-the-same-terminals-every-day-i-built-a-vs-code-extension-for-this-3kfe</guid>
      <description>&lt;p&gt;Every morning. Same thing.&lt;/p&gt;

&lt;p&gt;Open VS Code. Open terminal. cd frontend. npm run dev. New terminal. cd backend. npm run dev. New terminal for git. Maybe another for logs and another for docker...&lt;/p&gt;

&lt;p&gt;I built Terminal Profile Launcher to save time.&lt;/p&gt;

&lt;p&gt;What it does&lt;br&gt;
You save a "profile" — a named configuration of your full terminal setup. Then you launch it all in one click.&lt;/p&gt;

&lt;p&gt;A profile can have:&lt;/p&gt;

&lt;p&gt;Multiple terminal tabs, each opening in the right directory and running the right commands automatically&lt;br&gt;
Each Terminal independently configured Custom icons and colors so you can visually identify terminals at a glance&lt;br&gt;
Optional auto-launch when a workspace opens&lt;br&gt;
Here's what a its look like&lt;/p&gt;

&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%2Fm33flyxqpi29o0bqc5z8.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%2Fm33flyxqpi29o0bqc5z8.png" alt=" " width="800" height="690"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  This in one click
&lt;/h2&gt;

&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%2Furamlisebzqnfevbjsoz.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%2Furamlisebzqnfevbjsoz.png" alt=" " width="178" height="441"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After saving the terminal Profile, run any time by just (Ctrl-Shift+P) and chose the profile to launch&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Terminal Launcher: Quick Launch
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Extension URL: &lt;a href="https://marketplace.visualstudio.com/items?itemName=Ali-H-M.terminal-profile-launcher" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=Ali-H-M.terminal-profile-launcher&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Welcome any suggestions/feedback &amp;lt;3
&lt;/h4&gt;

</description>
      <category>vscode</category>
      <category>developer</category>
      <category>devtools</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
