about summary refs log tree commit diff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more deletionFranck Cuny2024-05-061-30/+0
|
* just moving stuff aroundFranck Cuny2024-05-061-207/+0
|
* move ipconverter under `src`Franck Cuny2024-05-052-61/+0
|
* move seqstatFranck Cuny2024-05-042-55/+0
|
* move the slocalc under `src`Franck Cuny2024-05-042-94/+0
|
* don't install the script for pizzaFranck Cuny2024-05-041-31/+0
|
* start the conversion to pythonFranck Cuny2024-05-041-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.
* add a comment to set environment variablesFranck Cuny2024-05-032-7/+45
|
* improve variable's nameFranck Cuny2024-04-301-2/+2
|
* add `robloxenv` to manage hashi credentialsFranck Cuny2024-04-292-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.
* add a script to fetch cheeseboard's menuFranck Cuny2024-04-282-0/+89
| | | | Delete the version in go.
* move the `slocalc` to a python scriptFranck Cuny2024-04-162-0/+94
|
* delete a bunch of stuffFranck Cuny2024-03-1024-1617/+0
|
* share configuration for shell utilsFranck Cuny2024-03-071-10/+0
|
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-0635-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.