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)
- Host: GitHub
- URL: https://github.com/ptrcnull/clipload
- Owner: ptrcnull
- Created: 2019-11-08T01:03:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T01:04:20.000Z (over 6 years ago)
- Last Synced: 2025-01-25T23:24:58.203Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```