README.md in pra-2.0.0 vs README.md in pra-2.1.0

- old
+ new

@@ -21,11 +21,11 @@ folder will automatically be created, if it does not exist, for logging purposes when pra starts. ## Configuration -`pra` requires one configuration, `~/.pra.json`, to exist in your home +`pra` requires one configuration, `~/.pra/config.json`, to exist in your home directory. The following is an example config that can be used as a starter. *Note:* You will need to replace **your.username**, **your.password**, **your.stash.server**, and the **repositories** and **organizations** sections of each of the pull sources. @@ -128,11 +128,11 @@ authentication enabled. Simply go to your GitHub **Account Settings**, select **Applications**, click the **Create new token** button in the **Personal Access Token** section. Give it the name "Pra" and submit. This will generate your personal access token. -Then simply put your personal access token in the `~/.pra.json` as your GitHub +Then simply put your personal access token in the `~/.pra/config.json` as your GitHub username and "x-oauth-basic" as your GitHub password. ## Usage Once you have configured `pra` as described above you can launch it by simply @@ -164,9 +164,16 @@ ### Move Between Pages To move between pages press `n` to go to the next page, and `p` to go to the previous page. + +### Filter + +To filter the list of you pull requests you can press `/` and start typing. The +list will start filtering as you type. Once you have completed typing your +filter you can press `Return` and go back to interacting with the list of pull +requests. Refreshing by pressing `r` will clear out the filter. ### Quit If you decide you have had enough and want to exit `pra` press the `q` key.