No description
Find a file
Oliver Davies 6323576826
All checks were successful
/ check (push) Successful in 25s
Update README
2025-09-04 21:35:09 +01:00
.forgejo/workflows Use just 2025-07-31 23:50:59 +01:00
flake-modules Create Nix package 2025-08-01 09:23:11 +01:00
internal Update module paths to Forgejo 2025-08-01 09:36:37 +01:00
.envrc Initial commit 2025-07-31 20:14:14 +01:00
.gitignore Create Nix package 2025-08-01 09:23:11 +01:00
CHANGELOG.md Update CHANGELOG 2025-08-05 01:40:14 +01:00
config.yaml.example Add config.yaml example 2025-07-31 22:59:57 +01:00
flake.lock Initial commit 2025-07-31 20:14:14 +01:00
flake.nix Initial commit 2025-07-31 20:14:14 +01:00
go.mod go mod tidy 2025-08-05 01:36:15 +01:00
go.sum go mod tidy 2025-08-05 01:36:15 +01:00
justfile Add justfile 2025-07-31 23:47:44 +01:00
main.go Update module paths to Forgejo 2025-08-01 09:36:37 +01:00
README.md Update README 2025-09-04 21:35:09 +01:00
todo.txt Update todo.txt 2025-08-01 09:30:00 +01:00

git-repo-updater

git-repo-updater is an CLI program that finds and updates Git repositories in specified directories.

Configuration

git-repo-updater is configurable using a configuration file at ~/.config/git-repo-updater/config.yaml.

For example:

# The number of levels to search.
depth: 3

# A list of directories to search in.
directories:
  - ~/Code/code.oliverdavies.uk

# A list of repositories to ignore and not update.
ignored:
  - ~/Code/github.com/nixos/nixpkgs