gfold 2026.9.0

CLI tool to help keep track of your Git repositories.
1
2
3
4
5
6
7
8
[target.x86_64-unknown-linux-musl]
pre-build = ["apt update", "apt install -y clang"]

[target.aarch64-unknown-linux-musl]
pre-build = ["apt update", "apt install -y clang"]

[target.powerpc64le-unknown-linux-gnu]
pre-build = ["apt update", "apt install -y clang"]