aboutsummaryrefslogtreecommitdiff
path: root/packages (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-06more deletionFranck Cuny1-30/+0
2024-05-06just moving stuff aroundFranck Cuny1-207/+0
2024-05-05move ipconverter under `src`Franck Cuny2-61/+0
2024-05-04move seqstatFranck Cuny2-55/+0
2024-05-04move the slocalc under `src`Franck Cuny2-94/+0
2024-05-04don't install the script for pizzaFranck Cuny1-31/+0
2024-05-04start the conversion to pythonFranck Cuny1-58/+0
Add support to move all the tools to python and organize them in a way that should be simple. I'm using https://rye-up.com for this.
2024-05-03add a comment to set environment variablesFranck Cuny2-7/+45
2024-04-30improve variable's nameFranck Cuny1-2/+2
2024-04-29add `robloxenv` to manage hashi credentialsFranck Cuny2-0/+199
I never know how to get the credentials for some hashi components. This script helps with getting the credentials I need at the edge.
2024-04-28add a script to fetch cheeseboard's menuFranck Cuny2-0/+89
Delete the version in go.
2024-04-16move the `slocalc` to a python scriptFranck Cuny2-0/+94
2024-03-10delete a bunch of stuffFranck Cuny24-1617/+0
2024-03-07share configuration for shell utilsFranck Cuny1-10/+0
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny35-0/+2285
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.