tweety
tweety copied to clipboard
Pass arbitrary command / args / env from url
Use the same logic as blink shell:
- a key is defined in the config file
- client can pass an arbitrary command, through query params:
https://tweety.sh?command=ls&args=["-l"]&env={"NO_COLOR": "true"}&key=<key>