Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imskr/rusty-skywalker
A Smart & Powerful Bookmark Search Tool in Rust 🦀 and Rocket 🚀!
https://github.com/imskr/rusty-skywalker
bookmark-search rocket rust rust-lang search search-engine
Last synced: about 1 month ago
JSON representation
A Smart & Powerful Bookmark Search Tool in Rust 🦀 and Rocket 🚀!
- Host: GitHub
- URL: https://github.com/imskr/rusty-skywalker
- Owner: imskr
- License: mit
- Created: 2020-08-22T13:28:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T06:39:33.000Z (about 4 years ago)
- Last Synced: 2024-10-09T20:41:32.945Z (about 1 month ago)
- Topics: bookmark-search, rocket, rust, rust-lang, search, search-engine
- Language: Rust
- Homepage: https://rustyskywalker.herokuapp.com
- Size: 1.18 MB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![rusty-skywalker](./static/images/brand.png)
> A Powerful Bookmark Search Tool Powering Firefox & Chrome!
## Demo
## Prerequisites
* Make sure you have Rust installed.
```shell
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
* Rocket uses the nightly version of Rust so make sure you use that.```sh
# from the root of the project
$ rustup override set nightly
```## Installation
### Local
* Clone the repository.
```sh
$ git clone https://github.com/imskr/Rusty-Skywalker.git
```* Build the project.
```sh
$ cargo build
```* Run the project.
```sh
$ 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](https://github.com/jsjoeio) for his amazing idea and tutorial. Check it out [here](https://www.youtube.com/playlist?list=PLzIwronG0sE56c6hDYOKW3-rPxmIyttoe)!