HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

anki — Powerful, intelligent flashcard program. More information: <https://manned.org/anki>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandintelligentankiclipowerfulflashcardprogrammore

Problem

How to use the anki command: Powerful, intelligent flashcard program. More information: <https://manned.org/anki>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/anki

Revisions (0)

No revisions yet.