get updates on your compiles in Discord!
| src | ||
| .env.sample | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
emergetv
What?
emergetv is a Rust program to watch the output from a call to emerge and push updates to a Discord webhook.
Why?
I have a Lenovo IdeaPad 1 14IGL7 (at least, that's what fastfetch tells me) that I bully constantly by forcing it to emerge. I also just use it as an experimental landscape to learn better the Gentoo ecosystem. I strongly recommend anyone interested in learning Linux at a deeper level pick up the cheapest laptop you can possibly find and do the same. This could also serve as a way to keep you updated on when things are happening. I also just find it fun to cheer on such a horribly underpowered laptop as it compiles behemoths like qtwebengine.
Usage?
- Move
.env.sampleto.envand fill it out with the appropriate values. - Run
cargo install --path . --root /usras root to install. - Call
emergetvlike you wouldemerge:emergetv -avuDN @world
TODO
- Actually handle errors