milo tweaks + cloud catcher

This commit is contained in:
kepler155c@gmail.com
2019-01-23 15:30:14 -05:00
parent 4276ea533f
commit 1de92f153f
4 changed files with 17 additions and 39 deletions

View File

@@ -1,13 +0,0 @@
local read = _G.read
local shell = _ENV.shell
if not _G.cloud_catcher then
print('Paste key: ')
local key = read()
if #key == 0 then
return
end
shell.openHiddenTab('cloud ' .. key)
end
shell.run('cloud edit ' .. table.unpack({ ... }))