Welcome to gitodo docs
To see what is gitodo and what can it do, check here. You can also read about the motivation behind it's development in my blog post: Committing upfront.
Installation
Currently it's only possible to install the application via source.
Prerequisites:
- Go 1.23.4 or newer
- GCC
- MacOS: XCode, or type
xcode-select --install
in Terminal if you don't want the full app - Linux: install
build-essential
package or equivalent - Windows: install MSYS2 package in your PATH, or if you're using Scoop:
scoop install gcc
- MacOS: XCode, or type
After the prerequisites are installed, execute the following command:
go install github.com/drazengolic/gitodo@latest
The application is tested on macOS and Ubuntu Linux. It works on Windows as well, but it's kind of sluggish, and you must use the Windows Terminal.