A simple cli news reader app in Rust.
Use cargo-deb subcommand (cargo install cargo-deb) to generate a package and then install system wide using dpkg
Either cargo install --path .
or if you
Register on newsapi.org and get an API key.
Set the API key in your .bashrc or .zshrc like:
export API_KEY=xxxRun clinews from terminal.