LICENSE
README.md
pyproject.toml
star/CHANGELOG.md
star/LICENSE
star/README.md
star/__init__.py
star/__main__.py
star/_bundled.py
star/_runtime.py
star/anki_sync.py
star/annotations.py
star/app.py
star/archive.py
star/audiobook.py
star/autodeps.py
star/braille.py
star/cache.py
star/citations.py
star/convert.py
star/diagnostics.py
star/dictionary.py
star/discovery.py
star/export.py
star/export_graph.py
star/feeds.py
star/flashcards.py
star/fonts.py
star/formats.py
star/fulltext.py
star/graph.py
star/i18n.py
star/library.py
star/mathrender.py
star/ner.py
star/obsidian.py
star/pagination.py
star/plugins.py
star/render.py
star/search.py
star/settings.py
star/spellcheck.py
star/sr.py
star/stats.py
star/summarize.py
star/syllables.py
star/sync.py
star/themes.py
star/transcribe.py
star/translate.py
star/update.py
star/video.py
star/vocab.py
star/watch.py
star/welcome.md
star/documents/__init__.py
star/documents/dispatch.py
star/documents/ebook.py
star/documents/handlers.py
star/documents/html.py
star/documents/misc.py
star/documents/model.py
star/documents/office.py
star/documents/pandoc.py
star/documents/pdf.py
star/documents/text_loaders.py
star/gui/__init__.py
star/gui/_qtcompat.py
star/gui/a11y.py
star/gui/deps_dialog.py
star/gui/graph_view.py
star/gui/icons.py
star/gui/main_window.py
star/gui/mixin_aiddialogs.py
star/gui/mixin_annotations.py
star/gui/mixin_bookmarks_qt.py
star/gui/mixin_chrome.py
star/gui/mixin_citations.py
star/gui/mixin_commands.py
star/gui/mixin_display.py
star/gui/mixin_docops.py
star/gui/mixin_doctools.py
star/gui/mixin_document.py
star/gui/mixin_export.py
star/gui/mixin_find.py
star/gui/mixin_fontspacing.py
star/gui/mixin_graph.py
star/gui/mixin_highlights.py
star/gui/mixin_playback.py
star/gui/mixin_presets.py
star/gui/mixin_review.py
star/gui/mixin_toc.py
star/gui/mixin_tour.py
star/gui/mixin_transcription.py
star/gui/mixin_voices.py
star/gui/preferences.py
star/gui/runner.py
star/gui/mixin_navigation/__init__.py
star/gui/mixin_navigation/_core.py
star/gui/mixin_navigation/_editing.py
star/gui/mixin_navigation/_position.py
star/gui/mixin_navigation/_speechcursor.py
star/locale/README.md
star/locale/ar.json
star/locale/de.json
star/locale/es.json
star/locale/fr.json
star/locale/pt.json
star/markup/__init__.py
star/markup/_regexes.py
star/markup/asciidoc.py
star/markup/creole.py
star/markup/latex.py
star/markup/mediawiki.py
star/markup/orgmode.py
star/markup/pandoc.py
star/markup/rst.py
star/markup/textile.py
star/tts/__init__.py
star/tts/applesay.py
star/tts/audio.py
star/tts/base.py
star/tts/coqui.py
star/tts/dectalk.py
star/tts/espeak.py
star/tts/exporters.py
star/tts/festival.py
star/tts/piper.py
star/tts/piper_models.py
star/tts/pyttsx3.py
star/tts/qtspeech.py
star/tts/silent.py
star/tts/subtitles.py
star/tts/cloud/__init__.py
star/tts/cloud/base.py
star/tts/cloud/elevenlabs.py
star/tts/cloud/mock.py
star/tts/manager/__init__.py
star/tts/manager/_export.py
star/tts/manager/_playback.py
star/tts/manager/_screader.py
star/tts/manager/_selection.py
star/ttstext/__init__.py
star/ttstext/abbreviations.py
star/ttstext/markdown.py
star/ttstext/mathspeech.py
star/ttstext/numbers.py
star/ttstext/pipeline.py
star/ttstext/ssml.py
star/ttstext/tables.py
star/tui/__init__.py
star/tui/_screen.py
star/tui/app.py
star/tui/mixin_annotations.py
star/tui/mixin_bookmarks.py
star/tui/mixin_caret.py
star/tui/mixin_commands.py
star/tui/mixin_display.py
star/tui/mixin_docops.py
star/tui/mixin_document.py
star/tui/mixin_draw.py
star/tui/mixin_export.py
star/tui/mixin_graph.py
star/tui/mixin_help.py
star/tui/mixin_keys.py
star/tui/mixin_navigation.py
star/tui/mixin_playback.py
star/tui/mixin_rsvp.py
star/tui/mixin_search.py
star/tui/mixin_speechcursor.py
star/tui/mixin_transcription.py
star/tui/mixin_voice.py
star/tui/text.py
star/tui/theming.py
star_reader.egg-info/PKG-INFO
star_reader.egg-info/SOURCES.txt
star_reader.egg-info/dependency_links.txt
star_reader.egg-info/entry_points.txt
star_reader.egg-info/requires.txt
star_reader.egg-info/top_level.txt
tests/test_a11y_announce.py
tests/test_accessibility.py
tests/test_archive.py
tests/test_audiobook.py
tests/test_autodeps.py
tests/test_citations.py
tests/test_cloud_tts.py
tests/test_convert.py
tests/test_dependencies.py
tests/test_deps_dialog.py
tests/test_dictionary.py
tests/test_doc_fidelity.py
tests/test_documents.py
tests/test_export.py
tests/test_features.py
tests/test_fonts.py
tests/test_frozen_build.py
tests/test_fulltext.py
tests/test_graph.py
tests/test_gui_interactive.py
tests/test_gui_smoke.py
tests/test_gui_workflows.py
tests/test_highlights_pagination.py
tests/test_i18n.py
tests/test_i18n_catalog.py
tests/test_import_smoke.py
tests/test_library.py
tests/test_loaders_property.py
tests/test_markup.py
tests/test_metadata.py
tests/test_obsidian.py
tests/test_pagination.py
tests/test_pandoc_import.py
tests/test_pdf_layout.py
tests/test_piper_models.py
tests/test_plugins.py
tests/test_plugins_cli.py
tests/test_preferences.py
tests/test_qtspeech.py
tests/test_render.py
tests/test_review.py
tests/test_rsvp.py
tests/test_rtl.py
tests/test_search_nav.py
tests/test_settings.py
tests/test_sr.py
tests/test_syllables.py
tests/test_sync.py
tests/test_systools.py
tests/test_tour.py
tests/test_translate_dictate.py
tests/test_tts.py
tests/test_ttstext.py
tests/test_tui_clipboard.py
tests/test_tui_mixins.py
tests/test_tui_speech2text.py
tests/test_update.py
tests/test_update_cli.py
tests/test_version_parity.py
tests/test_video.py
tests/test_voices.py
tests/test_watch.py