aboutsummaryrefslogtreecommitdiff
path: root/packages/music-organizer/go.sum (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-10delete a bunch of stuffFranck Cuny1-4/+0
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-0/+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.
2022-06-18feat(tools/music-organizer): add a CLI to organize my musicFranck Cuny1-0/+4
This CLI can be used on the NAS to import an album in my music collection. Change-Id: I5749e34b55bead846e9341fca29e648d3859fc8f Reviewed-on: https://cl.fcuny.net/c/world/+/448 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>