{"id":15138396,"url":"https://github.com/imskr/rusty-skywalker","last_synced_at":"2026-04-03T03:37:25.011Z","repository":{"id":106945786,"uuid":"289492871","full_name":"imskr/Rusty-Skywalker","owner":"imskr","description":"A Smart \u0026 Powerful Bookmark Search Tool in Rust 🦀 and Rocket 🚀!","archived":false,"fork":false,"pushed_at":"2020-09-09T06:39:33.000Z","size":1240,"stargazers_count":22,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T19:07:06.135Z","etag":null,"topics":["bookmark-search","rocket","rust","rust-lang","search","search-engine"],"latest_commit_sha":null,"homepage":"https://rustyskywalker.herokuapp.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imskr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-22T13:28:30.000Z","updated_at":"2023-10-23T08:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"2687ddc2-ee46-4cef-abe7-2f1d0ed06c70","html_url":"https://github.com/imskr/Rusty-Skywalker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imskr%2FRusty-Skywalker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imskr%2FRusty-Skywalker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imskr%2FRusty-Skywalker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imskr%2FRusty-Skywalker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imskr","download_url":"https://codeload.github.com/imskr/Rusty-Skywalker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237843742,"owners_count":19375195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookmark-search","rocket","rust","rust-lang","search","search-engine"],"created_at":"2024-09-26T07:23:17.817Z","updated_at":"2025-10-23T15:30:17.676Z","avatar_url":"https://github.com/imskr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![rusty-skywalker](./static/images/brand.png)\n\n\u003e A Powerful Bookmark Search Tool Powering Firefox \u0026 Chrome!\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"static/images/skywalker.png\" height=\"150\"\u003e\u003cbr\u003e\n    \u003ca href=\"https://github.com/imskr/Rusty-Skywalker/releases\"\u003e\u003cimg alt=\"GitHub release (latest by date including pre-releases)\" src=\"https://img.shields.io/github/v/release/imskr/Rusty-Skywalker?include_prereleases\u0026style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://travis-ci.com/github/imskr/Rusty-Skywalker\"\u003e\u003cimg alt=\"Travis (.com) branch\" src=\"https://img.shields.io/travis/com/imskr/Rusty-Skywalker/master?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/imskr/Rusty-Skywalker/issues\"\u003e\u003cimg alt=\"Github Issues\" src=\"https://img.shields.io/github/issues/imskr/Rusty-Skywalker?color=orange\u0026style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://rustyskywalker.herokuapp.com\"\u003e\u003cimg alt=\"Heroku Builds\" src=\"https://pyheroku-badge.herokuapp.com/?app=rustyskywalker\u0026style=flat-square\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003chr noshade\u003e\n\n## Demo\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"static/images/twdemo.gif\"\u003e\n\u003c/p\u003e\n\n## Prerequisites\n\n* Make sure you have Rust installed. \n\n```shell\n$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n```\n* Rocket uses the nightly version of Rust so make sure you use that.\n\n```sh\n# from the root of the project\n$ rustup override set nightly\n```\n\n## Installation\n\n### Local\n* Clone the repository.\n```sh\n$ git clone https://github.com/imskr/Rusty-Skywalker.git\n```\n\n* Build the project.\n```sh\n$ cargo build\n```\n\n* Run the project.\n```sh\n$ cargo run\n```\n\n* Visit localhost.\n```\nhttp://localhost:8000\n```\n\n## Usage\n\nTo test out a command, type in http://localhost:8000/search?cmd= followed by the command.\n\nThe following commands are supported by `Rusty-Skywalker`:\n- \"tw\" -\u003e redirects to twitter.com\n- \"tw @username\" -\u003e redirects to twitter.com/username\n\n\u003e Everything else redirects to a google search with your query.\n\n## Queries and Commands\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"static/images/cmd.png\"\u003e\n\u003c/p\u003e\n\n## Acknowledgement\n\n* [@jsjoeio](https://github.com/jsjoeio) for his amazing idea and tutorial. Check it out [here](https://www.youtube.com/playlist?list=PLzIwronG0sE56c6hDYOKW3-rPxmIyttoe)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimskr%2Frusty-skywalker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimskr%2Frusty-skywalker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimskr%2Frusty-skywalker/lists"}