Skip to content

Commit

Permalink
update puma.7
Browse files Browse the repository at this point in the history
  • Loading branch information
clawoflight committed Jul 9, 2018
1 parent 3c9b8a4 commit f7d88b9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions man7/puma.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ puma-add(1)
: Helper script to simplify adding new credentials.

puma-menu
: Helper script providing interactive account selection for logging in using dmenu.
: Helper script providing interactive or automatic account selection for logging in using dmenu.

puma-profile-grep
: Helper script to quickly search through account files.
Expand All @@ -32,12 +32,23 @@ I recommend binding **puma-menu** to some keyboard shortcut.
# ACCOUNT FILE SYNTAX
Account files are of the following form:

// ~/Documents/keyring/google.gpg
// $PUMA_KEYRING/google.gpg
User: [email protected]
Pass: Tr0ub4dor&3

Lines other than *User* and *Pass* are ignored and can be used for notes or any other information.

# AUTOMATIC LOGIN
**puma-menu** can automatically log you in instead of presenting a menu.
Create *$PUMA_KEYRING/autologin.csv*:

url (unused), window title substring, file (argument to puma)
google.com, Google Accounts, google
paypal.com, PayPal, finance/paypal

The second column will be matched against the title of the focused window.
If no mapping was found, the menu is showed as usual.

# NOTES
Some environment variables may need to be set. Check the documentation of the scripts before using them.

Expand Down

0 comments on commit f7d88b9

Please sign in to comment.