inc*_*man 11 emacs google-docs org-mode google-docs-api google-drive-api
如何使用Emacs编辑Google云端硬盘文本文档并将我的更改反映回Google文档?
我找到了一个Google命令行程序,以及一个名为gclient的东西,它是Emacsspeak的一部分,但它们似乎需要Linux或Windows,而我在OSX上使用Aquamacs.或许我只是不明白如何安装它们.
这可行吗?
googlecl
可以从macports安装.然后,您可以使用emacs服务器打开包含本地emacs的文件.
安装后,您可以按照以下命令操作:
$ google docs list # gets a list of the files
$ google docs get <FILE> /tmp/edit$$.txt # gets the <FILE> to /tmp/edit$$.tmp
$ emacsclient /tmp/edit$$.tmp
$ google docs upload /tmp/edit$$.tmp <FILE>
Run Code Online (Sandbox Code Playgroud)
但是,我发现google docs get
它不能正常工作.
归档时间: |
|
查看次数: |
5792 次 |
最近记录: |