LazoCoder / Pokemon-Terminal

Pokemon terminal themes.
GNU General Public License v3.0
4.19k stars 224 forks source link

[Feature Request]Support for default Mac Terminal #172

Open squall-hunter opened 5 years ago

squall-hunter commented 5 years ago

The default Mac Terminal has built-in ways to change the background image from the CLI. Is it possible with a series of aliases, or something like that, to fairly easily make this work in the standard MacOS terminal as well at some point in the near future?

jimmyorourke commented 5 years ago

Shouldn't be too hard. There may need to be some extra logic added to choose terminals, if people also have iTerm.

Can you share the commands to set background image, for reference?

squall-hunter commented 5 years ago

I don't know exactly how to do it. It would be something like defaults write com.apple.Terminal <profilename/section> <BackgroundImageBookmark> "<hex for image and location here>" -- But I may be way off on that. I'll try playing with it a bit and see if I can come up with an exact method.