aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: 62fe2f29d9501b64438586a40a61609970258dec (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



                                                            

                                                  





                                                                                
                      
   
                                                                                        

                      


                    
                      
                                            
   
                                                                                                              


                                     
                                                                                           

               
                                                
     
                                              




         
# rofi-pass

#### bash script to handle pass storages in a convenient way

![rofi-pass](screenshot.png "rofi-pass in action")

## rofi-pass has the following features:

* Auto Type User and Password. Format of password files are expected to be like:
```
foobarmysecurepassword
UserName: MyUser
URL: http://my.url.foo
```
* Auto Typing of more than one field. This expects a CustomOrder field in password file:
```
foobarmysecurepassword
UserName: MyUser
SomeField: foobar
AnotherField: barfoo
URL: http://my.url.foo
CustomOrder: SomeField UserName AnotherField
```
* Handling webpages, that autotab to next field. For these sites add `NOTAB` in last line of the password file
* Open URLs of entries with hotkey
* Add new Entries to Password Storage
* Edit existing Entries
* Support for multiple roots for password-store (e.g. separate work from private passwords)

## Requirements
* pass (https://github.com/zx2c4/password-store)
* sed
* rofi (https://github.com/DaveDavenport/rofi)
* wmctrl
* xprop
* xdotool
* awk
* bash