61 lines
4.5 KiB
Markdown
61 lines
4.5 KiB
Markdown
---
|
|
tags:
|
|
- IT/Tools/Taskwarrior
|
|
---
|
|
|
|
## Prerequisites
|
|
|
|
- install [[rust]]
|
|
|
|
## Build and Install
|
|
```
|
|
git clone https://github.com/GothenburgBitFactory/taskwarrior.git
|
|
cd taskwarrior
|
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
|
cmake --build build
|
|
sudo cmake --install build
|
|
```
|
|
|
|
## configure sync
|
|
```
|
|
task config sync.local.server_dir /home/tpeetz/.sync/Apps/task
|
|
```
|
|
|
|
### TaskChampion Sync Server
|
|
- [ GothenburgBitFactory/taskchampion-sync-server: The sync server for Taskchampion](https://github.com/GothenburgBitFactory/taskchampion-sync-server)
|
|
- [Pre-built Images - TaskChampion Sync Server](https://gothenburgbitfactory.org/taskchampion-sync-server/integration/pre-built.html)
|
|
- [Synchronisierungs-Setup für Taskwarrior 3.0 : r/taskwarrior](https://www.reddit.com/r/taskwarrior/comments/1bt1ixi/sync_setup_for_taskwarrior_30/?tl=de)
|
|
|
|
## Configure
|
|
|
|
## Update Holidays
|
|
```
|
|
/usr/local/share/doc/task/scripts/add-ons/update-holidays.pl --locale de-DE --region BE --file .task/holidays.de-DE.rc
|
|
```
|
|
|
|
|
|
## Plugin Links
|
|
- [Keybindings - taskwarrior-tui - A terminal user interface for taskwarrior](https://kdheepak.com/taskwarrior-tui/keybindings/)
|
|
- [kdheepak/taskwarrior-tui: `taskwarrior-tui`: A terminal user interface for taskwarrior](https://github.com/kdheepak/taskwarrior-tui?tab=readme-ov-file)
|
|
- [GothenburgBitFactory/bugwarrior: Pull github, bitbucket, and trac issues into taskwarrior](https://github.com/GothenburgBitFactory/bugwarrior)
|
|
- [DCsunset/taskwarrior-webui: Self-hosted Responsive Web UI for Taskwarrior based on Vue.js and Koa.js](https://github.com/DCsunset/taskwarrior-webui)
|
|
- [cinatic/taskwhisperer: Taskwhisperer is a extension for TaskWarrior Application https://taskwarrior.org. It is to display upcoming tasks and task details as well as to create and modify them.](https://github.com/cinatic/taskwhisperer)
|
|
- [huantrinh1802/m_taskwarrior_d.nvim: Simple utility plugin for taskwarrior in Neovim](https://github.com/huantrinh1802/m_taskwarrior_d.nvim)
|
|
- [Zebradil/powerline-taskwarrior: ䷡→䷆ A Powerline segment for displaying information from Taskwarrior task manager](https://github.com/Zebradil/powerline-taskwarrior)
|
|
- [duckdm/neowarrior.nvim: A neovim wrapper/plugin to use taskwarrior inside neovim](https://github.com/duckdm/neowarrior.nvim)
|
|
- [AnotherKamila/tasksched: An opinionated Taskwarrior web UI. Great for scheduling when to do your tasks.](https://github.com/AnotherKamila/tasksched)
|
|
- [gkssjovi/trackwarrior: This extension create a link between taskwarrior and timewarrior that allows you to keep track of time spend on tasks. The time will be displayed in a new column in taskwarrior.](https://github.com/gkssjovi/trackwarrior)
|
|
- [SntTGR/obsidian-tw-task-wiki: Small and simple task manager widget for obsidian and powered by taskwarrior.](https://github.com/SntTGR/obsidian-tw-task-wiki)
|
|
- [liloman/pomodoroTasks2: Systray app for pomodoro with taskwarrior](https://github.com/liloman/pomodoroTasks2)
|
|
- [mrVanDalo/taskwarrior-hooks: A collection of taskwarrior hooks written in rust (because of speed)](https://github.com/mrVanDalo/taskwarrior-hooks)
|
|
- [jubnzv/qtask: GUI organizer based on Taskwarrior](https://github.com/jubnzv/qtask)
|
|
- [claui/vscode-taskwarrior: VS Code extension to manage Taskwarrior tasks](https://github.com/claui/vscode-taskwarrior)
|
|
- [neuhalje/notmuch-task: notmuchmail, taskwarrior and mutt are about to be your next dreamteam](https://github.com/neuhalje/notmuch-task)
|
|
- [Praczet/little-taskwarrior.nvim: A little helper for displaying tasks from TaskWarrior in NeoVim Dashboard](https://github.com/Praczet/little-taskwarrior.nvim)
|
|
- [ataraskov/task-dashboard: Taskwarrior dashboard within tmux session](https://github.com/ataraskov/task-dashboard)
|
|
- [clemux/task-matrix-bot: Matrix bot for taskwarrior](https://github.com/clemux/task-matrix-bot)
|
|
- [OzwaldFR/Taskwarrior-JP: A taskwarrior inspired script that provides a CLI for manipulating todo-notes stored in Joplin.](https://github.com/OzwaldFR/Taskwarrior-JP)
|
|
- [LikiPiki/taskwarriorExtension: Taskwarrior commands extension. Split tasks, create tasks faster, show tasks like a tree. Easy to use, incredibly fast!](https://github.com/LikiPiki/taskwarriorExtension)
|
|
- [raspbeguy/ITwarrior: ITwarrior is a web frontend for taskwarrior enabling users to create tickets and add them to the IT people pipe.](https://github.com/raspbeguy/ITwarrior)
|
|
- [jonestristand/task-warlock: A modern, beautiful web interface for TaskWarrior with multiple themes and real-time task management](https://github.com/jonestristand/task-warlock)
|