qds
qds (Quick Dirty Scripts) is a CLI tool that lets you create and run quick Python scripts from the command line with minimal setup.
Installation
Install via pip:
pip install qds-run
Overview
When you first run any qds command, it initializes a directory in your home folder:
-
~/.qds/qds.tomlA TOML file containing metadata about your scripts. -
~/.qds/