todxpy
todxpy copied to clipboard
A simple and easy to use yet configurable todo app.
## Purpose _Describe the problem or feature in addition to a link to the issues._ ## Approach _How does this change address the problem?_ #### Open Questions and Pre-Merge TODOs...
- missing code of conduct file for the repository.
Create a landing page for the todx app using gh-pages. For reference use : https://arcxon.github.io/todx/
Creating a man page for the program. Adding the help command and '-h' tag to the program.
In the ```Readme.md``` include the steps for building the package locally for contributing wiz: ```python3 setup.py bdist_wheel``` ```pip3 install todx-0.1.3-py3-none-any.whl``` Maybe making a separate file called ```Contributions.md``` ?
Currenty all the data is stored locally and if the datafile is deleted it cannot be recovered. Create a sync functionality that syncs the data with an external server The...
A todo selection interface for mark and delete which makes selection using arrow keys. A simple library that can be used as dependency or reference is : [cutie](https://github.com/Kamik423/cutie)
A terminal app becomes more interactive and friendly when it uses colors to distinguish different parts of the app differently. Use ANSI color sequences to apply colors to the prompts....
Every to-do app has a time or reminder feature. It should accept easy to use date and time formats like `tomorrow 3pm` or `tonight at 10` or `next Tuesday at...