🚚 Rename project to todoxt
Tim Izzo tim@5ika.ch
Tue, 16 Sep 2025 18:52:56 +0200
M
README.md
→
README.md
@@ -1,9 +1,8 @@
-# todo.txt in Go +# todoxt -`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-go` is a TUI written in Go and [Bubble Tea](https://github.com/charmbracelet/bubbletea/) to manage [todo.txt](https://todotxt.org/) file. - + ## Install@@ -13,12 +12,12 @@
You can then install the latest release globally by running: ```bash -git clone https://5ika.ch/todo.txt-go.git -cd todo-txt +git clone https://5ika.ch/todoxt.git +cd todoxt go install ``` -`todo-txt` is now available in your CLI. +`todoxt` is now available in your CLI. ## Config@@ -30,13 +29,13 @@ - By setting `TODO_DIR` environment variable
```bash export TODO_DIR=~/tasks -todo-txt +todoxt ``` - By using `-dir` flag ```bash -todo-txt -dir ~/tasks +todoxt -dir ~/tasks ``` ## Keymaps@@ -54,7 +53,7 @@ - `?`: Show full help
## Features -`todo-txt` is a TUI to manage todo list with [todo-txt format rules](https://github.com/todotxt/todo.txt) +`todoxt` is a TUI to manage todo list with [todo.txt format rules](https://github.com/todotxt/todo.txt) stored in a plain text file. ### Due date@@ -68,7 +67,7 @@ ```
### Reccurring task -`todo-txt` handles reccuring task with flag `freq`. +`todoxt` handles reccuring task with flag `freq`. Example: ```