From 9c3cbf54466fc1678bb298390caa30a3bc42664e Mon Sep 17 00:00:00 2001 From: Cole D <104338788+dylancdavis@users.noreply.github.com> Date: Thu, 26 Jan 2023 09:06:49 -0500 Subject: [PATCH] anki: add page (#9781) * anki: add page * Correct formatting * Correct description formatting * Update information link Co-authored-by: Jack Lin * Update parameter name Co-authored-by: Jack Lin * Move page to common * Format command name in code block Co-authored-by: K.B.Dharun Krishna * Format command name in code block Co-authored-by: K.B.Dharun Krishna * Format path in code block Co-authored-by: K.B.Dharun Krishna * Change information link to point to documentation Co-authored-by: K.B.Dharun Krishna * Update pages/common/anki.md Co-authored-by: Jack Lin Co-authored-by: K.B.Dharun Krishna --- pages/common/anki.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/anki.md 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}}`