Skip to content

Kobaltauge/todotxt

 
 

Repository files navigation

ToDoTxt Windows CLI

Implemented in Python using colorama and pywin32 module

Based on Gina Trapani's ToDo list format in a simple text file. You can read all about it here.

More Information, mobile apps and graphical UIs on the website.

Installation

  • Be sure that Python is installed and in the PATH Variable.
  • Download all the files
  • Install the required modules with
pip install -r requirements.txt
  • Set the PATH Variable to the Folder where the todo.py is stored. Now you can use it from every "folder" in the command shell.
  • It's possible to locate the todotxt.ini in your User profile %USERPROFILE%.

Troubleshooting

Windows 10

Some Python installation under Windows 10 can't forward more than one option in the command line. If you have errors adding a new task, you installation has this error. Please import to fix it the win10_python_todotxt.reg to your registry by doubleclicking it.

About

todotxt impl in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Batchfile 0.3%