Skip to content

A Smart & Powerful Bookmark Search Tool in Rust ๐Ÿฆ€ and Rocket ๐Ÿš€!

License

Notifications You must be signed in to change notification settings

imskr/Rusty-Skywalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

rusty-skywalker

A Powerful Bookmark Search Tool Powering Firefox & Chrome!


GitHub release (latest by date including pre-releases) Travis (.com) branch Github Issues Heroku Builds


Demo

Prerequisites

  • 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

Installation

Local

  • 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

Usage

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.

Queries and Commands

Acknowledgement

  • @jsjoeio for his amazing idea and tutorial. Check it out here!

About

A Smart & Powerful Bookmark Search Tool in Rust ๐Ÿฆ€ and Rocket ๐Ÿš€!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages