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

20 lines
361 B

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