Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

victorlpgazolli/go-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pass

Simple CLI Password Manager

🚧 go-pass is under development 🚧

Examples

 $ # Set password:
 $ pass -n facebook -p 123456
 $ # Get password:
 $ pass -n facebook
 $ # List passwords:
 $ pass -l

Contents

Features

  • Save password
  • Read password
  • List passwords

Installation

You can install this via the command-line with either curl, wget or another similar tool.

Method Command
curl sh -c "$(curl -fsSL https://raw.githubusercontent.com/victorlpgazolli/go-pass/master/install.sh)"
wget sh -c "$(wget -O- https://raw.githubusercontent.com/victorlpgazolli/go-pass/master/install.sh)"
fetch sh -c "$(fetch -o - https://raw.githubusercontent.com/victorlpgazolli/go-pass/master/install.sh)"

Manual inspection

It's a good idea to inspect the install script from projects you don't yet know. You can do that by downloading the install script first, looking through it so everything looks normal, then running it:

wget https://raw.githubusercontent.com/victorlpgazolli/go-pass/master/install.sh
sh install.sh

About

Simple CLI Password Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published