Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename `tools` to `packages` to follow convention | Franck Cuny | 2024-03-06 | 4 | -207/+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. | ||||
* | feat: script to delete repositories on GitHub | Franck Cuny | 2023-01-03 | 1 | -0/+84 |
| | | | | | Delete repositories that are marked as private in GitHub and already exists in my gitea instance. | ||||
* | fix(tools/import-gh-to-gitea): README + remove unused import | Franck Cuny | 2022-11-07 | 2 | -1/+12 |
| | |||||
* | feat(tools/import-gh-to-gitea): a script to archive repositories | Franck Cuny | 2022-11-07 | 1 | -0/+50 |
| | |||||
* | feat(tools/import-gh-to-gitea): script to import my repositories | Franck Cuny | 2022-11-05 | 1 | -0/+62 |
I'm going to move (again) from GH to my own instance of gitea. This script does the migration for me. |