This repository has been archived on 2025-10-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Yves Biener ce2a4769c9 add(taskwarrior): uda for last_gitw_update with initial merge
WIP for #3. Creation of entirely new tasks is possible and works as
expected. The only remaining issue is the merging of existing tasks.
2023-10-22 00:02:47 +02:00
2023-10-14 14:03:32 +02:00
2023-10-14 14:03:32 +02:00
2023-10-14 14:03:32 +02:00
2023-10-14 14:03:32 +02:00
2023-10-14 13:24:22 +02:00
2023-10-14 14:03:32 +02:00

gitwarrior

Cli tool to sync git issues and milstones with taskwarrior tasks.

Building

This project uses make to build. You can run make to build the application. You can run make run to start the cli after building the application. make install will require previledges to install the created binary and documentation to the corresponding places. The variable INSTALL_PATH in the Makefile contains the directory used for the installation of the application.

Dependencies

The goal should be to use to as least as possible external packages.

Description
Cli tool to sync git issues and milstones with taskwarrior tasks.
Readme 22 KiB
Languages
Go 99.2%
Makefile 0.8%