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>
pull/3/head
Cole D 2023-01-26 09:06:49 -05:00 committed by GitHub
parent d0d67e1d95
commit 9c3cbf5446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

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