1
1
mirror of https://github.com/casey/just.git synced 2024-11-25 07:06:23 +03:00
Commit Graph

1363 Commits

Author SHA1 Message Date
Casey Rodarmor
e439bdd9c7 Move AttributeSet into its own file 2024-11-11 15:48:49 -08:00
Casey Rodarmor
43d4e4586c Consolidate imports 2024-11-11 15:43:08 -08:00
Casey Rodarmor
a9e568f92d Merge remote-tracking branch 'origin/master' into attributeset 2024-11-11 15:39:46 -08:00
Casey Rodarmor
90537ca002 Implement FromIterator for AttributeSet 2024-11-11 15:39:32 -08:00
Casey Rodarmor
bbc0872947
Terminal escape sequence constants (#2461) 2024-11-11 22:30:06 +00:00
Greg Shuflin
1ae6a6d656
Highlight backticks in docs when listing recipes (#2423) 2024-11-09 19:05:58 +00:00
Julian Berman
a93b0bf389
Update setup-just version in README (#2456) 2024-11-06 22:53:51 +00:00
Casey Rodarmor
7eea772785
Fix shell function example in readme (#2454) 2024-11-06 01:49:04 -08:00
Greg Shuflin
c78467a171
Merge branch 'master' into attributeset 2024-11-05 16:54:45 -08:00
dependabot[bot]
225ba343f4
Update softprops/action-gh-release (#2450) 2024-11-04 10:49:24 -08:00
Greg Shuflin
ab3fcc41cf
Merge branch 'master' into attributeset 2024-11-03 20:26:47 -08:00
Casey Rodarmor
67034cb8b4
Don't export constants (#2449) 2024-11-02 18:11:24 +00:00
Greg Shuflin
90a1102ac1 tweak 2024-11-02 00:22:09 -07:00
Greg Shuflin
aca47c7229 fix 2024-11-01 21:24:32 -07:00
Greg Shuflin
0716e62761 use discriminant 2024-11-01 19:30:35 -07:00
Greg Shuflin
b64704592b More pr comments 2024-11-01 01:27:34 -07:00
Greg Shuflin
a452435052 WIP PR comments 2024-11-01 01:27:34 -07:00
Greg Shuflin
27648a97eb PR comments 2024-11-01 01:27:34 -07:00
Greg Shuflin
722a8776be AttributeSet type 2024-11-01 01:27:34 -07:00
Casey Rodarmor
8cdff483bf
Use justfile instead of mf on invalid examples in readme (#2447) 2024-11-01 01:00:27 +00:00
Casey Rodarmor
7030e9cac6
Add && and || operators (#2444) 2024-11-01 00:54:46 +00:00
Casey Rodarmor
4c6368ecfc
Add advice on printing complex strings (#2446) 2024-10-31 23:56:47 +00:00
Eric Hanchrow
528c9f0e3c
Document using functions in variable assignments (#2431) 2024-10-30 22:50:47 +00:00
Greg Shuflin
a71f2a53be
Use prettier string comparison in tests (#2435) 2024-10-30 22:35:45 +00:00
Eric Hanchrow
b063940b31
Note shell(…) as an alternative to backticks (#2430) 2024-10-30 22:30:23 +00:00
Casey Rodarmor
4683a63adc
Allow duplicate imports (#2437) 2024-10-30 22:23:00 +00:00
Yunus
28c4e9a13c
Update nix package links (#2441) 2024-10-27 09:53:15 +00:00
Jianqi Pan
4f31853835
Update README.中文.md (#2424) 2024-10-10 19:57:16 +00:00
Casey Rodarmor
e0f6e0966f
Add Recipe::subsequents (#2428) 2024-10-10 19:51:22 +00:00
Casey Rodarmor
4661f8e683
Add subsequents to grammar (#2427) 2024-10-10 19:45:50 +00:00
Casey Rodarmor
66dbaa6659
Document checking releases hashes (#2418) 2024-10-08 19:19:37 +00:00
Casey Rodarmor
d195d77b32
Publish single SHA256SUM file with releases (#2417) 2024-10-08 12:10:20 -07:00
Casey Rodarmor
6230354ec0
Mark recipes with private attribute as private in JSON dump (#2415) 2024-10-05 21:19:28 +00:00
Casey Rodarmor
85c6e0530e
Forbid invalid attributes on assignments (#2412) 2024-10-05 05:56:51 +00:00
Casey Rodarmor
a101dd52ef
Show how to access positional arguments with powershell (#2405) 2024-10-01 20:31:27 +00:00
Casey Rodarmor
45fdd12506
Use -CommandWithArgs instead of -cwa (#2404) 2024-10-01 19:16:39 +00:00
Casey Rodarmor
fa8cf4deba
Document -cwa flag for PowerShell positional arguments (#2403) 2024-10-01 19:12:51 +00:00
Casey Rodarmor
5089bf7899
Use unwrap_or when creating relative path in loader (#2400) 2024-09-30 22:48:27 +00:00
Casey Rodarmor
66ccef7942
Release 1.36.0 (#2399)
- Bump version: 1.35.0 → 1.36.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-09-30 22:33:59 +00:00
Casey Rodarmor
c08eb90f16
Use unwrap_or_default() when getting default color and verbosity (#2397) 2024-09-30 21:00:21 +00:00
Greg Shuflin
70476bea9a
De-duplicate suggestion methods (#2392) 2024-09-27 22:10:10 +00:00
Greg Shuflin
bfaea9f02e
Refactor analyzer (#2378) 2024-09-24 16:04:32 -07:00
Casey Rodarmor
dc89b746f8
Use console codeblocks in readme (#2388) 2024-09-22 14:03:26 +00:00
Casey Rodarmor
dffca62e8f
Split packages table by platform (#2385) 2024-09-21 05:54:51 +00:00
Casey Rodarmor
ef9e572422
Document npm package (#2384) 2024-09-21 05:37:57 +00:00
Casey Rodarmor
4d865a1645
Add --one flag to forbid multiple recipes from being invoked on the command line (#2374) 2024-09-21 05:25:52 +00:00
Casey Rodarmor
19018d1ba3
Add PyPI install instructions (#2383) 2024-09-21 13:31:10 +09:00
Casey Rodarmor
d38e683eab
Allow default values to use earlier recipe arguments (#2382) 2024-09-21 03:54:38 +00:00
Greg Shuflin
4e06adaa76
Remove alias shadows recipe error (#2375) 2024-09-18 21:17:20 +08:00
Casey Rodarmor
b60fa4263c
Name instead of number book chapter files (#2372) 2024-09-17 16:55:52 +08:00