Hurry is a Python-based command-line interface (CLI) tool (current version 1.1) that helps users execute routine commands and scripts faster using templated configurations. It has a slow release cadence, with the latest update in 2019. It primarily functions as a standalone executable and is not intended for use as a traditional Python library with direct module imports.
pip install hurryVerified import paths — ran on the pinned version, not inferred.
Hurry helps you manage and execute frequently used commands via templates. First, add a command with a template, then run it, and finally, you can list or delete your saved commands.
Use `pip install hurry` for the current version. Uninstall `hurry-script` if it's still present: `pip uninstall hurry-script`.
Ensure you are using `hurry` as a CLI tool and not attempting to import modules that belong to the `hurry.filesize` package.
Interact with Hurry via the shell commands (e.g., `hurry add`, `hurry run`) rather than attempting to `import hurry` into Python code.
No dependency data recorded yet.