anki: add page (#9781)

* 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>
This commit is contained in:
Cole D
2023-01-26 09:06:49 -05:00
committed by GitHub
parent d0d67e1d95
commit 9c3cbf5446

20
pages/common/anki.md Normal file
View File

@@ -0,0 +1,20 @@
# 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}}`