有的论坛或者聊天工具不支持图片上传,无法分享图片。于是自己写了一个在命令行下上传图片的工具,可以指定图片路径生成绝对地址,或者直接给某个网页地址截图并上传至imgur服务器。
**安装方法**: `npm install usib -g`
**主要功能**:
* usib -k cca0e9d41a2d7c7 设置imgur api_key key
* usib -c
http://v2ex.com 所给参数地址截图并保存至本地 capture
* usib -c
http://v2ex.com -p ./v2ex.png 保存至参数所给路径 capture & path
* usib -u ./caonima.png 上传本地图片至远程服务器 upload
* usib -a
http://v2ex.com 截图并上传 capture and path
**依赖模块**:
* [phantomjs](http://phantomjs.org/download.html) `brew update && brew install phantomjs`
* [imgur api_key](https://imgur.com/register/api_anon) set the imgur client_id
**范例:**:
![v2ex](
)