mirror of
https://github.com/paul-nameless/tg
synced 2024-11-24 21:03:06 +00:00
Add contacts shortcut and link to config file
This commit is contained in:
parent
b37bba8fb7
commit
dfe5098ec9
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,8 @@ PHONE = "[your phone number]"
|
|||
|
||||
### Advanced configuration:
|
||||
|
||||
All configurable variables can be found [here](https://github.com/paul-nameless/tg/blob/master/tg/config.py)
|
||||
|
||||
```python
|
||||
import os
|
||||
|
||||
|
@ -210,6 +212,7 @@ For navigation arrow keys also can be used.
|
|||
- `p`: pin/unpin current chat
|
||||
- `u`: mark read/unread
|
||||
- `r`: read current chat
|
||||
- `c`: show list of contacts
|
||||
- `?`: show help
|
||||
|
||||
## Msgs:
|
||||
|
|
Loading…
Reference in a new issue