https://github.com/pop-os/cosmic-applibrary
WIP
https://github.com/pop-os/cosmic-applibrary
Last synced: 9 days ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/pop-os/cosmic-applibrary
- Owner: pop-os
- License: gpl-3.0
- Created: 2022-01-24T16:32:47.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T21:07:36.000Z (19 days ago)
- Last Synced: 2025-04-01T20:43:05.121Z (13 days ago)
- Language: Rust
- Size: 882 KB
- Stars: 62
- Watchers: 19
- Forks: 50
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- stars - pop-os/cosmic-applibrary - WIP (Rust)
README
# Cosmic App Library
Cosmic App Library is an application launcher for the COSMIC desktop that lists all installed applications in a grid.
## Building/Installing
```just
# build
just build-release
# install
just install
``````just
# uninstall
just uninstall
```