A Powerful Bookmark Search Tool Powering Firefox & Chrome!
- Make sure you have Rust installed.
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Rocket uses the nightly version of Rust so make sure you use that.
# from the root of the project
$ rustup override set nightly
- Clone the repository.
$ git clone https://github.com/imskr/Rusty-Skywalker.git
- Build the project.
$ cargo build
- Run the project.
$ cargo run
- Visit localhost.
http://localhost:8000
To test out a command, type in http://localhost:8000/search?cmd= followed by the command.
The following commands are supported by Rusty-Skywalker
:
- "tw" -> redirects to twitter.com
- "tw @username" -> redirects to twitter.com/username
Everything else redirects to a google search with your query.