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

278 Commits

Author SHA1 Message Date
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
Casey Rodarmor
e6c37aacd1
Release 1.29.0 (#2155)
- Bump version: 1.28.0 → 1.29.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
- Fix zsh completion script
2024-06-14 02:57:12 +00:00
Casey Rodarmor
e1b17fe9cf
Document shell expanded string defaults (#2153) 2024-06-13 21:41:19 +00:00
Casey Rodarmor
1ce7a05bef
Add [positional-arguments] attribute (#2151) 2024-06-13 19:35:14 +00:00
Greg Shuflin
5ac98c020d
Add is_dependency() function (#2139) 2024-06-09 01:17:55 +00:00
Greg Shuflin
38873dcb74
Allow unexporting environment variables (#2098) 2024-06-05 20:16:47 +00:00
Casey Rodarmor
3c40c0c6eb
Don't check in manpage (#2130) 2024-06-05 19:17:05 +00:00
Casey Rodarmor
70d1e1b3af
Document default shell (#2129) 2024-06-05 19:06:32 +00:00
Potter XU
b5ad133b93
Fix typo in readme (#2122) 2024-06-02 19:40:29 +00:00
Casey Rodarmor
8d3d88fc13
Don't check in auto-generated completion scripts (#2120) 2024-06-01 23:26:41 +00:00
Casey Rodarmor
f2201d8684
Add set dotenv-required to require an environment file (#2116) 2024-05-30 23:12:07 +00:00
Greg Shuflin
77a6e02964
Add --timestamp-format (#2106) 2024-05-29 09:28:45 +00:00
Casey Rodarmor
9d2c6b8858
Allow listing submodule recipes with --list PATH (#2108) 2024-05-29 08:08:29 +00:00
Casey Rodarmor
a045cf0c6a
Document when dependencies run in readme (#2103) 2024-05-28 03:26:57 +00:00
Casey Rodarmor
8678565b04
Clarify that dotenv-path-given env file is required (#2099) 2024-05-26 23:07:37 +00:00
laniakea64
00eb17ef07
Update README.md (#2091) 2024-05-25 15:48:28 -07:00
Casey Rodarmor
cf3141306e
Release 1.27.0 (#2089)
- Bump version: 1.26.0 → 1.27.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2024-05-25 09:37:51 +00:00
Greg Shuflin
dcbd07f9d0
Add [doc] attribute to set and suppress documentation comments (#2050) 2024-05-25 09:26:04 +00:00
Casey Rodarmor
7fb04761b7
Add source_file() and source_directory() functions (#2088) 2024-05-25 09:15:02 +00:00
Greg Shuflin
ed0dc20318
Add recipe groups (#1842) 2024-05-25 07:32:25 +00:00