This repository/site contains some scripts or snippets I often use throughout different projects and/or machines.
The scripts can be found in scripts/, scripts in scripts/bin/{os} should be added to PATH.
Feel free to add new scripts or adjust scripts to fit your setup (e.g. by adding parameters).
You can find the site at nerixyz.de/scripts.
Please use a virtual environment (POSIX: python3 -m venv venv and source venv/bin/activate).
pip3 install -r requirements.txt
# Preview
mkdocs serve
# Build
mkdocs build- Find or create a category (e.g. VS Code)
- Add your script/snippet to
scripts/- If the script should be in PATH, add it to
scripts/bin/{os}
- If the script should be in PATH, add it to
- Add a new Markdown file
- Add your script/snippet using the
--8<--snippet syntax (docs)