aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(source): Handle peeled tagsFuwn2025-05-261-0/+6
* chore(flake): Report Unix platforms supportFuwn2025-05-261-1/+1
* chore(README): Update copyright yearFuwn2025-05-121-1/+1
* fix(flake): refactor to support nix-darwinFuwn2025-01-031-11/+24
* docs(examples): add new sri hash field to example yae environment fileFuwn2024-12-031-0/+1
* feat(yae): track sri hash field for sourcesFuwn2024-12-034-3/+22
* fix(init): initialise base empty environment on init commandFuwn2024-11-262-1/+4
* chore(flake): bump nixpkgsFuwn2024-11-021-3/+3
* feat(yae): add optional schema fieldFuwn2024-10-259-63/+102
* fix(source): dynamically identify hostFuwn2024-10-231-1/+10
* feat(yae): dry-run flagFuwn2024-10-236-1/+20
* docs(readme): fix typoFuwn2024-10-191-2/+2
* docs: move examples text into examplesFuwn2024-10-192-10/+4
* docs: add json schema for referenceFuwn2024-10-191-0/+22
* docs(readme): reword hook pointsFuwn2024-10-181-3/+23
* docs(examples): add readmeFuwn2024-10-181-0/+24
* chore(examples): symlink yae.jsonFuwn2024-10-161-10/+1
* docs: add nixpkgs examplesFuwn2024-10-166-2/+104
* docs(readme): add section heading to usage exampleFuwn2024-10-151-0/+2
* docs(readme): expand on installation instructionsFuwn2024-10-151-4/+29
* docs(readme): update hook wordingFuwn2024-10-151-3/+3
* docs(readme): fix typoFuwn2024-10-151-1/+1
* docs(readme): update hook wordingFuwn2024-10-151-1/+1
* docs(readme): add hookFuwn2024-10-141-0/+10
* chore(flake): bump versionFuwn2024-10-141-1/+1
* feat(yae): add file not found and init informationFuwn2024-10-141-1/+10
* docs(readme): add section heading for exampleFuwn2024-10-141-2/+4
* docs(readme): add far too much detail to tsutsumi exampleFuwn2024-10-141-3/+22
* docs(readme): expand introductory sectionsFuwn2024-10-141-8/+9
* chore(flake): bump versionFuwn2024-10-131-1/+1
* feat(yae): add args usage to dropFuwn2024-10-131-4/+5
* refactor(commands): move flags to commands packageFuwn2024-10-133-59/+67
* refactor(yae): move commands and library to internal packageFuwn2024-10-139-132/+183
* fix(flake): module vendor hashFuwn2024-10-121-1/+1
* feat(source): extra debug logsFuwn2024-10-121-0/+4
* refactor(yae): rename updated list flagsFuwn2024-10-121-6/+6
* refactor(yae): control logging through silent flagFuwn2024-10-122-20/+9
* feat(source): extra output logsFuwn2024-10-121-1/+11
* feat(yae): extra log level flagsFuwn2024-10-121-0/+18
* feat(yae): hide internal tool logsFuwn2024-10-123-11/+7
* feat(yae): use charmbracelet/log for loggingFuwn2024-10-124-9/+50
* refactor(sources): remove unused memberFuwn2024-10-121-4/+0
* refactor(source): move tag fetcher to membersFuwn2024-10-121-2/+2
* refactor(utilities): move lister to utilitiesFuwn2024-10-122-12/+13
* chore(flake): bump versionFuwn2024-10-121-1/+1
* refactor(utilities): move shared utilities to separate fileFuwn2024-10-122-36/+42
* refactor(source): move source to separate fileFuwn2024-10-123-127/+134
* fix(yae): don't mark as updated on same sha256 when forcedFuwn2024-10-121-1/+4
* feat(yae): force add flagFuwn2024-10-111-0/+12
* feat(yae): allow statically forceable sourcesFuwn2024-10-112-1/+2