A tool for custom commands in my Firefox URL bar, implemented with Rust. Commands are used to direct search to specific websites, such as "maps Stockholm" redirecting the search for "Stockholm" to Google Maps.
- Install the Add custom search engine Firefox extension.
- Configure a new search engine with URL
http://localhost:8000/search?cmd=%sand set to default. - Run rocket server using
cargo runor runningrusty-bunny.exe
- git: github
- maps: Google Maps
- yt: Youtube
- reddit: reddit
- Defaults to standard Google Search if no command given