Google Cloud Platform’s new interactive CLI
cloudplatform.googleblog.com
Google Cloud Platform’s new interactive CLI
1–10 of 79 posts
Re: Google Cloud Platform’s new interactive CLI
#2Re: Google Cloud Platform’s new interactive CLI
#3LOL @ the bright green on black terminal pictures. How shall I say it, it feels very "l33t". Too bad they didn't use more normal terminal colours, it would improve readability IMO.
Re: Google Cloud Platform’s new interactive CLI
#4Edit: I am slightly familiar with this family of tools. I was curious if there was a pointer to exactly the one used here.
Re: Google Cloud Platform’s new interactive CLI
#5LOL @ the bright green on black terminal pictures. How shall I say it, it feels very "l33t". Too bad they didn't use more normal terminal colours, it would improve readability IMO.
Re: Google Cloud Platform’s new interactive CLI
#6LOL @ the bright green on black terminal pictures. How shall I say it, it feels very "l33t". Too bad they didn't use more normal terminal colours, it would improve readability IMO.
It's pretty normal and expected for those of us that spent significant time on an actual VT220 or similar. Maybe the choice was just driven by someone similar.
Re: Google Cloud Platform’s new interactive CLI
#7LOL @ the bright green on black terminal pictures. How shall I say it, it feels very "l33t". Too bad they didn't use more normal terminal colours, it would improve readability IMO.
I guess it just uses whatever theme your terminal is configured for.
Re: Google Cloud Platform’s new interactive CLI
#8LOL @ the bright green on black terminal pictures. How shall I say it, it feels very "l33t". Too bad they didn't use more normal terminal colours, it would improve readability IMO.
Personally I learned to code on an old cathode ray tube monitor with green text, hooked up to a Tandy 1000. The CRT made a lot of heat and emitted a faint electronic tonal noise when it was running.
I think the use of green color in terminals today is kind of a throwback thing to those ancient devices. Even though I wouldn't really want to use an old CRT today I still remember the CRT I grew up using fondly as a much more "live" feeling device compared to modern electronics that are much colder, silent, and sterile bright. When I see a green text terminal it instantly feels familiar and comfortable, in the same way.
Re: Google Cloud Platform’s new interactive CLI
#9LOL @ the bright green on black terminal pictures. How shall I say it, it feels very "l33t". Too bad they didn't use more normal terminal colours, it would improve readability IMO.
It's pretty normal and expected for those of us that spent significant time on an actual VT220 or similar. Maybe the choice was just driven by someone similar.
Re: Google Cloud Platform’s new interactive CLI
#10Is this an open-source library one could use to make one's own interactive tools? Just curious. Anyone have pointers? Edit: I am slightly familiar with this family of tools. I was curious if there was a pointer to exactly the one used here.
For Rust this library seems nice: https://github.com/kbknapp/clap-rs (it generates autocompletion scripts for shells)