Qt Creator for bash scripting. How?
-
Hello all!
Is it possible to use Qt Creator for bash scripting and auto deploy it on remote host via SSH? I am seeking solution for being able to edit on my workstation and run it remotely. Something like Qt for embedded but for bash scripting. And which type of project in Qt Creator better to use for it?
If it's not possible in Qt Creator could someone provide me with any information about any IDE that allow me to develop bash scripts and remotely run it in-box without manual sync via rsync or similar?
-
-
@aha_1980 said in Qt Creator for bash scripting. How?:
Generic Projects
Thx. I've created project and all is OK for bash syntax highlighting, even for simple autocomplete. But how to run it on remote server/device/etc? Is there something special for it?
-
@bogong I'm no expert on this, I only had a Raspberry Pi as a remote device once years ago,
But checkout the options/preference dialog of QtC select the tab Devices
There you should be able to setup a remote ssh deviceThat seems like what you're looking for