Skip to content

ayushsherpa111/goPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goPass

CLI password manager.

The gopass_d folder contains a daemon that is meant to run in the background. Place the gopass.service unit file in /usr/lib/systemd/system

Before starting the daemon,

  • Compile the source code
cd gopass_d && go build
  • Place the binary in /bin
sudo mv goPassd /bin
  • Start the daemon with
sudo systemctl start gopass
  • Compile the client
cd goPass_client && go build 

Commands

goPass --help

goPass is a password manager that runs entirely on your CLI

Usage:
  goPass [flags]
  goPass [command]

Available Commands:
  add         Add a new password to your vault
  delete      Delete a 
  get         Get your passwords [Decrypted].
  help        Help about any command
  init        Initialize your Repo

Flags:
  -h, --help   help for goPass

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

About

CLI password manager.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages