jpedro / canned

Stores your secrets.

Home Page:https://pkg.go.dev/github.com/jpedro/canned

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canned

Tests

A tool to store encrypted goods.

Usage

## Install the can cli
$ go install github.com/jpedro/can@latest

## Check the version
$ can version
v1.0.0

## Set the passsword and file
$ export CAN_PASSWORD="test"

$ export CAN_FILE="test.can"

## Start a fresh can
$ can init
Can test.can initialized.

## Add one item
$ can set hello world
Item hello saved.

## List your items
$ can ls
NAME    STRENTH   CREATED      UPDATED   TAGS
hello         *   2021-01-01

## Copy the hello item value to the clipboard
$ can get hello
Item hello copied to the clipboard.

About

Stores your secrets.

https://pkg.go.dev/github.com/jpedro/canned

License:Do What The F*ck You Want To Public License


Languages

Language:Go 98.2%Language:Makefile 1.8%