Blitz Search is a free, open-source tool that helps you search for keywords within files and directories across multiple projects and databases. It's designed for developers and integrates with popular editors.
Blitz Search is available on GitHub, and it's 100% free and open source. You can view the source code and contribute to its development.
Allows users to quickly search, find, and utilize code snippets within their IDE.
Displays search results with syntax highlighting for easier readability and understanding.
Enables users to navigate forward and backward within search results, providing a seamless search experience.
Allows users to click on results to jump directly to the relevant code sections.
Allows users to search in Opened, Active, or other files. This helps users to quickly locate files they are working on.
Enables a preview mode in Visual Studio that lets users open selected lines in preview.
Provides a dropdown selector for all editors to facilitate quick switching between different workspaces or files.
Updates enable a quick selection of the workspace being viewed in Visual Studio Code.
A new theme that matches the Blitz Search aesthetic with VS Code, also incorporating preview mode.
Allows users to select the Sublime Text workspace or window currently in use, enhancing navigation.
These are Visual Studio Code derived editors being developed for additional ease of use.
Discusses the gap between the free and premium versions of Blitz Search. Addresses the challenge of making the free version appealing while sufficiently justifying the premium version.
Blitz Search was released on Product Hunt, which resulted in good feedback and increased visibility.
Mentions growth in distribution channels with figures such as a number of VSCode installations, Zshbrc total visits, and social media followers on platforms like X and TikTok.
Working on a built-in text editor feature for Blitz Search that allows a preview. This should facilitate more beneficial open-source contributions.
The development of a custom function similar to the find-in-files feature of editors for better productivity.
Efforts to improve social media presence and engagement with updates on development progress.
Integration and use of Entrian Search and PureDev software as inspiration to improve user experience and efficiency in Blitz Search.
Allows users to conduct searches using regular expressions to find matches within text.
Displays search results with context, such as by space or indentation, to help users understand where the search term appears.
Enables users to choose whether to display line numbers and customize colors, offering a tailor-fitted search experience.
Gives users the ability to control the font size and scale when viewing search results.
Offers theme options beyond just dark themes for the search interface.
Displays search results in a grid arrangement, supporting metadata search.
Provides search results in various formats (search in PDF, docx, etc.) with low resource usage to efficiently handle documents.
Allows users to tag expressions within searches to show content more efficiently, such as what function or section a result belongs to.
Grants API access for automation, such as building the results into an IDE.
Offers capability to dynamically adjust search scopes and contexts based on user needs, like shifting from one project scope to another.
Opens the command palette, searches for, and installs a package control in Sublime Text.
Allows search under the caret or selected text in Sublime Text using the Blitz Search tool, bringing the search results to the front.
Provides instructions to bind a custom keyboard shortcut to execute 'Blitz Search This' for faster access.
Blitz Search integrates with JetBrains IDEs, allowing users to perform searches more effectively within these environments.
Users can configure the commands for Blitz Search to match their preferences, making the search experience more personalized.
Blitz Search supports hotkey functionality where pressing a hotkey with the caret on a word performs a whole word search, and with a selection, it performs a substring search.
Allows configuration of the core editor to be used with Blitz Search, letting users define which editor opens results.
Offers rapid searching capabilities to improve user productivity.
Allows users to tailor their search experience with different options and filters.
Seamlessly integrates with major Integrated Development Environments (IDEs) for enhanced functionality.
Allows integration of Blitz Search as a plugin in Notepad++. Enables users to perform fast and efficient searches within large folders of files without heavy IDE involvement.
Blitz Search allows users to open files directly in Notepad++.
The plugin can be installed and configured via the Plugins Admin page in Notepad++ for easy management.
Configure VS Code as the default editor in Blitz Search by selecting it from the presets.
Install the BlitzSearch extension from the VS Code Marketplace by searching for 'BlitzSearch'.
Access Blitz Search commands prefixed with 'Blitz' using the command palette in VS Code.
Set up a custom hotkey in VS Code to quickly activate Blitz Search for highlighted text or the word under the caret.
If no selection is made, Blitz Search defaults to search for the whole word under the caret.
Apply the current VS Code theme to Blitz Search using the 'Blitz Configure Theme' command.
Allows users to include wildcard and regex expressions to search for source code patterns. Enhances standard search capabilities in IDEs.
Automatically classifies files based on extensions and content to optimize search parameters, reducing noise from irrelevant files.
Introduces flexibility in handling new types of expressions or files that developers might encounter, adaptable to various programming environments.