mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 19:02:09 +02:00

* anki: add page * Correct formatting * Correct description formatting * Update information link Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Update parameter name Co-authored-by: Jack Lin <blueskyson1401@gmail.com> * Move page to common * Format command name in code block Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Format command name in code block Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Format path in code block Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Change information link to point to documentation Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages/common/anki.md Co-authored-by: Jack Lin <blueskyson1401@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
371 B
Markdown
20 lines
371 B
Markdown
# anki
|
|
|
|
> Powerful, intelligent flashcard program.
|
|
> More information: <https://docs.ankiweb.net>.
|
|
|
|
- Launch `anki`:
|
|
|
|
`anki`
|
|
|
|
- Launch `anki` with a specific profile:
|
|
|
|
`anki -p {{profile_name}}`
|
|
|
|
- Launch `anki` in a specific language:
|
|
|
|
`anki -l {{language}}`
|
|
|
|
- Launch `anki` from a specific directory instead of the default (`~/Anki`):
|
|
|
|
`anki -b {{path/to/directory}}`
|