summaryrefslogtreecommitdiffstatshomepage
path: root/justfile
Commit message (Expand)AuthorAgeFilesLines
...
* fix: 'just remove' only edits the list, never uninstallssommerfeld2026-04-211-2/+1
* feat: add 'just remove' to drop packages from a group and uninstallsommerfeld2026-04-211-0/+20
* feat: 'just add' accepts multiple packagessommerfeld2026-04-211-9/+11
* fix: pass --ask=4 to piped paru installs to auto-resolve conflictssommerfeld2026-04-211-3/+3
* chore: drop --noconfirm from 'just add' (stdin-less invocations can prompt)sommerfeld2026-04-211-1/+1
* chore: add --noconfirm to all 'paru -S' invocations in justfilesommerfeld2026-04-211-4/+4
* feat: 'just undeclared' now considers only active (≥50%) groupssommerfeld2026-04-211-16/+18
* fix: align 'just groups' signalling with ≥50% thresholdsommerfeld2026-04-211-3/+3
* fix: 'just init' now deploys dotfiles after regenerating configsommerfeld2026-04-211-2/+2
* docs: fix 'just undeclared' doc comment (was collapsed by just)sommerfeld2026-04-211-2/+1
* feat: split drift recipes and add 'just undeclared'sommerfeld2026-04-211-7/+19
* feat: add 'just diff' and 'just merge' for chezmoi drift investigationsommerfeld2026-04-211-0/+13
* style: drop redundant [private] attribute (_-prefix already hides recipes)sommerfeld2026-04-211-2/+0
* refactor: reorganize justfile with sync wrapper and generalized initsommerfeld2026-04-211-37/+72
* refactor: revert auto-init, add dedicated 'just init' recipesommerfeld2026-04-211-3/+6
* fix: use 'chezmoi init --apply' to regenerate config on template changessommerfeld2026-04-211-2/+3
* fix: pass -S . to chezmoi so apply/status work from any CWDsommerfeld2026-04-211-2/+2
* refactor: 'just status' only reports missing for groups ≥50% installedsommerfeld2026-04-211-3/+18
* refactor: raise 'just fix' threshold from ≥1 to ≥50% installedsommerfeld2026-04-211-6/+8
* feat: add 'just fix' to top up partially-installed meta groupssommerfeld2026-04-211-0/+15
* feat: 'just groups <name>' shows per-package breakdown for one groupsommerfeld2026-04-211-2/+17
* feat: add 'just groups' recipe to show per-group install coveragesommerfeld2026-04-211-0/+20
* feat: add 'just add <group> <pkg>' recipesommerfeld2026-04-211-0/+17
* refactor: replace meta/ PKGBUILDs with plain text package listssommerfeld2026-04-211-0/+27
* feat: add tracked git hooks and justfilesommerfeld2026-04-211-0/+7