1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 02:09:44 +03:00
Commit Graph

1358 Commits

Author SHA1 Message Date
Casey Rodarmor
beb275ac30
Release 1.37.0 (#2474)
* Release 1.37.0

- Bump version: 1.36.0 → 1.37.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
- Update zsh completion replacements
2024-11-20 22:04:51 +00:00
dependabot[bot]
17350a603e
Update softprops/action-gh-release (#2471) 2024-11-18 11:04:52 -08:00
Casey Rodarmor
084a2d2de3
Add style() function (#2462) 2024-11-17 02:26:11 +00:00
Casey Rodarmor
eb6e3741b8
Make recipe doc attribute override comment (#2470) 2024-11-17 02:02:27 +00:00
Naveen Prashanth
c7b2b78dcc
Add -g to rust-just install instructions (#2459) 2024-11-17 01:34:04 +00:00
Casey Rodarmor
520cf91423
Change doc backtick color to cyan (#2469) 2024-11-17 00:21:14 +00:00
Michael Bianco
a73c0976a1
Note that set shell is not used for [script] recipes (#2468) 2024-11-16 23:58:35 +00:00
laniakea64
5db910f400
Replace derivative with derive-where (#2465) 2024-11-16 00:04:10 +00: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
dependabot[bot]
225ba343f4
Update softprops/action-gh-release (#2450) 2024-11-04 10:49:24 -08:00
Casey Rodarmor
67034cb8b4
Don't export constants (#2449) 2024-11-02 18:11:24 +00: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
Greg Shuflin
ab7105afce
Add groups to project justfile (#2351) 2024-09-17 10:32:04 +08:00
laniakea64
a440a6ac52
Document \u{...} (#2371) 2024-09-16 03:52:43 +00:00
laniakea64
d2c66e9fa9
Allow including arbitrary characters in strings with \u{…} (#2360) 2024-09-15 09:59:52 +00:00
Casey Rodarmor
d4e1799443
Remove old recipes from project justfile (#2367) 2024-09-14 08:07:02 +00:00
Willie Abrams
fe131f5e92
Document --dotenv-path in readme (#2366) 2024-09-14 07:36:43 +00:00