Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lebriton/taskoverlord
- Owner: lebriton
- License: gpl-3.0
- Created: 2024-09-15T13:00:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T18:01:08.000Z (4 months ago)
- Last Synced: 2024-10-24T16:19:30.840Z (3 months ago)
- Topics: desktop-app, linux, react, rust, tailwindcss, taskwarrior, tauri, typescript
- Language: TypeScript
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.