Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 547 Bytes

SHELLOMO

A shell app for flomo
flomo 命令行工具

使用指南

$ git clone [email protected]:sfyumi/shellomo.git
$ cd shellomo
$ FLOMO_PATH=`pwd`/flomo.sh
$ cd ~
$ echo 'alias flomo="'$FLOMO_PATH'"' >> .bash_profile
$ source .bash_profile
# if you use zshell, write alias to .zshrc instead
$ flomo --api https://flomoapp.com/iwh/Mg/yourapisecretskey/
$ flomo -m "Hello shellomo"
send "Hello shellomo" to flomo
$ flomo -t inbox -m "Hello shellomo"
send "Hello shellomo #inbox" to flomo