mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 14:42:29 +00:00
22 lines
388 B
Plaintext
22 lines
388 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hangups
|
|
|
|
> Third party command-line client for Google Hangouts.
|
|
> More information: <https://github.com/tdryer/hangups>.
|
|
|
|
- Start `hangups`:
|
|
|
|
`hangups`
|
|
|
|
- Display troubleshooting information and help:
|
|
|
|
`hangups -h`
|
|
|
|
- Set a refresh token for hangups:
|
|
|
|
`hangups --token-path {{path/to/token}}`
|