Metadata-Version: 2.1
Name: scriptcheck
Version: 0.0.0
Summary: Print a list of scripts from your Python Scripts folder for when you're like me and can't remember what you've installed or what a tool is called.
Project-URL: Homepage, https://github.com/matt-manes/scriptcheck
Project-URL: Documentation, https://github.com/matt-manes/scriptcheck/tree/main/docs
Project-URL: Source code, https://github.com/matt-manes/scriptcheck/tree/main/src/scriptcheck
Author-email: Matt Manes <mattmanes@pm.me>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: pathier
Requires-Dist: pytest
Requires-Dist: younotyou
Description-Content-Type: text/markdown

# scriptcheck

Print a list of scripts from your Python Scripts folder for when you're like me and can't remember what you've installed or what a tool is called.

## Installation

Install with:

<pre>
pip install scriptcheck
</pre>



## Usage

<pre>
>scriptcheck -h
usage: scriptcheck [-h] [includes ...]

positional arguments:
  includes    A list of wildcard patterns to search for scripts with. i.e. >scriptcheck a* d* will only print scripts starting with an 'a' or a 'd'.

options:
  -h, --help  show this help message and exit
</pre>
