3 stable releases

2.0.1 Jan 6, 2024
2.0.0 Dec 21, 2023
1.0.0 Dec 20, 2023
0.0.0 Dec 19, 2023

#1 in #finished

Download history 58/week @ 2023-12-18 10/week @ 2023-12-25 7/week @ 2024-01-01 11/week @ 2024-02-26 57/week @ 2024-04-01

57 downloads per month
Used in tuido

MIT license

6KB
91 lines

UTodo

UTodo is a universal TODO list format, it uses TOML, but it uses TOML in a specific way.

# The version of UTodo that this list was generated with in mind.
utodo = [2, 0, 1] # This would be UTodo 2.0.1!

# Newly added tasks with no progress on them.
[pending]
items = [
  "Make a sandwich."
]

# Tasks with progress on them, but that are not finished.
[progress]
items = [
  "Make a cup of coffee.",
]

# Tasks that are finished.
[finished]
items = [
  "Brush teeth.",
]

There is also a standard for project integration:

Lists are stored in: $PROJECT_DIR/.utodo/lists/$LISTNAME (Note: there is no .toml on the end.)

Dependencies

~0.9–1.2MB
~21K SLoC