Spaced repetition on the command line.
Currently, pre-compiled binaries of srs-cli aren't being distributed. You can install it with Cargo by running
cargo install --git https://github.com/rsookram/srs-cli
USAGE:
srs-cli [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-p, --path <PATH> The path of the database file [default: srs.db]
SUBCOMMANDS:
add Create a new card, and add it to a deck
cards List all cards in all decks
create-deck Create a new deck
decks List all decks
delete Delete a card
delete-deck Delete a deck, including all of its cards
edit Edit the contents of a card
init Create an empty {name} database
int-mod Edit a deck's interval modifier
review Review cards that are scheduled for review
stats View statistics of decks and reviews
switch Move a card between decks
srs-cli can be built from source by cloning this repository and using Cargo.
git clone https://github.com/rsookram/srs-cli
cd srs-cli
cargo build --release
Copyright 2022 Rashad Sookram
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.