flcard

Crates.ioflcard
lib.rsflcard
version1.0.1
sourcesrc
created_at2023-03-31 03:38:27.112107
updated_at2023-03-31 03:38:27.112107
descriptionBarebones flashcard system
homepage
repositoryhttps://github.com/CarbonFlora/flashcard
max_upload_size
id825951
size29,930
(CarbonFlora)

documentation

README

Rust CLI Flashcards

Barebones flashcard system.

To use,

  1. Clone the repository.
  2. Install the repo using:

cargo install --path [path_to_source_folder]

  1. flashcard [flags] [text_files]

Text File Format:

[front_side] | [back_side]

Working Delimiters:

| \ / () [] {} <> -

Example:

nǐ hǎo (hello)
bāhén (scar)

Commit count: 19

cargo fmt