Ankiterm is a cli anki review tool.
To install AnkiTerm, follow these steps:
- Clone the repository:
git clone https://github.com/pluveto/ankiterm.git
- Navigate to the project directory:
cd ankiterm
- Build the executable:
make
- Install AnkiTerm:
make install
(INSTALL_DIR
can be specified, default is/usr/local/bin
)
AnkiTerm can be used as follows:
ankiterm "Deck Name"
Options:
-r, --reviewer
: Reviewer name. Different reviewer will provide different review interaction strategy.stream
: The default reviewer. History cards will apprear in a operation stream.oneline
: Cards will apprear in a single line.
Examples:
ankiterm vocabs -r oneline
Contributions are welcome! Here's how you can contribute to the project:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -am 'feat: add some feature'
- Push the branch to your forked repository:
git push origin feature/your-feature-name
- Open a pull request.
Please ensure that your code follows the project's coding style and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.