all repos — todo.txt-go @ 24dab3aa6d3fb735b8ea16d425ca32fe7c6e115f

CLI tool for todo.txt files written in Go

Use correct name for executable
Tim Izzo tim@octree.ch
Sun, 13 Apr 2025 21:20:14 +0200
commit

24dab3aa6d3fb735b8ea16d425ca32fe7c6e115f

parent

d8ba7263c6304b601c3215defe3de99f2278e28e

2 files changed, 4 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -13,7 +13,9 @@

You can then install the latest release globally by running: ```bash -go install 5ika.ch/todo-txt.git@latest +git clone https://5ika.ch/todo.txt-go.git +cd todo-txt +go install ``` `todo-txt` is now available in your CLI.
M go.modgo.mod

@@ -1,4 +1,4 @@

-module 5ika.ch/todo.txt-go.git +module 5ika.ch/todo-txt go 1.24.1