Skip to content

keegnotrub/pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

pass

Pass is a tiny Ruby script to suggest and retrieve passwords for macOS.

Installation

After running the requirements, use the Makefile

$ git clone https://github.com/keegnotrub/pass
$ cd pass
$ sudo make install

Requirements

# Macports
$ sudo port install pwgen

# Homebrew
$ brew install pwgen

Usage for storing and retrieving passwords

$ pass <search> <offset>

Use search to provide grep text to match on
$ echo "site.com,login,pass" >> $HOME/.pass
$ pass site.com

An offset can be provided to retrieve the nth result
$ echo "site.com,login1,pass1" >> $HOME/.pass
$ echo "site.com,login2,pass2" >> $HOME/.pass
$ pass site.com 1

Usage for suggesting new passwords

$ pass

About

A tiny Ruby script to suggest and retrieve passwords for macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published