When I try to open an existing spreadsheet this way, it crashes:
~ $ google docs edit --title "skijanje"
Traceback (most recent call last):
File "/usr/bin/google", line 849, in <module>
main()
File "/usr/bin/google", line 835, in main
run_once(options, args)
File "/usr/bin/google", line 627, in run_once
task.run(client, options, args)
File "/usr/lib/pymodules/python2.7/googlecl/docs/__init__.py", line 206, in _run_edit
folder_entry_or_path=folder_entry or options.folder)
File "/usr/lib/pymodules/python2.7/googlecl/docs/base.py", line 129, in edit_doc
subprocess.call(command_args)
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I guess I was expecting some magic, i.e. a spreadsheet automatically converted to/from CSV or YAML. :)
I recently wrote a tool in the spirit of googlecl, that lets you call Google APIs from the command-line, although admittedly without support for editing Google Docs in Vim. Something like that may be possible to add though.
As a non-native speaker, I'd love if I were corrected all the time! These little mistakes are prone to getting stuck in your head and hard to get rid of if uncorrected (especially since the Internet is filled with non-native speakers making the same mistakes over and over again).
Curiously enough, I hesitate doing so myself when I notice a mistake, in case I bother or embarrass the guy. I think I'll start changing that :P
I'm also pleased to see an upload feature from terminal. Avoiding the interface YouTube has in place is great, I always seem to get bugs regarding upload times and it freezing.