"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.
Running in the browser is no more (or less) untrusted than running a dedicated terminal client.
Xterm.js
11–20 of 67 posts
Re: Xterm.js
#12Re: Xterm.js
#13"Build terminals in the browser" ... and give your passwords there, and type commands. What can go wrong.
Running in the browser is no more (or less) untrusted than running a dedicated terminal client.
Re: Xterm.js
#14Re: Xterm.js
#15Earlier quoted context omitted.
Running in the browser is no more (or less) untrusted than running a dedicated terminal client.
When was the last case when a malicious website or script could capture content or keystrokes directed at another tab? Really curious, because it seems an obvious attack vector.
Re: Xterm.js
#16Having a very simple cli app generator that allows one to have independent terminal applications that run just like normal app. Independent in the sense that you can open them as any other app, run on their own window, and and you can reach them through the app switcher.
Re: Xterm.js
#17My favorite is blessed [1].
He’s definitely a super programmer. Thank you for all your contributions to this world @chjj!
Re: Xterm.js
#18Fun fact - xterm.js was originally created by chjj who also wrote the code for Handshake DNS among other things. My favorite is blessed [1]. He’s definitely a super programmer. Thank you for all your contributions to this world @chjj! [1] https://github.com/chjj/blessed
Re: Xterm.js
#19just throwing a related idea in here in the hopes someone finds it interesting enough to develop. Having a very simple cli app generator that allows one to have independent terminal applications that run just like normal app. Independent in the sense that you can open them as any other app, run on their own window, and and you can reach them through the app switcher.
If you open the Script Editor, you can use this chunk of code to get started:
tell application "Terminal"
do script "~/test.sh"
end tell
This will run the script ~/test.sh in a new terminal window. Closing the window automatically is a bit more difficult, but it can also be done. You can save this as an Application, which will let you click to open it, just like any other application.See here for more information:
https://stackoverflow.com/questions/1870270/sending-commands...
https://stackoverflow.com/questions/27453987/how-to-close-a-...
Re: Xterm.js
#20https://chrome.google.com/webstore/detail/secure-shell-app/p...