about summary refs log tree commit diff
path: root/tools/git-broom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-062-376/+0
| | | | | | 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.
* various fixes for errors reported by deadnixFranck Cuny2023-12-151-1/+1
|
* fix(tools): install dependencies correctlyFranck Cuny2022-10-291-0/+1
| | | | | | | For the python tools, we need the python runtime to be available. For this we need to specify the dependencies in `propagatedBuildInputs`. The same is true for flamegraph and perf.
* feat(tools/git-broom): CLI to delete local and remote branchesFranck Cuny2022-10-232-0/+375
This tool helps to keep only the branches that are relevant: the ones that have not been merged yet into the main branch on the principal remote repository.