Project

kip

0.0
No commit activity in last 3 years
No release in over 3 years
Kipalog Command Line Tool for everybody
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.12
~> 5.0
~> 10.0

Runtime

>= 0
 Project Readme

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=false

Contributing

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.