Skip to content

0djentd/omoidasu

Repository files navigation

PyPI GitHub release (latest SemVer including pre-releases) GitHub all releases PyPI - Python Version

GitHub issues GitHub commit activity GitHub Repo stars

Python package Pylint

omoidasu

Description

CLI flashcards tool.

Installation

pip install omoidasu

How to use

Usage: omoidasu [OPTIONS] COMMAND [ARGS]...

  CLI for Omoidasu.

Options:
  --data-dir TEXT                 Data directory.
  --config-dir TEXT               Config directory.
  --cache-dir TEXT                Cache directory.
  --state-dir TEXT                State directory.
  --log-dir TEXT                  Log directory.
  --flashcards-dir TEXT           Flashcards directory.
  --verbose / --no-verbose        Show additional information.
  --interactive / --no-interactive
                                  Use interactive features.
  --debug / --no-debug            Show debug information.
  --help                          Show this message and exit.

Commands:
  add     Add cards interactively using text editor.
  list    Writes all cards to stdout.
  new     Add card.
  review  Review all cards.
Usage: omoidasu list [OPTIONS] REGULAR_EXPRESSION

  Writes all cards to stdout.

Options:
  --max-cards INTEGER  Max number of cards to list.
  --help               Show this message and exit.
Usage: omoidasu review [OPTIONS] REGULAR_EXPRESSION

  Review all cards.

Options:
  --max-cards INTEGER  Max number of cards to review.
  --help               Show this message and exit.
Usage: omoidasu add [OPTIONS]

  Add cards interactively using text editor. Save empty file to finish adding
  cards.

Options:
  --editor TEXT
  --help         Show this message and exit.
Usage: omoidasu new [OPTIONS] [SIDES]...

  Add card.

Options:
  --help  Show this message and exit.