diff --git a/pages/common/anki.md b/pages/common/anki.md new file mode 100644 index 000000000..f5ef777b3 --- /dev/null +++ b/pages/common/anki.md @@ -0,0 +1,20 @@ +# anki + +> Powerful, intelligent flashcard program. +> More information: . + +- 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}}`