Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move ipconverter under `src` | Franck Cuny | 2024-05-05 | 2 | -61/+0 |
| | |||||
* | move seqstat | Franck Cuny | 2024-05-04 | 2 | -55/+0 |
| | |||||
* | move the slocalc under `src` | Franck Cuny | 2024-05-04 | 2 | -94/+0 |
| | |||||
* | don't install the script for pizza | Franck Cuny | 2024-05-04 | 1 | -31/+0 |
| | |||||
* | start the conversion to python | Franck Cuny | 2024-05-04 | 1 | -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 variables | Franck Cuny | 2024-05-03 | 2 | -7/+45 |
| | |||||
* | improve variable's name | Franck Cuny | 2024-04-30 | 1 | -2/+2 |
| | |||||
* | add `robloxenv` to manage hashi credentials | Franck Cuny | 2024-04-29 | 2 | -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 menu | Franck Cuny | 2024-04-28 | 2 | -0/+89 |
| | | | | Delete the version in go. | ||||
* | move the `slocalc` to a python script | Franck Cuny | 2024-04-16 | 2 | -0/+94 |
| | |||||
* | delete a bunch of stuff | Franck Cuny | 2024-03-10 | 24 | -1617/+0 |
| | |||||
* | share configuration for shell utils | Franck Cuny | 2024-03-07 | 1 | -10/+0 |
| | |||||
* | rename `tools` to `packages` to follow convention | Franck Cuny | 2024-03-06 | 35 | -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. |