txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

commit 65b901a41bbe9aaab572c94d9b2074414238a56f
parent 9544bc28e17a1fea01187e3cc6726f195b5f153b
Author: FIGBERT <figbert@figbert.com>
Date:   Mon,  9 Jan 2023 14:24:00 -0800

Update README

Diffstat:
MREADME.md | 48++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/README.md b/README.md @@ -1,24 +1,25 @@ # txtodo -pronounced "text to do," **txtodo** is a minimalist open-source todo list app -made by [figbert][figbert] and inspired by [jeff huang][jeff]. it lists your -immediate, short-term tasks to help you get things done without overthinking it. -plus, it's lightweight, open-source, and built with swiftui. +pronounced "text to do," **txtodo** is a minimalist open-source todo +list app made by [figbert] and inspired by [jeff huang]. it lists your +immediate, short-term tasks to help you get things done without +overthinking it. plus, it's lightweight, open-source, and built with +swiftui. -after reading a [post][post] by jeff huang on [hacker news][hn], i started -thinking about how i managed my own daily tasks. i wanted to make a solution -that could train me into being highly productive. +after reading a [post] by jeff huang on [hacker news], i started +thinking about how i managed my own daily tasks. i wanted to make a +solution that could train me to be highly productive. -that solution is **txtodo**. it manages immediate, short-term tasks to help you -get things done. welcome to productivity. welcome to txtodo. +that solution is **txtodo**. it manages immediate, short-term tasks to +help you get things done. welcome to productivity. welcome to txtodo. -download it on [the app store][app-store] and give it a try! +download it on [the app store] and give it a try! ## milestones - [x] launch alpha on testflight - [x] launch wider beta testing - [x] submit to apple for approval -- [x] go live on the app store! :tada: +- [x] go live on the app store! 🎉 ## short term goals - [x] implement a "floating" task system for long term goals @@ -35,23 +36,22 @@ download it on [the app store][app-store] and give it a try! - [x] monetize in a not-evil way # links -1. [txtodo homepage][homepage] +1. [txtodo homepage] 2. [figbert homepage][figbert] -3. [txtodo repository][repo] ([mirror][repo-mirror]) -4. [txtodo homepage repository][site-repo] ([mirror][site-repo-mirror]) -5. [txtodo on the App Store][app-store] +3. [txtodo repository] ([mirror][m1]) +4. [txtodo homepage repository] ([mirror][m2]) +5. [txtodo on the App Store][the app store] # license copyright © 2020 figbert industries. all rights reserved. [figbert]: https://figbert.com/ -[jeff]: https://jeffhuang.com/productivity_text_file/ +[jeff huang]: https://jeffhuang.com/productivity_text_file/ [post]: https://news.ycombinator.com/item?id=22276184 -[hn]: https://news.ycombinator.com/ -[app-store]: https://apps.apple.com/us/app/txtodo/id1504609185 -[homepage]: https://txtodo.app/ -[repo]: https://git.figbert.com/FIGBERT/txtodo -[repo-mirror]: https://github.com/FIGBERT/txtodo -[site-repo]: https://git.figbert.com/FIGBERT/txtodo.app -[site-repo-mirror]: https://github.com/FIGBERT/txtodo.app - +[hacker news]: https://news.ycombinator.com/ +[the app store]: https://apps.apple.com/us/app/txtodo/id1504609185 +[txtodo homepage]: https://txtodo.app/ +[txtodo repository]: https://git.figbert.com/txtodo +[m1]: https://github.com/FIGBERT/txtodo +[txtodo homepage repository]: https://git.figbert.com/txtodo.app +[m2]: https://github.com/FIGBERT/txtodo.app