RustyPage 1.0.9

RustyPage is a simple startpage configurable with a simple TOML file.
RustyPage-1.0.9 is not a library.

RustyPage

RustyPage is a simple startpage configurable with a simple TOML file.

You can see a live example with all the features enabled on this repo's GitHub Page.

Features

Bookmarks

Add as many bookmarks as you'd like by adding the link and name to the configuration file. You can also optionally add a shortcut key that opens a bookmark in a new tab.

Search Bar

Add a search bar to your page with an engine of your choice.

Clock

A clock with your local time on it.

Themes

RustyPage has an optional theme selection.

For a list of themes, go to the themes documentation.

Installing

From crates.io (Recommended)

cargo install RustyPage

From Source

cargo install --path . --locked

[!NOTE] The --path . above specifies the directory of the source code and NOT where rustypage will be installed. For more information see the docs for cargo install.

Attributions