3 个稳定版本
2.0.1 | 2024 年 1 月 6 日 |
---|---|
2.0.0 | 2023 年 12 月 21 日 |
1.0.0 | 2023 年 12 月 20 日 |
0.0.0 |
|
#1 in #finished
每月 23 次下载
在 tuido 中使用
6KB
91 行
UTodo
UTodo 是一种通用的 TODO 列表格式,它使用 TOML,但它以特定的方式使用 TOML。
# 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.",
]
还有项目集成的标准
列表存储在: $PROJECT_DIR/.utodo/lists/$LISTNAME
(注意:结尾没有 .toml
)
依赖
~0.9–1.2MB
~20K SLoC