为 flomo 灵感笔记提供的命令行工具
$ npm install flomo-cli -g
# or yarn
$ yarn global add flomo-cli
Command 'yarn' not found, but can be installed with: sudo apt install cmdtest 提示我没有安装yarn
$ flomo '#tag This is a flow momery from flomo-cli with hash tag.'
普通模式下,默认将命令后的字符串内容上传到 flomo 到服务器。
$ flomo edit
工具提供编辑器模式,输入 flomo edit
启动。
如果你在 flomo 的设置里更换了 api,可以使用 flomo config
命令,重新设置 api 链接。
$ flomo config
本工具由 cli-template 提供支持。 https://github.com/Mayandev/flomo-cli