blob: 7771540a86b38e8470babc47944b370a4ab2b678 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "TodoTxt",
"description": "Minimal, todo.txt-focused editor",
"url": "https://github.com/todotxt/todo.txt-cli/releases/download/v2.11.0/todo.txt_cli-2.11.0.tar.gz",
"mirror": null,
"homepage": "http://todotxt.org/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"bin.install \"todo.sh\"",
"prefix.install \"todo.cfg\" ",
"bash_completion.install \"todo_completion\""
],
"version": "2.11.0",
"file": "todo-txt.rb"
}
|