Crates.io | phoronix-reader |
lib.rs | phoronix-reader |
version | 0.2.3 |
source | src |
created_at | 2016-05-05 22:28:24.54587 |
updated_at | 2016-05-05 22:28:24.54587 |
description | A simple CLI and GTK Phoronix homepage reader application. |
homepage | |
repository | https://github.com/mmstick/phoronix-reader |
max_upload_size | |
id | 4982 |
size | 294,709 |
This app allows users to keep up-to-date with the latest Phoronix news from the comfort of their terminals.
To install, you will need to make sure that you have Cargo
and Rust
installed.
Simply run cargo install
to build and install the project, or cargo build --release
.
Both the colored terminal output and GTK3 interface are optional and can be enabled during build.
cargo build --release --features "enable_colors"
cargo build --release --features "enable_gtk"
cargo build --release --features "enable_colors enable_gtk"
I have also created a step-by-step tutorial detailing how this program was created on Gitbooks. https://www.gitbook.com/book/mmstick/rust-programming-phoronix-reader-how-to/