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.
3ed3c53854c49d65ae039222f69345e6a6baa9e6
This implementation adds the necessary fields for the tasks of taskwarrior to be synchronized with git. It provides the necessary conversion of the taskwarrior times and the standard time.Time go format. WIP for #3.
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.
- urfave/cli: cli building package
Description
Languages
Go
99.2%
Makefile
0.8%