aboutsummaryrefslogtreecommitdiff
path: root/yae.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-28feat: Add version to CLIHEADmainFuwn1-0/+3
2024-10-25feat(yae): add optional schema fieldFuwn1-1/+1
2024-10-23feat(yae): dry-run flagFuwn1-0/+4
2024-10-14feat(yae): add file not found and init informationFuwn1-1/+10
2024-10-13feat(yae): add args usage to dropFuwn1-4/+5
2024-10-13refactor(commands): move flags to commands packageFuwn1-59/+4
2024-10-13refactor(yae): move commands and library to internal packageFuwn1-125/+12
2024-10-12refactor(yae): rename updated list flagsFuwn1-6/+6
2024-10-12refactor(yae): control logging through silent flagFuwn1-3/+2
2024-10-12feat(yae): extra log level flagsFuwn1-0/+18
2024-10-12feat(yae): hide internal tool logsFuwn1-5/+1
2024-10-12feat(yae): use charmbracelet/log for loggingFuwn1-4/+3
2024-10-12refactor(utilities): move shared utilities to separate fileFuwn1-36/+0
2024-10-12refactor(source): move source to separate fileFuwn1-114/+4
2024-10-11fix(yae): don't mark as updated on same sha256 when forcedFuwn1-1/+4
2024-10-11feat(yae): force add flagFuwn1-0/+12
2024-10-11feat(yae): allow statically forceable sourcesFuwn1-1/+1
2024-10-11feat(yae): remove remote tag restrictionFuwn1-1/+1
2024-10-11feat(yae): force pinned updates flagFuwn1-5/+10
2024-10-11feat(yae): force recalculate hash flagFuwn1-4/+15
2024-10-11feat(yae): only write when at least one source updatedFuwn1-2/+4
2024-10-11refactor(yae)!: change uri references to urlFuwn1-12/+12
2024-10-11feat(yae): prevent updates with pinningFuwn1-0/+16
2024-10-11feat(yae): tag predicate prefix trimmingFuwn1-0/+12
2024-10-11refactor(yae): simple tag predicate handlingFuwn1-6/+2
2024-10-11fix(yae): default tag predicate for release referencesFuwn1-0/+4
2024-10-11feat(yae): replace all template occurrencesFuwn1-2/+2
2024-10-11feat(yae): add listed output for updateFuwn1-2/+20
2024-10-11feat(yae): update list output modeFuwn1-23/+60
2024-10-11refactor(yae): remove unused update flagFuwn1-6/+0
2024-10-11feat(yae): git sources and remote git source updaterFuwn1-41/+126
2024-10-10feat(yae): unpack by defaultFuwn1-0/+1
2024-10-10feat(yae): add init sub-commandFuwn1-0/+15
2024-10-10refactor!: wiene -> yaeFuwn1-0/+190