HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

picgo — Upload an image to an image hosting service (default is SM.MS). More information: <https://github.co

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanduploadpicgocliimagehostingservice

Problem

How to use the picgo command: Upload an image to an image hosting service (default is SM.MS). More information: <https://github.com/PicGo/PicGo-Core>.

Solution

picgo — Upload an image to an image hosting service (default is SM.MS). More information: <https://github.com/PicGo/PicGo-Core>.

Interactively select a hosting service:
picgo set uploader


Upload the image in current clipboard:
picgo upload


Upload an image from a specific path:
picgo upload {{path/to/image}}

Code Snippets

Interactively select a hosting service

picgo set uploader

Upload the image in current clipboard

picgo upload

Upload an image from a specific path

picgo upload {{path/to/image}}

Context

tldr-pages: common/picgo

Revisions (0)

No revisions yet.