When editing an existing terminal-using shortcut on Windows, one can specify certain cosmetic parameters -- including fore- and background colors (in RGB notation) of the terminal window:
It'd be nice to be able to do the same programmatically, when using pyshortcuts. On X11 desktops the same RGB values can be passed to xterm (or its replacements) too.
For example, I'm automating the creation of shortcuts for the ssh-sessions into the few hundred remote hosts I have access to. I want each session to use a specific color combination -- to make it easier to use the multitude of simultaneously-opened windows. (The color-pairs are created automatically, based on the hostname.)
Previously, when using XFCE4-desktop, I put the generated RGB-combinations on the xterm-command-lines for each host. Now I'm forced to use Windows 11 -- and would like to reproduce the functionality I've grown accustomed to...
It may be useful to allow specifying other attributes -- such as the cursor shape and color, the font name and size -- of the terminal window as well...
When editing an existing terminal-using shortcut on Windows, one can specify certain cosmetic parameters -- including fore- and background colors (in RGB notation) of the terminal window:
It'd be nice to be able to do the same programmatically, when using pyshortcuts. On X11 desktops the same RGB values can be passed to
xterm(or its replacements) too.For example, I'm automating the creation of shortcuts for the ssh-sessions into the few hundred remote hosts I have access to. I want each session to use a specific color combination -- to make it easier to use the multitude of simultaneously-opened windows. (The color-pairs are created automatically, based on the hostname.)
Previously, when using XFCE4-desktop, I put the generated RGB-combinations on the
xterm-command-lines for each host. Now I'm forced to use Windows 11 -- and would like to reproduce the functionality I've grown accustomed to...It may be useful to allow specifying other attributes -- such as the cursor shape and color, the font name and size -- of the terminal window as well...