Skip to content

Natestah/BlitzSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Blitz Search

The official Deployment of Blitz Search is at https://natestah.com - where the executable has been Signed by my Company, Natestah LLC And has an Updater included.

Blitz Search Sample

Blitz128


What is Blitz Search?

Mirrored from https://natestah.com

Universal Search

  • A Stand alone Windows (x64) Search Tool that works together with Many Popular IDEs and Text Editors.

Dynamic Results, its not just about Speed

  • Search code for words on a line.
  • Stack query types ( words, and literal, or regex )
  • Real time results update while you type.
  • Replace words or Literal or Regular expression.
  • Handles Large volumes of files quickly.
  • Syntax Highlighting in results, highlights on matches are easy on the eyes.
  • Git Ignore file filter reduces workload and Clutter in results.
  • Auto-Human text file discovery Takes burden off Filtering ( Don't worry about heavy binary files getting in the way )
  • Quality of Life focused.

Companion for Popular Editors and IDEs

  • Can open editors directly to the results, Acting as a stand-in for Control-Shift-F and Control-Shift-H ( replace in files )
  • Plugins available for Visual Studio Code, Visual Studio, All JetBrains IDEs, Sublime Text, and Notepad++
  • Plugins Communicate with Blitz Search to Find/Replace the word at the cursor, much the same as selecting the word and pressing Control-Shift-F/H

Samples:

Set multiple sets of multiple paths and associate an icon for easy switching

sample

Full Text Preview ( AvaloniaEdit! )

sample

Regular Expression Search is awesome to see in Real Time!

sample

Replace with Over / Under style

sample

Context Menu lets you Goto Any Text Editor!

sample

Supports traditional Literal / Regular expression searches too!

sample

Theme support

sample

Words in any order

sample

Code details:

This is the Main application for Blitz Search.

Pardon the mess, the repository has been private until now so I've been a little bit undisciplined

Blitz.csproj - Main Avalonia Application Houses Documentation, Version Checking, Global Exception handling ( print to local HTML before crashing ) Blitz.Configuration - These are Json Configuration options, JsonContext provides setup for NativeAOC Blitz.Avalonia.Controls - Houses everything inside the window. It's a bit of a mess and I have some todo's here but this is where the wheels hit the road. User control templates and behaviors

More Info:

Blitz Search Youtube - Building in Public Todays Story Playlist

Natestah.com - Main landing page for Blitz Search

LinkedIn - "Company Page" for blitz search

LinkedIn Nathan Silvers - Personal LinkedIn Profile

Blitz Discord - new builds posted here first.. Join the conversation

Reddit