A simple cli news reader app in Rust.
Install the cargo-deb subcommand:
cargo install cargo-deb
generate a deb package by running:
cargo deb
in clinews repository
install the .deb package from target/debian using dpkg -i <clinews.deb>
cargo install --path .
- You will need rust toolchain setup for this.
Register on newsapi.org and get an API key.
Set the API key in your .bashrc
or .zshrc
like:
export API_KEY=xxx
then
Run clinews
from terminal.
Feel free to file issues and PRs