1
1
mirror of https://github.com/casey/just.git synced 2024-11-22 18:34:06 +03:00
Commit Graph

297 Commits

Author SHA1 Message Date
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
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
Casey Rodarmor
66dbaa6659
Document checking releases hashes (#2418) 2024-10-08 19:19:37 +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
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
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
laniakea64
a440a6ac52
Document \u{...} (#2371) 2024-09-16 03:52:43 +00:00
Willie Abrams
fe131f5e92
Document --dotenv-path in readme (#2366) 2024-09-14 07:36:43 +00:00
Casey Rodarmor
6e2b98938f
Update module issue link in readme (#2345) 2024-09-06 05:30:35 +00:00
Jasha Sommer-Simpson
b4dbc8d1de
Document private variables (#2331) 2024-08-29 22:06:12 +00:00
Casey Rodarmor
a26713eda3
Clarify that subsequent dependencies run immediately after recipe (#2326) 2024-08-27 20:44:22 +00:00
arminius-smh
fa5770e71a
Fix readme typo (#2321) 2024-08-26 23:45:14 +00:00
Yuri Astrakhan
915619f8e2
Fix readme typo (#2297) 2024-08-02 21:16:14 +00:00
Yuri Astrakhan
cf4c7260cf
Document set working-directory (#2288) 2024-08-02 19:52:15 +00:00
Casey Rodarmor
d2f4158383
Fix readme typos (#2289) 2024-08-02 05:08:05 +00:00
Casey Rodarmor
317a85d14c
Release 1.33.0 (#2286)
- Bump version: 1.32.0 → 1.33.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-31 02:00:02 +00:00
Yuri Astrakhan
23a53fb50f
Add working-directory setting (#2283) 2024-07-31 00:50:32 +00:00
Casey Rodarmor
b70546aa87
Document which attributes apply to which items (#2282) 2024-07-28 17:46:24 +00:00
Casey Rodarmor
51a5d47755
Document script-interpreter setting (#2265) 2024-07-19 06:16:01 +00:00
Casey Rodarmor
56eaa93002
Release 1.32.0 (#2261)
- Bump version: 1.31.0 → 1.32.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-18 06:10:23 +00:00
Casey Rodarmor
496f6b08d4
Add unstable [script(…)] attribute (#2259) 2024-07-17 22:59:18 -07:00
Casey Rodarmor
a3693f3e8f
Add [extension: 'EXT'] attribute to set shebang recipe script file extension (#2256) 2024-07-15 13:08:28 -07:00
Casey Rodarmor
023b126eb2
Release 1.31.0 (#2251)
- Bump version: 1.30.1 → 1.31.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-14 21:29:13 +00:00
Casey Rodarmor
687007a723
Stabilize modules (#2250) 2024-07-14 21:22:03 +00:00
Casey Rodarmor
458805e283
Allow mod path to be directory containing module source (#2238) 2024-07-08 22:38:25 +00:00
Casey Rodarmor
d6669e0b97
Allow enabling unstable features with set unstable (#2237) 2024-07-08 03:45:03 +00:00
Casey Rodarmor
f1020b4e6a
Allow abbreviating functions ending in _directory to _dir (#2235) 2024-07-07 22:47:18 +00:00
Casey Rodarmor
d2f66815da
Release 1.30.0 (#2228)
- Bump version: 1.29.1 → 1.30.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
2024-07-06 23:11:25 +00:00
Casey Rodarmor
50e8874e0e
Tweak readme (#2227) 2024-07-06 23:03:08 +00:00
Casey Rodarmor
8186992340
Add development guide to readme (#2226) 2024-07-06 19:21:32 +00:00
Casey Rodarmor
3e0909701c
Fix use of justfile_directory() in readme (#2219) 2024-07-04 17:11:30 +00:00
Casey Rodarmor
e0c031272d
Document module doc comments in readme (#2208) 2024-06-29 19:28:47 +00:00
Casey Rodarmor
97c32e60ae
Fix readme formatting (#2203) 2024-06-27 23:03:05 +00:00
Mateusz Kurowski
929fd695d5
Link to justfiles on GitHub in readme (#2198) 2024-06-27 22:30:52 +00:00
Casey Rodarmor
570d3058cf
Link to modules when first introduced in readme (#2193) 2024-06-25 21:59:42 +00:00
Casey Rodarmor
aa43a664ee
Document remote justfile workaround (#2175) 2024-06-19 17:18:03 -07:00
Casey Rodarmor
0e8f660d6d
Add datetime() and datetime_utc() functions (#2167) 2024-06-14 22:48:34 -07:00
Casey Rodarmor
1c3c1dd3c0
Add note to readme about quoting paths on Windows (#2166) 2024-06-15 05:32:07 +00:00
Casey Rodarmor
b05a75d168
List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00