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