-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjustfile
More file actions
33 lines (27 loc) · 941 Bytes
/
Copy pathjustfile
File metadata and controls
33 lines (27 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This file is automatically generated by SnowBlower.
# Do not edit this file directly as your changes will be overwritten.
# Instead, modify your flake.nix configuration to update just commands.
[private]
[doc('Display the list of recipes')]
default:
@just --list
[group('Agenix')]
[doc('Rekey secrets')]
agenix-rekey:
sb-agenix --rekey
[group('Aider')]
[doc('using Gemini as base')]
ai-gem:
aider --no-show-release-notes --model gemini --watch-files --no-suggest-shell-commands --no-detect-urls --git-commit-verify --lint-cmd treefmt
[group('Aider')]
[doc('using Sonet as base')]
ai-son:
aider --no-show-release-notes --model sonnet --watch-files --no-suggest-shell-commands --no-detect-urls --git-commit-verify --read CONVENTIONS.MD --lint-cmd treefmt
[group('Pre-commit')]
[doc('Run precommit on all files')]
pre-commit-all:
pre-commit run --all-files
[group('Treefmt')]
[doc('Formatter multiplexer')]
treefmt:
treefmt