Skip to navigation
Logo Daniele Penazzo: Software Developer

aTodo


A simple JSON-based ToDo keeper

  • Language: Python 3.
  • Status: Actively Maintained.
  • Framework: None
  • Primary Focus: Personal Use.

This project was born, like many others, from a small and very specific necessity: I wanted a small script to keep my Todo list and be able to show it in my Conky configuration.

Although the todos have to be specific: they need a title and a connected message, so that this ToDo software can also be kept as a note-keeper

I initially decided to store each memo/todo into a separate JSON file, for ease and speed of coding, then I recently reviewed the script and decided to store everything inside a single JSON file.

Todos with an "extended description" are marked with an [M] (Multiline) and can be viewed with the specific view command

Check the project repository

Gallery