Kip
Command Line Tool for Kipalog
Installation
Install this awesome gem with:
$ gem install kip
Don't forget add your personal Kipalog API key to ~/.bash_profile:
export KIPALOG_API=<your-kipalog-api-key>Usage
Commands:
kip help [COMMAND] # Describe available commands or one specific command
kip post file.md -g, --tags=TAGS -t, --title=TITLE # Post your markdown file to Kipalog
For example:
kip post an-awesome-post.md --title="This is an awesome post" --tags="golang,til,ruby,js"To post a markdown file in Draft mode, you can specific the --publish option as false:
kip post an-awesome-post.md --title="This is an awesome post" --tags="golang,til,ruby,js" --publish=falseContributing
Bug reports and pull requests are welcome on GitHub at https://github.com/huytd/kip. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.