atom-script icon indicating copy to clipboard operation
atom-script copied to clipboard

Can cooperate with Atom Terminals (allows inputs)

Open aminya opened this issue 5 years ago • 2 comments

To solve a common 'problem' seen by users regarding inputs not working, send commands from Script to Terminus to run rather than Atom's Buffered Process. Code is run in Terminus' internal terminal window and allows for Input (If Terminus not installed, returns to default behavior).

Originally posted by @Kacarott in #2237

aminya avatar Dec 29 '20 23:12 aminya

Merging requires squashing and using feat: in the beginning to trigger the release.

aminya avatar Mar 21 '21 16:03 aminya

If a terminal is not already open nothing happens. We should fall back to the original method in these cases

It seems it is fixed. But not sure why it was happening. I hope it isn't a random bug in the terminal service.

aminya avatar Mar 21 '21 17:03 aminya