README.md (1879B)
1 # txtodo 2 3 pronounced "text to do," **txtodo** is a minimalist open-source todo 4 list app made by [figbert] and inspired by [jeff huang]. it lists your 5 immediate, short-term tasks to help you get things done without 6 overthinking it. plus, it's lightweight, open-source, and built with 7 swiftui. 8 9 after reading a [post] by jeff huang on [hacker news], i started 10 thinking about how i managed my own daily tasks. i wanted to make a 11 solution that could train me to be highly productive. 12 13 that solution is **txtodo**. it manages immediate, short-term tasks to 14 help you get things done. welcome to productivity. welcome to txtodo. 15 16 download it on [the app store] and give it a try! 17 18 ## milestones 19 - [x] launch alpha on testflight 20 - [x] launch wider beta testing 21 - [x] submit to apple for approval 22 - [x] go live on the app store! 🎉 23 24 ## short term goals 25 - [x] implement a "floating" task system for long term goals 26 - [ ] add i18n 27 - [x] hebrew 28 - [ ] arabic 29 - [ ] chinese 30 - [ ] spanish 31 - [ ] japanese 32 33 ## long term goals 34 - [x] add e2e encrypted cloud storage 35 - [x] create macos companion app 36 - [x] monetize in a not-evil way 37 38 # links 39 1. [txtodo homepage] 40 2. [figbert homepage][figbert] 41 3. [txtodo repository] ([mirror][m1]) 42 4. [txtodo homepage repository] ([mirror][m2]) 43 5. [txtodo on the App Store][the app store] 44 45 # license 46 copyright © 2020 figbert industries. all rights reserved. 47 48 [figbert]: https://figbert.com/ 49 [jeff huang]: https://jeffhuang.com/productivity_text_file/ 50 [post]: https://news.ycombinator.com/item?id=22276184 51 [hacker news]: https://news.ycombinator.com/ 52 [the app store]: https://apps.apple.com/us/app/txtodo/id1504609185 53 [txtodo homepage]: https://txtodo.app/ 54 [txtodo repository]: https://git.figbert.com/txtodo 55 [m1]: https://github.com/FIGBERT/txtodo 56 [txtodo homepage repository]: https://git.figbert.com/txtodo.app 57 [m2]: https://github.com/FIGBERT/txtodo.app