Categorygithub.com/geekdada/flomo-cli
modulepackage
0.2.4
Repository: https://github.com/geekdada/flomo-cli.git
Documentation: pkg.go.dev

# README

flomo-cli

Go codecov

A CLI tool for flomo.

安装

# 支持在不同平台运行
curl -sf https://gobinaries.com/geekdada/flomo-cli | sh

或者Releases 页面下载对应的二进制文件。

使用

添加一条新的墨

$ flomo new --api <YOUR API> "一条新的墨"

添加一条带标签的墨

$ flomo new --api <YOUR API> --tag "随手记" "一条新的墨"

效果

CleanShot 2020-12-24 at 20.27.55@2x.png

使用环境变量来指定 API

$ export FLOMO_API=<YOUR API>
$ flomo new --tag "随手记" "一条新的墨"

将文本文件添加到浮墨

$ cat memo.txt | flomo new --tag "Quote"

LICENCE

MIT

# Packages

No description provided by the author

# Structs

No description provided by the author
No description provided by the author