Anki is a smart spaced repetition flashcard program
Find a file
evandrocoan 26cdff29ec Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands
as PYTHON_BIN, ACTIVE_SCRIPT and INSTALL_PYAUDIO.
Fixed echo statements not using @ to suppress double message output.
Deprecated the usage of ECHOCMD := /bin/echo -e because it has no
effect: https://stackoverflow.com/questions/60387684/how-to-make-the-makefile-echos-to-use-bin-echo-e

# Conflicts:
#	Makefile
2020-02-25 03:15:11 -03:00
.github test possible CI speed-up 2020-02-24 21:23:51 +10:00
meta bump version 2020-02-16 08:50:10 +10:00
proto expand clozes before rendering LaTeX 2020-02-24 18:34:08 +10:00
pylib Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
qt Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
react Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
rslib Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
rspy Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
svelte Fixed development compilation with Windows 10 2020-02-24 14:59:11 -03:00
tslib Fixed development compilation with Windows 10 2020-02-24 14:59:11 -03:00
.gitignore output into dist/ 2020-01-03 14:32:26 +10:00
CONTRIBUTORS Added myself into CONTRIBUTORS 2020-02-24 15:05:49 -03:00
LICENSE drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
Makefile Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing document annotations 2020-02-12 08:05:40 +10:00
README.development Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
README.md add back the readme badge 2020-01-23 17:27:07 +10:00
run Fixed development compilation with Windows 10 2020-02-24 14:59:11 -03:00

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

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing

For more information on building, please see README.development

If you'd like to contribute code, please see README.contributing