updated readme
This commit is contained in:
parent
0c8130e599
commit
353eba5605
|
@ -2,15 +2,16 @@
|
||||||
|
|
||||||
alerts u when u have unread messages by adding 📬 to your bash prompt
|
alerts u when u have unread messages by adding 📬 to your bash prompt
|
||||||
|
|
||||||
##USAGE:
|
## USAGE:
|
||||||
|
|
||||||
- configure your imap server in your .muttrc (or .mutt/muttrc) file
|
- configure your imap server in your .muttrc (or .mutt/muttrc) file
|
||||||
- add `./uvgotmail.py --daemon &` to the end of your `.bashrc` file
|
- add `./uvgotmail.py --daemon &` to the end of your `.bashrc` file
|
||||||
- find the line where your PS1 is set and put `$(./uvgotmail.py --check)` at the start
|
- find the line where your PS1 is set and put `$(./uvgotmail.py --check)` at the start
|
||||||
|
|
||||||
##OPTIONS:
|
## OPTIONS:
|
||||||
|
|
||||||
###check mode
|
### check mode
|
||||||
|
|
||||||
- `--mailbox-char [c]`: specify your own character instead of 📬
|
- `--mailbox-char [c]`: specify your own character instead of 📬
|
||||||
- `--no-count`: by default, if you have multiple messages you will get `(n) 📬` in your PS1. this option turns that off.
|
- `--no-count`: by default, if you have multiple messages you will get `(n) 📬` in your PS1. this option turns that off.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue