Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lebriton/taskoverlord

TaskOverlord - Modern desktop client for Taskwarrior.
https://github.com/lebriton/taskoverlord

desktop-app linux react rust tailwindcss taskwarrior tauri typescript

Last synced: about 2 months ago
JSON representation

TaskOverlord - Modern desktop client for Taskwarrior.

Awesome Lists containing this project

README

        

TaskOverlord

# TaskOverlord

**Modern desktop client for Taskwarrior.**

![GitHub last commit](https://img.shields.io/github/last-commit/lebriton/taskoverlord)
![GitHub Issues](https://img.shields.io/github/issues-raw/lebriton/taskoverlord?label=open%20issues)
![GitHub Pull Requests](https://img.shields.io/github/issues-pr-raw/lebriton/taskoverlord?label=open%20pull%20requests)

_Taskoverlord is currently only available for Linux.
Windows and Mac builds may come in the future._

> [!WARNING]
> This project is currently in alpha stage, meaning it's under active development and may contain bugs.
> Please use with caution and report any issues you encounter.

## ✨ Features

- Supports **Taskwarrior x.x.x+**
- 100% **free** and **open source** under the [GPLv3 license](/LICENSE).
- Run the desktop client seamlessly on any Linux distribution thanks to the **AppImage** technology, and a dedicated **Debian package** for Debian-based systems.

## 📦 Install

wip

## 📖 Documentation

wip

## 👩‍💻 Contributing

Setup

With [rust](https://www.rust-lang.org/tools/install), [pnpm](https://pnpm.io/installation) and [just](https://just.systems/man/en/chapter_2.html) installed, run `just setup`.

Develop

- To launch the app in development mode, run `just develop`.
- Before committing any changes to git, run `just pre-commit`.

Publish

wip

## 📜 License

TaskOverlord is released under the GPLv3 license.
For details check the [LICENSE](LICENSE) file.