Skip to content

DMDComposer/MasterSearchBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master Search Box

Gui Search Box to run custom user commands.

This is v1, modified & forked originally from plul's AutoHotkey Launcher .

What's changed from the original fork?

  • Added selectable autocomplete for search commands using AHK Sift function.
  • Use of Switch instead of if/else
    • use of if/else is greater than 5, than switch will yield greater performance.
  • Added notifications when commands used using Maestrith's Notify Class
  • Gave the UI a little upgrade visually.
  • most of script has been rewritten for easier scripting personally, but functions the same.

Dependencies

Known v1 Bugs

  • Enter sometimes double submits and runs the switch case twice
  • search results nulled will = 0 at times
  • Utilizes G33kdude's neutron class to add JS, Html, & CSS for gui
  • Use Elasticlunr js search engine which is superior to Sift's function
  • Added quick access to run a AHK Command from MSC edit field.

About

Gui Search Box to run custom user commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published