add license, loading screen

This commit is contained in:
andromeda
2026-04-16 16:50:54 +02:00
parent 4770f441d1
commit da93183389
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
name = "anki-cli"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0+"
[dependencies]
[dependencies.nanohtml2text]

View File

@@ -41,6 +41,8 @@ fn init(anki: &AnkiClient) {
_ => (),
}
}
clear_screen();
display_text("loading...");
anki.request(GuiDeckReviewRequest {
name: decks[input.parse::<usize>().unwrap()].clone(),
})