https://github.com/cosmic-utils/examine
A system information viewer for the COSMIC™ Desktop
https://github.com/cosmic-utils/examine
cosmic cosmic-ext-application examine pop-os
Last synced: about 1 year ago
JSON representation
A system information viewer for the COSMIC™ Desktop
- Host: GitHub
- URL: https://github.com/cosmic-utils/examine
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2024-07-29T18:25:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:06:04.000Z (over 1 year ago)
- Last Synced: 2025-04-08T18:40:42.253Z (about 1 year ago)
- Topics: cosmic, cosmic-ext-application, examine, pop-os
- Language: Rust
- Homepage:
- Size: 1.13 MB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Examine
A system information viewer for the COSMIC™ Desktop
## Install
To install Examine, you will need [just](https://github.com/casey/just), if you're on Pop!\_OS, you can install it with the following command:
```sh
sudo apt install just
```
On Fedora (or derivatives), you can install it with the following command:
```sh
sudo dnf install just
```
After you install it, you can run the following commands to build and install your application:
```sh
just build-release
sudo just install
```
To uninstall simply run
```sh
sudo just uninstall
```