imskr / Rusty-Skywalker

A Smart & Powerful Bookmark Search Tool in Rust πŸ¦€ and Rocket πŸš€!

Home Page:https://rustyskywalker.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 πŸš€!

https://rustyskywalker.herokuapp.com

License:MIT License


Languages

Language:Rust 100.0%