https://github.com/cosmic-utils/tasks
A simple task management application for the COSMIC desktop.
https://github.com/cosmic-utils/tasks
cosmic cosmic-ext-application pop-os tasks
Last synced: about 1 month ago
JSON representation
A simple task management application for the COSMIC desktop.
- Host: GitHub
- URL: https://github.com/cosmic-utils/tasks
- Owner: cosmic-utils
- License: gpl-3.0
- Created: 2024-03-02T15:43:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T15:30:56.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:04:27.902Z (about 1 year ago)
- Topics: cosmic, cosmic-ext-application, pop-os, tasks
- Language: Rust
- Homepage: https://tasks.edfloreshz.dev/
- Size: 1.16 MB
- Stars: 90
- Watchers: 5
- Forks: 16
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Tasks
A simple task management application for the COSMIC™ desktop


# Installation
```
git clone https://github.com/edfloreshz/tasks.git
cd tasks
sudo just install
```
# Build
```
git clone https://github.com/edfloreshz/tasks.git
cd tasks
cargo build
```
# Flatpak
To build the cargo sources for the Flatpak manifest:
```
python3 ./flatpak/flatpak-cargo-generator.py ./Cargo.lock -o ./flatpak/cargo-sources.json
appstreamcli validate --pedantic --explain res/dev.edfloreshz.Tasks.metainfo.xml
```
## Dependencies
- [libcosmic](https://github.com/pop-os/libcosmic?tab=readme-ov-file#building)
# Copyright and licensing
Copyright 2024 © Eduardo Flores
Tasks is released under the terms of the [GPL-3.0](https://github.com/edfloreshz/tasks/blob/main/LICENSE)