mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
393 B
Plaintext
22 lines
393 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# thunderbird
|
|
|
|
> Email client and RSS reader.
|
|
> More information: <https://manned.org/thunderbird>.
|
|
|
|
- Open thunderbird:
|
|
|
|
`thunderbird`
|
|
|
|
- Use a specific user profile:
|
|
|
|
`thunderbird -P {{profile_name}}`
|
|
|
|
- Use a specific user profile directory:
|
|
|
|
`thunderbird --profile {{path/to/profile_directory}}`
|