I'm experimenting with Terminal Control Escape Sequences in my java program that allows me two print a string at any x,y coordinate on my terminal. But I can't test this on intelliJ's terminal.
I've already seen solution on other thread where they say to copy the command from intelliJ's console and then paste it on system terminal to run it, but it is very tedious and also I've to build every time on intelliJ first, and then try it out on system terminal.
Is there a way to for intelliJ to open system terminal and run program when I press run shortcut?