A system information viewer for the COSMIC™ Desktop
  • Rust 45.1%
  • Fluent 24.7%
  • Python 24.4%
  • Just 5.8%
Find a file
Ghost ab61dfac58 Update io.github.cosmic_utils.Examine.metainfo.xml Pl addition (#47)
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
2026-09-10 19:49:49 +00:00
aux feat: add flatpak-cargo-generator to justfile 2024-10-08 13:32:24 +01:00
i18n Create examine.ftl PL translation 2026-08-30 21:25:33 +02:00
res Update io.github.cosmic_utils.Examine.metainfo.xml Pl addition (#47) 2026-09-10 19:49:49 +00:00
src chore: update deps 2026-01-18 16:47:06 +00:00
.gitignore Update .gitignore 2024-10-08 13:32:30 +01:00
Cargo.lock fix: update version in cargo 2026-01-18 17:43:24 +00:00
Cargo.toml fix: update version in cargo 2026-01-18 17:43:24 +00:00
i18n.toml Initial commit 2024-07-30 13:34:31 +01:00
io.github.cosmic_utils.Examine.json Update io.github.cosmic_utils.Examine.json 2026-07-17 14:18:33 -07:00
justfile fix: actually install metainfo properly now 2024-10-08 15:27:03 +01:00
LICENSE Initial commit 2024-07-30 13:34:31 +01:00
README.md chore: adjust install instructions and wording in README.md 2026-01-18 16:07:21 +00:00


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