feat: interactive cli

using fzf wrapped by pyfzf
This commit is contained in:
eneller
2025-02-25 12:18:13 +01:00
parent 7f488c638c
commit 8e0d92d796
6 changed files with 61 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ from convert import GBConvert
import utils
def main():
books = utils.get_all_book_urls()
books = utils.get_all_book_tags()
# NOTE consider making this a map()
for book in tqdm(books):
book_title = book.get_text()