all repos — todo.txt-go @ a33a608f5eff930f21470f454e83f35ccf9f4a29

CLI tool for todo.txt files written in Go

Better demo gif, add contribution section in README
Tim Izzo tim@octree.ch
Sun, 13 Apr 2025 22:02:35 +0200
commit

a33a608f5eff930f21470f454e83f35ccf9f4a29

parent

ad703524644e83a637a1594a203b2c25e4b786e7

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

jump to
M README.mdREADME.md

@@ -3,7 +3,7 @@

`todo.txt-go` is a CLI tool written in Go for [todo.txt](https://todotxt.org/). It provides an interactive TUI developped with [Bubble Tea](https://github.com/charmbracelet/bubbletea/). -![todo-txt demo](https://vhs.charm.sh/vhs-746JqUAGDziljEDrJGjUoS.gif) +![todo-txt demo](https://vhs.charm.sh/vhs-3ivd1Kjd1okl3oVnh6Gflz.gif) ## Install

@@ -66,6 +66,10 @@

### Clear tasks history Done tasks are archived to *done.txt* file when `u` is entered. + +## Contribution + +Intrested by this project ? [Contact me](https://5ika.ch) ## TODO
M demo.tapedemo.tape

@@ -5,7 +5,7 @@

Set Shell "bash" Set FontSize 14 Set Width 900 -Set Height 600 +Set Height 300 Set Theme "Catppuccin Mocha" Set Padding 10
A examples/todo.txt

@@ -0,0 +1,11 @@

+(A) Call the doctor to schedule an appointment @health +call +(B) Buy groceries for the week @migros +(B) Read a chapter of "Effective Go" @personal +learning +(C) 2025-04-13 Send out invitations for the team meeting @work +event +(D) Plan the agenda for the next sprint @work +planning +(D) Research new project management tools @work +research +Organize the home office space @personal +home +(B) Review pull request #123 @work +code due:2025-09-05 +Finish writing the project report @project1 +work due:2025-10-01 +x 2025-04-12 Complete the weekly status report @project2 +work +x 2025-04-14 Pay the electricity bill @finance