Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshVerma committed Jul 24, 2020
1 parent ecd60f0 commit 61856c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ To get started:

Once the initialisation is done, just simply use `qgmail` to access the API.

> If you want to use `qGmail` for multiple accounts in your status bar, you can do so by specifying a different path for saving the OAuth tokens through the `-token` flag. For example:
>```sh
># For personal account, use default path for the token.
>qgmail
>
># For alternate account, use another path for the token.
>qgmail -token ~/.config/qgmail/alternate_token.json
>```
### Configuration
qGmail looks for configuration parameters in `~/.config/qgmail/config.json` by default, which you may override using the `-config` flag.
### CLI
qGmail provides some CLI flags to help you configure it on the go. To know about them, just use `qgmail --help`, or `qgmail init --help`.
Expand Down

0 comments on commit 61856c7

Please sign in to comment.