Skip to content

Remote Window: Perl script to open a color-coded Gnome-Terminal ssh session to another system.

License

Notifications You must be signed in to change notification settings

kenhtanaka/rwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
ken.tanaka
Jul 27, 2020
90f59dd · Jul 27, 2020

History

24 Commits
Oct 8, 2019
Feb 21, 2017
Oct 7, 2019
Oct 7, 2019
Oct 7, 2019
Oct 7, 2019
May 9, 2019
Oct 8, 2019
May 9, 2019
Oct 7, 2019
Jul 27, 2020

Repository files navigation

rwin

Remote Window: Perl script to open a color-coded ssh session to another system. Variants of the script exist to create a connection through

  • Gnome-Terminal
  • X-terminal
  • MacOS Terminal

For a Mac Terminal profile version of this command bring in information from: https://www.ict4g.net/adolfo/notes/2014/07/16/change-osx-terminal-settings-from-command-line.html

macTerm

Steps to do:

Parse colors from colors.tsv, used to convert names to apple colors.

Convert colors in rwin-data to apple colors, using data from colors.tsv to convert names if needed.

Create a terminal window

  • activate it
  • set colors
  • run login command

##Links that may be of use: https://apple.stackexchange.com/questions/156544/how-to-open-a-shell-script-in-a-new-terminal-window-and-run-it-with-administrato

This worked to open a window https://stackoverflow.com/questions/48591219/open-multiple-terminal-windows-mac-using-bash-script

Open a window and run a command https://stackoverflow.com/questions/50476752/macos-bash-terminal-command-to-open-terminal-change-directory-and-run-command osascript -e "tell application "Terminal" to do script "cd /Users/tanakak/bin && ~/src/git/github/rwin/cmd.sh""

Open a window and run a command https://stackoverflow.com/questions/31524499/open-terminal-from-shell-and-execute-commands osascript -e 'tell application "Terminal" to do script "cd /tmp;pwd"'

Programmatically set theme for a terminal https://apple.stackexchange.com/questions/344401/how-to-programatically-set-terminal-theme-profile

Color Resources

Website with color display for trying different RGB values: https://www.htmlcsscolor.com/hex/66B348

About

Remote Window: Perl script to open a color-coded Gnome-Terminal ssh session to another system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published