<?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: HoseaLe</title>
    <description>The latest articles on DEV Community by HoseaLe (@hoseale).</description>
    <link>https://dev.to/hoseale</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F287769%2F9c1ef312-4036-4deb-85a6-f2bb92c8d5bd.jpeg</url>
      <title>DEV Community: HoseaLe</title>
      <link>https://dev.to/hoseale</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hoseale"/>
    <language>en</language>
    <item>
      <title>I built a command-style search extension for Chrome — TypeGo</title>
      <dc:creator>HoseaLe</dc:creator>
      <pubDate>Mon, 07 Jul 2025 03:00:38 +0000</pubDate>
      <link>https://dev.to/hoseale/i-built-a-command-style-search-extension-for-chrome-typego-1p1</link>
      <guid>https://dev.to/hoseale/i-built-a-command-style-search-extension-for-chrome-typego-1p1</guid>
      <description>&lt;p&gt;As a developer, I constantly jump between websites like Google Translate, YouTube, GitHub, and countless others.&lt;br&gt;
Each time, I need to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;- Open the site&lt;/li&gt;
&lt;li&gt;- Wait for it to load&lt;/li&gt;
&lt;li&gt;- Type in what I want&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It’s not terrible — but it’s two steps every single time. I started wondering:&lt;/p&gt;

&lt;p&gt;“What if I could skip the site loading part and just search instantly, like typing commands in a terminal?”&lt;/p&gt;

&lt;p&gt;That’s how TypeGo was born.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is TypeGo?&lt;/strong&gt;&lt;br&gt;
TypeGo is a Chrome extension that turns your address bar into a command-style launcher — like Alfred/uTools, but inside your browser.&lt;/p&gt;

&lt;p&gt;Just type a shortcut command like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;gt hello world
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;…and it instantly searches "hello world" on Google Translate.&lt;/p&gt;

&lt;p&gt;Or:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yt lofi chill
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;…and you’re on YouTube, watching chill beats in seconds.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom search engines: Add any site you want — Google, Figma, Stack Overflow, even your company’s internal tools.&lt;/li&gt;
&lt;li&gt;Command shortcuts: Define your own keywords (gt, gh, map, so, etc.)&lt;/li&gt;
&lt;li&gt;One step navigation: No need to open + search — it does both at once.&lt;/li&gt;
&lt;li&gt;Search bookmarks &amp;amp; history: bm and hs commands let you query your local data.&lt;/li&gt;
&lt;li&gt;No data collection: Everything runs locally. Nothing is tracked or stored externally&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why build it?&lt;/strong&gt;&lt;br&gt;
I’m a big fan of keyboard-driven workflows — I use ⌘ + K launchers, Vim, and command palettes all the time.&lt;/p&gt;

&lt;p&gt;But in browsers, there wasn’t a simple way to jump and search any site with custom logic, unless I bookmarked or memorized URLs. So I built this tool to speed up my daily routine.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Use&lt;/strong&gt;&lt;br&gt;
Install from &lt;a href="https://chromewebstore.google.com/detail/ifgfnphneemmhccaknmidjnhemkhnoah?utm_source=item-share-cb" rel="noopener noreferrer"&gt;Chrome Web Store&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Type as in the address bar → hit Tab or Space&lt;/p&gt;

&lt;p&gt;Enter your command (e.g. gt hello)&lt;/p&gt;

&lt;p&gt;Boom, you're there.&lt;/p&gt;

&lt;p&gt;You can customize all engines &amp;amp; shortcuts in the settings page.&lt;/p&gt;

</description>
      <category>productivity</category>
    </item>
  </channel>
</rss>
