<?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: Anand Kumar Sharma</title>
    <description>The latest articles on DEV Community by Anand Kumar Sharma (@anands2959).</description>
    <link>https://dev.to/anands2959</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%2F3740091%2Fa1a082a0-b10f-4c30-8f50-eea427fc68fb.png</url>
      <title>DEV Community: Anand Kumar Sharma</title>
      <link>https://dev.to/anands2959</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anands2959"/>
    <language>en</language>
    <item>
      <title>I Built fastFinder Launcher - Bringing Spotlight-like Search to Windows</title>
      <dc:creator>Anand Kumar Sharma</dc:creator>
      <pubDate>Tue, 03 Feb 2026 07:13:26 +0000</pubDate>
      <link>https://dev.to/anands2959/i-built-fastfinder-launcher-bringing-spotlight-like-search-to-windows-1om2</link>
      <guid>https://dev.to/anands2959/i-built-fastfinder-launcher-bringing-spotlight-like-search-to-windows-1om2</guid>
      <description>&lt;p&gt;I use both Windows and macOS.&lt;/p&gt;

&lt;p&gt;On macOS, searching anything feels instant - apps, files, settings - all thanks to Spotlight Search.&lt;br&gt;
Once you get used to it, it becomes part of your workflow.&lt;/p&gt;

&lt;p&gt;But every time I switch back to Windows, I miss that experience.&lt;/p&gt;

&lt;p&gt;Yes, Windows has search.&lt;br&gt;
Yes, there are tools on the Microsoft Store.&lt;/p&gt;

&lt;p&gt;But for me, two things were missing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Speed&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Control&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So instead of adjusting my workflow again and again, I decided to build my own solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea Behind fastFinder Launcher
&lt;/h2&gt;

&lt;p&gt;astFinder Launcher is a lightweight Windows launcher that helps you quickly search and perform daily system actions — without relying on internet or heavy background services.&lt;/p&gt;

&lt;h2&gt;
  
  
  The goal was simple:
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Make Windows search faster, keyboard-first, and actually useful for daily work.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Core Features
&lt;/h2&gt;

&lt;p&gt;Fast Search (Apps, Files, Settings)&lt;/p&gt;

&lt;p&gt;You can search:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Installed applications&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Files and folders&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;System settings&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All from a single search bar, without waiting for Windows indexing delays.&lt;/p&gt;

&lt;h2&gt;
  
  
  Run Commands Inside the Launcher
&lt;/h2&gt;

&lt;p&gt;Instead of opening the Run dialog every time, fastFinder lets you execute common commands directly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;regedit&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;cleanmgr&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;and other Run box commands&lt;/p&gt;

&lt;p&gt;Small thing, but it saves time daily.&lt;/p&gt;

&lt;h2&gt;
  
  
  Built-in Calculator (Normal + Unit)
&lt;/h2&gt;

&lt;p&gt;While working, quick calculations are common.&lt;/p&gt;

&lt;p&gt;fastFinder includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Normal calculations&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Unit conversions&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No need to open a separate calculator app.&lt;/p&gt;

&lt;h2&gt;
  
  
  Screenshot Shortcuts
&lt;/h2&gt;

&lt;p&gt;Screenshots are part of everyday dev work.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Ctrl + Alt + 2&lt;/code&gt; → Full screen screenshot&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Ctrl + Alt + 3&lt;/code&gt; → Selected area screenshot&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Fast and distraction-free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features Built From Real Daily Pain
&lt;/h2&gt;

&lt;p&gt;Micro Event Feature&lt;/p&gt;

&lt;p&gt;This is one of my most used features.&lt;/p&gt;

&lt;p&gt;You can assign one or multiple apps to a single shortcut key.&lt;br&gt;
When the system starts — or whenever needed — pressing that shortcut opens all selected apps together.&lt;/p&gt;

&lt;p&gt;No searching.&lt;br&gt;
No clicking.&lt;br&gt;
Just one shortcut.&lt;/p&gt;

&lt;h2&gt;
  
  
  Clipboard History (With Pin Support)
&lt;/h2&gt;

&lt;p&gt;During development, we copy a lot: code, commands, URLs.&lt;/p&gt;

&lt;p&gt;With &lt;code&gt;Ctrl + Alt + H&lt;/code&gt;, you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;View last 15 copied texts&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click to re-copy any item&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pin important text so it always stays on top&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Quick Notes &amp;amp; Todos
&lt;/h2&gt;

&lt;p&gt;Ideas come randomly.&lt;/p&gt;

&lt;p&gt;Using Ctrl + Alt + N, you instantly get an input area where you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Write notes&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Save ideas&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add todos&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything is stored locally on the system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Offline, Customizable, and Keyboard-First
&lt;/h2&gt;

&lt;p&gt;Works completely offline&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Search bar is adjustable and customizable&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Built for people who prefer keyboard over mouse&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can even do quick actions like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;yt play hindi song&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Google searches directly from the launcher&lt;/p&gt;

&lt;h2&gt;
  
  
  Why fastFinder Exists
&lt;/h2&gt;

&lt;p&gt;I didn’t build fastFinder to replace everything or compete with huge tools.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;I built it because:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I missed Spotlight on Windows&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I wanted more control&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I wanted features that actually match my daily workflow&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you’re a Windows user who values speed, shortcuts, and productivity, fastFinder might fit naturally into your setup.&lt;/p&gt;

&lt;h2&gt;
  
  
  Available on Microsoft Store
&lt;/h2&gt;

&lt;p&gt;If you want to try it, fastFinder Launcher is available on the Microsoft Store.&lt;/p&gt;

&lt;p&gt;Feedback, ideas, and feature suggestions are always welcome - this tool is built from real usage, not assumptions.&lt;/p&gt;

</description>
      <category>microsoft</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
