An open API service indexing awesome lists of open source software.

https://github.com/ptrcnull/clipload

clipboard image upload made simple (macOS)
https://github.com/ptrcnull/clipload

Last synced: about 1 month ago
JSON representation

clipboard image upload made simple (macOS)

Awesome Lists containing this project

README

          

# clipload
> clipboard image upload made simple (macOS)

Requirements:
- `pngpaste` from Homebrew
- endpoint for uploading images

Building:
```
go build -ldflags "-X main.ApiUrl=https://image-api.tld/endpoint" clipload.go
```