[jira] remove screenshot prep step
This commit is contained in:
parent
daf3e4b41d
commit
e482f5b710
|
@ -180,8 +180,7 @@ local function worker(args)
|
||||||
-- text = string.format(GET_ISSUES_CMD, host, query:gsub(" ", "+")),
|
-- text = string.format(GET_ISSUES_CMD, host, query:gsub(" ", "+")),
|
||||||
-- run = function() spawn.with_shell("echo '" .. string.format(GET_ISSUES_CMD, host, query:gsub(" ", "+")) .. "' | xclip -selection clipboard") end
|
-- run = function() spawn.with_shell("echo '" .. string.format(GET_ISSUES_CMD, host, query:gsub(" ", "+")) .. "' | xclip -selection clipboard") end
|
||||||
--}
|
--}
|
||||||
local screenshot = 'cat /home/pmakhov/.IntelliJIdea2019.3/config/scratches/scratch_3.json'
|
watch(string.format(GET_ISSUES_CMD, host, query:gsub(' ', '+')),
|
||||||
watch(string.format(screenshot, host, query:gsub(' ', '+')),
|
|
||||||
10, update_widget, jira_widget)
|
10, update_widget, jira_widget)
|
||||||
return jira_widget
|
return jira_widget
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue