ProLoser / Github-Omnibox

Github Commands from Google Chrome Omnibox (address bar)
http://goo.gl/n5HJw
MIT License
380 stars 24 forks source link

Pattern matching utility #1

Closed ProLoser closed 11 years ago

ProLoser commented 11 years ago

Hopefully if we can make something robust enough and standalone enough we can package it separately so that other users can digest it when developing their own Chrome Omnibox extensions.

Requirements:

Need a nested triggering system where I can execute logic inside callbacks after each step of the route. The routing system will be used both in loose mode (for suggestions) and exact mode (for when the user hits ENTER).

Ideas