Smart Bookmark
Explore the docs »
View Demo
·
isabellart Bug
·
Request Feature
isabella is a project that let's you write smart bookmarks in Rust inspired by bunny, a tool by facebook, and use it right from your browser. One of the projects i am doing while learning Rust programming Language.
To get a local copy up and running follow these simple steps.
Make sure you have Rust installed.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Clone the isabella
git clone https://github.com/SachinMaharana/isabella.git
- Build the project
cargo build
- Run the project.
cargo run
- Visit localhost:8080/healthz to check if is running.
- To test, go to localhost:8080/search?cmd=tw and you should be redirected to Twitter
TODO
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @iSachinMaharana - [email protected]
Project Link: https://github.com/SachinMaharana/isabella