November 4, 2021

142 words 1 min read

sniptt-official/ots

sniptt-official/ots

Share end-to-end encrypted secrets with others via a one-time URL

repo name sniptt-official/ots
repo link https://github.com/sniptt-official/ots
homepage https://ots.sniptt.com
language Go
size (curr.) 100 kB
stars (curr.) 1416
created 2021-07-15
license Apache License 2.0



Install

Homebrew

The recommended way to install ots on macOS is via Homebrew.

brew install ots

Go

go get -u github.com/sniptt-official/ots

Manual

Please refer to the manual install doc.

Usage

render1628628123170

Prompt

$ ots new -x 2h
Enter your secret: 

Pipeline

You can also use pipes, for example

$ pbpaste | ots new

or

$ cat .env | ots new

Data residency

Use --region to choose where the secrets reside.

$ ots new -x 24h --region eu-central-1

FAQs

Please refer to our Q&A discussions.

License

See LICENSE

comments powered by Disqus