Mirror of the official spaced repository
Go to file
Tyler Sommer eeebf4b0d1
Fix time format, quiet logging a bit
2019-04-16 18:06:15 -06:00
cmd/spaced Fix time format, quiet logging a bit 2019-04-16 18:06:15 -06:00
.gitignore Create short url, refactor quite a bit 2019-03-07 16:15:21 -07:00
LICENSE Add LICENSE 2019-02-27 15:57:28 -07:00
README.md Create short url, refactor quite a bit 2019-03-07 16:15:21 -07:00
config.toml.dist Configurable shared link TTL 2019-04-16 18:02:24 -06:00

README.md

spaced

Screenshot auto uploader that puts a short link to the newly uploaded image in the system clipboard.

Overview

spaced monitors a directory, uploading newly created files to a pre-configured S3-compatible store. After an image is uploaded, a short URL is generated by eok.vin and placed in the system clipboard.

Usage

Usage of ./spaced:
  -access-key string
    	Access key
  -bucket string
    	Bucket (or Space) name (default "veo")
  -endpoint string
    	Endpoint URL (default "nyc3.digitaloceanspaces.com")
  -monitor-path string
    	Path to monitor (default "~/Desktop")
  -prefix string
    	Key prefix
  -secret-key string
    	Secret key