commit 7bb8a1dd3bd485177a8717977bb3c45759e3f9bb
parent a2175afa6feee5abc7ef2b27e10fbd0c905fac76
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 4 Jan 2021 16:26:09 -0800
Reformat README.md
80-char line length is now enforced, and links
have been moved to the bottom of the file.
Diffstat:
M | README.md | | | 38 | +++++++++++++++++++++++++------------- |
1 file changed, 25 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
@@ -1,12 +1,18 @@
# txtodo
-pronounced "text to do," **txtodo** is a minimalist open-source todo list app made by [figbert][0] and inspired by [jeff huang][1]. 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][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.
-after reading a [post][2] by jeff huang on [hacker news][3], 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][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.
-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](https://apps.apple.com/us/app/txtodo/id1504609185) and give it a try!
+download it on [the app store][app-store] and give it a try!
## milestones
- [x] launch alpha on testflight
@@ -29,16 +35,22 @@ download it on [the app store](https://apps.apple.com/us/app/txtodo/id1504609185
- [x] monetize in a not-evil way
# links
-1. [txtodo homepage](https://txtodo.app/)
-2. [figbert homepage](https://figbert.com/)
-3. [txtodo repository](https://git.figbert.com/FIGBERT/txtodo) ([mirror](https://github.com/FIGBERT/txtodo))
-4. [txtodo homepage repository](https://git.figbert.com/FIGBERT/txtodo.app)
-5. [txtodo on the App Store](https://apps.apple.com/us/app/txtodo/id1504609185)
+1. [txtodo homepage][homepage]
+2. [figbert homepage][figbert]
+3. [txtodo repository][repo] ([mirror][repo-mirror])
+4. [txtodo homepage repository][site-repo]
+5. [txtodo on the App Store][app-store]
# license
copyright © 2020 figbert industries. all rights reserved.
-[0]: https://figbert.com/
-[1]: https://jeffhuang.com/productivity_text_file/
-[2]: https://news.ycombinator.com/item?id=22276184
-[3]: https://news.ycombinator.com/
+[figbert]: https://figbert.com/
+[jeff]: 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
+