selfpass/sp
mitchell ed66895fcb Swap main database to bolt; refactor sp list sorting 2019-07-22 20:24:00 -04:00
..
commands Swap main database to bolt; refactor sp list sorting 2019-07-22 20:24:00 -04:00
crypto Modify create and update command flags; refactor GeneratePassword 2019-07-17 22:27:03 -04:00
repositories Modify sp and services to use the protobuf module 2019-07-11 21:02:46 -04:00
types Separate cli into its own module; rename it to sp 2019-07-11 02:05:59 -04:00
README.md Refactor all project READMEs 2019-07-13 16:43:26 -04:00
go.mod Modify sp and services to use the protobuf module 2019-07-11 21:02:46 -04:00
go.sum Swap main database to bolt; refactor sp list sorting 2019-07-22 20:24:00 -04:00
main.go Separate cli into its own module; rename it to sp 2019-07-11 02:05:59 -04:00

README.md

sp

This is the project home of sp the selfpass CLI.

To install with Go run go get -u github.com/mitchell/selfpass/sp.

Help menu:

This is the CLI client for Selfpass, the self-hosted password manager. With this tool you
can interact with the entire Selfpass API.

Usage:
  sp [command]

Available Commands:
  create      Create a credential in Selfpass
  decrypt     Decrypt a file using your masterpass and secret key
  decrypt-cfg Decrypt your config file
  delete      Delete a credential using the given ID
  encrypt     Encrypt a file using your masterpass and secret key
  get         Get a credential info and copy password to clipboard
  help        Help about any command
  init        This command initializes SPC for the first time
  list        List the metadata for all credentials
  update      Update a credential in Selfpass

Flags:
      --config string   config file (default is $HOME/.sp.toml)
  -h, --help            help for sp
      --version         version for sp

Use "sp [command] --help" for more information about a command.

For more project-level information see the root README.md.