mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
455 B
Plaintext
26 lines
455 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# anki
|
|
|
|
> Powerful, intelligent flashcard program.
|
|
> More information: <https://manned.org/anki>.
|
|
|
|
- Launch the GUI:
|
|
|
|
`anki`
|
|
|
|
- Use a specific profile:
|
|
|
|
`anki {{[-p|--profile]}} {{profile_name}}`
|
|
|
|
- Use a specific language:
|
|
|
|
`anki {{[-l|--lang]}} {{language}}`
|
|
|
|
- Use a non-default directory (`~/Anki` for default):
|
|
|
|
`anki {{[-b|--base]}} {{path/to/directory}}`
|