aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs/pkgs/scripts (unfollow)
Commit message (Collapse)Author
2024-03-30style(treewide): FormatSoispha
2024-03-30feat(pkgs/scripts/fupdate): Generate completionsSoispha
2024-03-29fix(pkgs/scripts/fupdate): Ignore args after `--`Soispha
2024-03-29fix(pkgs/scripts/fupdate): Avoid polluting the arguments of the update scriptSoispha
Previously, arguments to fupdate were also passed along to the update script, they should now be filtered out. If passing them along is wanted, they can be put behind a `--`.
2024-03-29fix(pkgs/scripts/fupdate): Avoid inversion in check for --no-scriptSoispha
The check ran the update script if `--no-script` was specified and did not run it, if it was not.
2024-03-29docs(pkgs/scripts/fupdate): Add somewhat better documentationSoispha
2024-03-24fix(treewide): Update the shell library versionSoispha
2024-03-23feat(pkgs/scripts/spodi): Rewrite to support artist `update`Soispha
2024-03-23feat(pkgs/scripts/fupdate): Add support for updating without running the scriptSoispha
2024-03-10fix(pkgs/scripts/update-sys): Add new `systemd-run` dependencySoispha
2024-03-07fix(pkgs/scripts/neorg/review): Use dataHome to store dataSoispha
2024-03-07feat(pkgs/scripts/neorg/review): Only review opened projectsSoispha
2024-03-06fix(pkgs/scripts/aumo): Add required dependencies (and remove old ones)Soispha
2024-03-01fix(pkgs/scripts/mpc-fav): Update database after adding a new favoriteSoispha
2024-03-01feat(pkgs/neorg/review): InitSoispha
This makes reviewing (and closing) opened firefox tabs easier.
2024-02-28fix(pkgs/scripts/fupdate): Exit after running the main loopSoispha
2024-02-28fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha
2024-02-24chore(version): v1.33.2 Soispha
2024-02-24fix(pkgs/scripts/aumo): Add a warning on wrong usageSoispha
2024-02-24fix(treewide): Add shell library import directiveSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help textSoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/fupdate): FormatSoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha