You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-taskrem/tasks.json

21 lines
361 B

2 years ago
{
"Tasks":
[
{
"taskname": "Example Task",
"taskdesc": "This is placeholder",
2 years ago
"interval": 100,
"cmd": "we" ,
2 years ago
"icon": " "
},
{
"taskname": "Second Example",
"taskdesc": "Still Place holder",
"interval": -1,
"cmd": " ",
"icon": " "
}
]
}