1198 Commits

Author SHA1 Message Date
laniakea64
a1db9ec084
Fix readme header level () 2023-12-02 21:29:55 -08:00
laniakea64
26527d5d99
Document line continuations () 2023-12-03 00:59:54 +00:00
Casey Rodarmor
92bae080ab
List included recipes in load order () 2023-11-25 07:15:41 +00:00
Rui Chen
2cff91cee2
Fix build badge in zh readme () 2023-11-24 01:43:03 +00:00
Casey Rodarmor
09a39055ba
Rename Justfile::first → Justfile::default () 2023-11-22 18:33:55 +00:00
Casey Rodarmor
ab16c0493f
Don't default to included recipes () 2023-11-22 18:27:49 +00:00
Casey Rodarmor
7337447d42
Add file paths to error messages () 2023-11-22 04:17:38 +00:00
Greg Shuflin
f745316e88
Move !include processing into compiler () 2023-11-21 11:28:59 -08:00
Felix Yan
ba89f1a40a
Update Arch Linux package URL in readme () 2023-11-21 08:56:52 +00:00
laniakea64
c6a2922bc2
Clarify that aliases can only be used on the command line () 2023-11-20 18:36:27 -08:00
Casey Rodarmor
bfea1ae5f1
Remove VALID_ALIAS_ATTRIBUTES array () 2023-11-20 23:35:29 +00:00
oluceps
fde6d22c1b
Fix justfile search link in Chinese docs () 2023-11-18 19:25:11 +00:00
Hwatwasthat
9415bee16b
Add [confirm] attribute () 2023-11-16 23:51:34 +00:00
Paul Moore
59ea5de781
Add example of Windows shebang handling () 2023-11-16 21:55:04 +00:00
Casey Rodarmor
53fec7b449
Fix CI () 2023-11-16 21:51:57 +00:00
Casey Rodarmor
63c0234c96
Release 1.16.0 ()
- Bump version: 1.15.0 → 1.16.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2023-11-08 21:43:26 +00:00
Capi Etheriel
84631053ba
Fix readme typo () 2023-11-06 03:30:04 +00:00
l4zygreed
e585ed9c74
Fix Fish completion script () 2023-10-30 17:29:33 +00:00
Renjaya Raga Zenta
e83b69135a
Add ARMv6 release target () 2023-10-30 17:22:51 +00:00
Victor Adossi ("vados")
64d7d07185
Add semver_matches function () 2023-10-27 20:07:46 +00:00
Yuri Astrakhan
e01dbda156
Clean up error display () 2023-10-16 20:18:25 -07:00
Yuri Astrakhan
be7f161554
Misc fixes () 2023-10-17 03:07:09 +00:00
Casey Rodarmor
55da31a8a5
Fix readme build badge () 2023-10-13 06:01:23 +00:00
Laurent Fourrier
812e1ea3cc
Add dotenv-filename and dotenv-path settings () 2023-10-12 05:04:46 +00:00
Casey Rodarmor
d0c87c8ccd
Fix set tempdir grammar () 2023-10-12 04:24:37 +00:00
Joey Teng
0c6484f3a9
Add version to attributes () 2023-10-11 19:56:35 +00:00
N
22e103361f
Allow setting echoed recipe line color () 2023-10-11 00:04:34 +00:00
laniakea64
6a2b85c31c
Update README.md () 2023-10-09 11:47:53 -07:00
Casey Rodarmor
b31be27f2d
Release 1.15.0 ()
- Bump version: 1.14.0 → 1.15.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
2023-10-09 07:09:31 +00:00
Máté FARKAS
b068badfa1
Add Nushell completion script () 2023-10-08 21:24:47 -07:00
laniakea64
41c52f9ade
Don't recommend vim-polyglot in readme () 2023-10-09 04:17:13 +00:00
Tomo
a6ff4aa164
Note Micro support in readme () 2023-10-09 04:11:39 +00:00
Gino Vincenzini
7e5bac66ae
Update Indentation Documentation () 2023-10-09 04:05:05 +00:00
Greg Shuflin
992c6943da
Allow unstable features to be enabled with environment variable () 2023-10-09 03:47:20 +00:00
N
d17401e4b1
Fix triple-quoted string example in readme () 2023-10-09 03:19:58 +00:00
gl-yziquel
0b9a599cea
README fix: the -d in mktemp -d is required to created folders. () 2023-10-09 02:38:32 +00:00
Casey Rodarmor
72e5b17242
Placate clippy () 2023-10-09 02:34:05 +00:00
Alexander Kuhn-Regnier
4b5dd245fa
Fix README typos () 2023-08-25 11:26:08 -07:00
Matt Schulte
63ed00ff78
Add num_cpus() function () 2023-08-02 23:52:21 +00:00
Casey Rodarmor
e6b39df749
Document Windows Package Manager install instructions () 2023-08-02 21:42:25 +00:00
Casey Rodarmor
53d5f004df
Test unpaired escaped carriage return error () 2023-07-25 09:14:13 +00:00
Ian Douglas Scott
30bcf28fde
Allow escaping newlines () 2023-07-25 09:05:47 +00:00
Casey Rodarmor
f04de75609
Stabilize JSON dump format () 2023-06-29 21:12:55 +00:00
Bojan Stipic
f44abdf024
Avoid grep aliases in bash completions () 2023-06-18 00:05:49 +00:00
Greg Shuflin
c2cfdd7a9c
Clarify [unix] attribute in readme () 2023-06-15 17:48:43 +00:00
Baden Ashford
bba673fd79
Add env() function () 2023-06-13 12:49:46 +00:00
Patrick Jackson
19c887fded
Add descriptions to fish recipe completions () 2023-06-12 17:12:17 +00:00
fzdwx
cdb0dfae5f
Allow selecting multiple recipes with default chooser () 2023-06-12 17:06:51 +00:00
Greg Shuflin
41aee4572d
Add better documentation for --dump and --fmt () 2023-06-12 17:02:13 +00:00
Yuri Astrakhan
a1220c63e3
Cleanup () 2023-06-12 16:53:55 +00:00