1 Repo
Components for displaying or launching files in external browser contexts.
Distinct from File Uploaders: Focuses on UI-driven file viewing/launching, distinct from file upload/transfer logic.
Explore 1 awesome GitHub repository matching user interface & experience · File Viewers. Refine with filters or upvote what's useful.
This project is a Python framework for building command-line interfaces by converting standard functions into executable programs. It uses type hints to automatically infer and generate argument parsers, validation logic, and help documentation, allowing developers to define complex terminal applications through simple function signatures. The framework distinguishes itself through a decorator-driven registration system that enables the construction of hierarchical command trees. It supports dependency injection to manage shared state and runtime configuration across subcommands, and it utili
Launches files and URLs in default system applications with support for waiting on process completion.