Blitz Search
Blitz Search is an external Tool that provides a dialogue for search much the same as JetBrains IDE's.
Blitz Search is Now 100% free and open sourced ( See https://github.com/natestah/blitzSearch/ )
The query format is words on a line based instead of literal by default, though a literal option is available.
Blitz Search is both Fast and Readable:
Words on a line query is default
Using Modern C# as an example for a search that's hard with traditional search
var myListOfVegetables = new List<string>();
List<string> myListOfVegetables = new();
List<string> myListOfVegetables = new List<string>();
With Blitz Search the "vegetables new list" matches all of things, where with traditional Literal search or Regular Expression, this can be hard to do.
Configurable Sets of Paths, with Icons to boldly Show what scopes you are looking at ( click image for example ).
Blitz Search This Command
Blitz Search This Command Finds ( find it in command pallete "Blitz Search This" ) the word at the caret:
Blitz Replace This Command
Blitz Replace Command Frames up a Replacement Query, Replace can be either "Words", "Literal" or Regular Expression
Features
- Find words on a line by default ( Literal and Regex are available too )
- Find Text in Files faster, by retaining index in memory AND using the quickest form of Serialization for recalling old sessions. Blits Search is very fast!
- Real time results update while you type.
- Large volumes of files quickly.
- Syntax Highlighting in results, bold highlights, easy on the eyes.
- .GitIgnore / .BlitzIgnore file filter reduces workload and Clutter in results.
- Auto-Human text file discovery Takes burden off Filtering. There is no file extension here.
- FileName filter is a word on line filters taking the same query "\path_name\ @.cs|@.xaml". Only use it when results need filtering.
- Quality of Life focused, Community Driven features ( see Discord invite )
Requirements
Windows x64 only, Download and install the FREE Companion application Blitz Search
Download from
natestah.com
Known Issues
Blitz Search currently has a small user base (friends). Help me get the word out, like and subscribe. leave a review..
Blitz Search Discord
r/BlitzSearch
Blitz Search is #buildinginpublic, check out this YouTube channel
Github Repo for BlitzSearch is here https://github.com/natestah/blitzSearch/
- I have an over 25 years of AAA game development history, including Working on 10 different Call of Duty titles! I am telling my story as well as doing regular updates on Blitz Search.
Enjoy!