Renamed lscor to lstsk.
Also added an alias from lscor to lstsk.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
local tasks = tsched.getTasks()
|
||||
print("\27[93m"..tostring(#tasks).."\27[0m tasks active")
|
||||
for i=1, #tasks do
|
||||
local pipeChar = "├ "
|
||||
if i==#tasks then pipeChar = "└ " end
|
||||
local task = tasks[i]
|
||||
print("\27[93m"..pipeChar..(task.id or i).."\27[0m - "..task.name.."\27[37m "..table.concat(task.args or {}," ").." \27[0m")
|
||||
end
|
||||
Reference in New Issue
Block a user