All Projects → cls1991 → qu

cls1991 / qu

Licence: Apache-2.0 license
Quickly generating unique url of a picture for markdown files.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to qu

Carrierwave Qiniu
Qiniu Storage support for CarrierWave
Stars: ✭ 179 (+645.83%)
Mutual labels:  qiniu
qiniu-laravel-storage
Qiniu 云储存 Laravel 5 Storage版
Stars: ✭ 520 (+2066.67%)
Mutual labels:  qiniu
room.cafe
An extremely simple video meeting, integrated whiteboard, chat and screen sharing
Stars: ✭ 34 (+41.67%)
Mutual labels:  qiniu
Upic
📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.
Stars: ✭ 2,465 (+10170.83%)
Mutual labels:  qiniu
Blog Frontend Project
Web frontend code for my blogs, develop with Vue.
Stars: ✭ 206 (+758.33%)
Mutual labels:  qiniu
spring-file-storage-service
The FSS(file storage service) APIs make storing the blob file easy and simple .
Stars: ✭ 33 (+37.5%)
Mutual labels:  qiniu
Uptoc
A static file deployment tool that supports multiple platforms./ 一个支持多家云厂商的静态文件部署工具
Stars: ✭ 159 (+562.5%)
Mutual labels:  qiniu
vue-fabric
🦆拼图vue+fabric:图片的复制粘贴,删除,隐藏,翻转,历史记录,回退撤销,锁定,图片组合打散,剪切,图层管理,图片滤镜,图片导出,案例保存,导出
Stars: ✭ 39 (+62.5%)
Mutual labels:  qiniu
Cuimage
cuImage - 图床利器
Stars: ✭ 227 (+845.83%)
Mutual labels:  qiniu
cdnjs-extension
📦 [Chrome Extension] Replace the links of cdnjs with Qiniu.
Stars: ✭ 22 (-8.33%)
Mutual labels:  qiniu
Picgo
🚀A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
Stars: ✭ 15,358 (+63891.67%)
Mutual labels:  qiniu
Qimage Win
Windows 版本 Markdown 一键贴图工具,支持本地文件、截图、网络图片一键上传七牛云并返回图片引用,让 Markdown 中贴图变成一种享受。
Stars: ✭ 196 (+716.67%)
Mutual labels:  qiniu
vscode-qiniu-upload-image
一个VS Code插件,写Markdown时可以快捷上传本地图片获取七牛图床外链。
Stars: ✭ 87 (+262.5%)
Mutual labels:  qiniu
Qbox
Qiniu Box.
Stars: ✭ 183 (+662.5%)
Mutual labels:  qiniu
tiny-qiniu-request
tiny-qiniu for rc-upload or antd upload component `customRequest` property
Stars: ✭ 13 (-45.83%)
Mutual labels:  qiniu
Qiniu4js
🔥七牛上传SDK(浏览器环境)
Stars: ✭ 162 (+575%)
Mutual labels:  qiniu
qiniu-auto-cert
七牛 CDN 证书自动化工具
Stars: ✭ 20 (-16.67%)
Mutual labels:  qiniu
oss-client
七牛云文件仿百度网盘文件夹管理,上传下载,删除。七牛云存储,七牛云图床。桌面应用程序 windows mac
Stars: ✭ 89 (+270.83%)
Mutual labels:  qiniu
free-fs
✨Free-Fs 开源文件管理系统:基于 SpringBoot2.x + MyBatisPlus + MySQL + Shiro+ Layui 等搭配七牛云,阿里云OSS实现的云存储管理系统。包含文件上传、删除、预览、云资源列表查询、下载、文件移动、重命名、目录管理、登录、注册、以及权限控制等功能。
Stars: ✭ 49 (+104.17%)
Mutual labels:  qiniu
qn-webpack
Qiniu webpack plugin (七牛 Webpack 插件)
Stars: ✭ 39 (+62.5%)
Mutual labels:  qiniu

qu

https://travis-ci.org/cls1991/qu.svg?branch=master

Quickly generating unique url of a picture for markdown files.

https://asciinema.org/a/41WfW5ehC7RRXQ8WA4unZG5WY.png

☤ Quickstart

Upload an image file to qiniu:

$ qu up /somewhere/1.png
$ qu up /somewhere/1.png 2.png

Set configuration of qiniu:

$ qu wc --access_key=AK --secret_key=SK --bucket_name=BN --domain_name=DN

List local configuration of qiniu:

$ qu sc
$ qu sc --format-type json

☤ Installation

You can install "qu" via pip from PyPI:

$ pip install qu

☤ Usage

$ qu --help
Usage: qu [OPTIONS] COMMAND [ARGS]...

  Quickly generating unique url of a picture for markdown files.

Options:
  --help  Show this message and exit.

Commands:
  dc      Clear configuration of qiniu.
  sc      Show configuration of qiniu.
  up      Upload an image to qiniu.
  wc      Set configuration of qiniu.


$ qu wc --help
Usage: qu wc [OPTIONS]

  Set configuration of qiniu.

Options:
  -ak, --access_key TEXT   qiniu access_key.
  -sk, --secret_key TEXT   qiniu secret_key.
  -bn, --bucket_name TEXT  qiniu bucket_name.
  -dm, --domain_name TEXT  qiniu domain_name.
  --help                   Show this message and exit.


$ qu sc --help
Usage: qu sc [OPTIONS]

  Show configuration of qiniu.

Options:
  --format-type [json|xml]  output format type.
  --help                    Show this message and exit.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].