Mirror of the official spaced repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tyler Sommer eeebf4b0d1
Fix time format, quiet logging a bit
4 years ago
cmd/spaced Fix time format, quiet logging a bit 4 years ago
.gitignore Create short url, refactor quite a bit 4 years ago
LICENSE Add LICENSE 4 years ago
README.md Create short url, refactor quite a bit 4 years ago
config.toml.dist Configurable shared link TTL 4 years ago

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