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

37 lines
689 B

2 years ago
{
"Tasks":
[
{
"taskname": "Example ls | wc -l Task",
"taskdesc": "",
"interval": 60,
"cmd": "ls /home/simon/ | wc -l" ,
"icon": ""
2 years ago
},
{
"taskname": "Example with no cmd",
2 years ago
"taskdesc": "Still Place holder",
"interval": 80,
"cmd": "",
"icon": ""
},
{
"taskname": "Example image task",
"taskdesc": "cat lol",
"interval": 100,
"cmd": "" ,
"icon": "./assets/catlol.jpg"
},
{
"taskname": "",
"taskdesc": "",
"interval": 3600,
"cmd": "we",
"icon": ""
2 years ago
}
]
}