A system information viewer for the COSMIC™ Desktop
- Rust 45.1%
- Fluent 24.7%
- Python 24.4%
- Just 5.8%
To look pretty on COSMIC Store, or something. Co-authored-by: VandaLHJ <vandalhj@gmail.com> Co-authored-by: Dexter Reed <dreed4470@proton.me> Reviewed-on: #47 |
||
|---|---|---|
| aux | ||
| i18n | ||
| res | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| i18n.toml | ||
| io.github.cosmic_utils.Examine.json | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
Examine
A system information viewer for the COSMIC™ Desktop
Install
To install Examine, you will need just and headers for libxkbcommon.
If you're on Pop!_OS, you can install them with the following command:
sudo apt install just libxkbcommon-dev
For Fedora (or derivatives):
sudo dnf install just libxkbcommon-devel
Once the dependencies are installed, you can run the following commands to build and install the application:
just build-release
sudo just install
To uninstall simply run
sudo just uninstall