RustyPage

Crates.ioRustyPage
lib.rsRustyPage
version1.0.16
created_at2025-11-08 15:17:09.157395+00
updated_at2026-01-19 23:23:07.675409+00
descriptionRustyPage is a simple startpage configurable with a simple TOML file.
homepagehttps://arkhamcookie.github.io/RustyPage/
repositoryhttps://github.com/ArkhamCookie/RustyPage
max_upload_size
id1922977
size147,916
ArkhamCookie (ArkhamCookie)

documentation

README

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

Commit count: 356

cargo fmt