A simple task management application for the COSMIC desktop.
https://tasks.edfloreshz.dev/
- Rust 75.8%
- Fluent 22.7%
- Just 1.5%
| .github | ||
| .zed | ||
| docs | ||
| i18n | ||
| res | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| dev.edfloreshz.Tasks.json | ||
| i18n.toml | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
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
Copyright and licensing
Copyright 2024 © Eduardo Flores
Tasks is released under the terms of the GPL-3.0

