Skip to content

totalgood/anki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12,340 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anki

Build Status Documentation

This repo contains the source code for the computer version of Anki.

About

Anki is a spaced repetition program. Please see the website to learn more.

Getting Started

Contributing

Want to contribute to Anki? Check out the Contribution Guidelines.

For more information on building and developing, please see Development.

Contributors

The following people have contributed to Anki: CONTRIBUTORS

Anki Betas

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see Anki betas.

Linux Desktop Integration

To test your local Anki (dev) build, integrated with your Linux desktop (Ubuntu, Debian, Mint, ...) you can install a launcher entry for "Anki (dev)" separate from the official release.

python -c "from pathlib import Path; " \
    "content = open('tools/anki-dev.desktop').read().format(ANKI_SRC=str(Path.cwd())); "  \
    "with open(f'{Path.home()}/.local/share/applications/anki-dev.desktop', 'w') as f:" \
    "    f.write(content);"
update-desktop-database ~/.local/share/applications/

You can then open and launch your local Anki (dev) build in the same way that you launch the official Anki app.

License

Anki's license: LICENSE

About

Anki for desktop computers

Resources

License

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Rust 39.1%
  • Python 25.4%
  • MDX 13.7%
  • TypeScript 10.1%
  • Svelte 9.9%
  • SCSS 0.8%
  • Other 1.0%