Google Introduces Command-Line Tool For Linux
Lomegor writes "'Ever wanted to upload a folder full of photos to Picasa from a command prompt?' Google introduced today a new project, Google CL, that lets you do that and much more. It's a new command line tool for Linux that acts as an interface with Google services; you can upload videos to YouTube or maybe post a new blog post in Blogger in just one line."
...does it run anything besides linux?
a tool like this would rule for any platform.
i guess you could just roll your own python script or something.
THL phish sticks
organized into separate modules, but called as "google subcommand" so that you can still have a command called "picassa" and "blogger" and "search"... sounds good to me.
"do one thing, do it well" doesn't mean "make a thousand poorly-named tools and clutter /usr/bin"
"google foo" does one thing, does it well.
"google bar" does one thing, does it well.
"google" does one thing, does it well (passes commands to a dispatcher)
you're basically complaining about seeing a space where you pointlessly want a hyphen.
-- 'The' Lord and Master Bitman On High, Master Of All
Err I was concerned they wouldn't work when Google switched to the full on new version. I need a beer.
So, basically it runs on everything except the ZX81 and the iPhone
Just not so. You can write unportable python just as you can with any language. Step one, code in an assumption that is only present on the current platform, e.g. make a call to execute a command such as, say, diff(1) which exists on Linux but not on Windows. Or use a Windows only style pathname (e.g. C:\Windows\Temp) or even rely on functionality that one very similar architecture has but the other doesn't (e.g. execute an ll command, which only works on HP-UX, or a ps command which has different options on different OSes or say an ls --auto=color on Solaris). Just because the language exists on an architecture does not mean that you cannot foolishly doing something in that language that is architecturally dependent on a specific architecture, thus rending your script non-portable and non-operational on other architectures.
cut-rate '70's era NASA space station
Make a joke, fine, make a point, even better, but you should be old enough to remember SkyLab kicked ass, you insensitive clod!
The Admin and the Engineer