954 Commits

Author SHA1 Message Date
Josh Soref
50f3750842
Fix spelling () 2022-12-30 20:36:08 +00:00
Casey Rodarmor
157862d398
Merge imports () 2022-12-28 04:16:18 +00:00
Azzam S.A
e7721d0a84
Add instructions for taiki-e/install-action () 2022-12-26 19:49:36 +00:00
Casey Rodarmor
9887582497
Suppress --fmt --check diff if --quiet is passed () 2022-12-21 04:57:58 +00:00
Greg Shuflin
fbe1c4c7a3
Allow private attribute on aliases () 2022-12-20 00:44:19 -08:00
Dialga
c7acaa82cb
Differentiate between shell and nushell example () 2022-12-18 00:50:35 +00:00
Casey Rodarmor
d530fea378
Link regex docs in readme () 2022-12-18 00:28:44 +00:00
Nick Kocharhook
e24fcb4e9e
Linkify changelog PRs and usernames () 2022-12-17 16:13:17 -08:00
Cameron Steffen
216df31543
Eliminate lazy_static () 2022-12-15 16:53:21 -08:00
crdx
c35b131971
Add attributes to sublime syntax file () 2022-12-15 21:46:55 +00:00
Casey Rodarmor
89f9683fd4
Fix homepage style () 2022-12-15 21:35:18 +00:00
Nick Kocharhook
0140f82bd6
Linkify homepage letters () 2022-12-15 21:15:11 +00:00
Casey Rodarmor
79dba579f7
Format exported variadic parameters correctly () 2022-12-15 21:08:53 +00:00
nico
1119d226fe
Use just in readme codeblocks () 2022-12-15 20:28:02 +00:00
Casey Rodarmor
5926300678
Update MSRV in readme () 2022-12-15 05:37:21 +00:00
Casey Rodarmor
2fb753a5a8
Merge CI workflows () 2022-12-15 04:38:55 +00:00
Mike Burns
8ef3148fa8
Use dotenvy instead of dotenv () 2022-12-15 04:32:27 +00:00
Justin Ma
eb924791ee
Update Chinese translation of readme () 2022-11-29 20:38:25 -08:00
Casey Rodarmor
efb929153e
Release 1.9.0 ()
- Bump version: 1.8.0 → 1.9.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2022-11-25 21:15:13 +00:00
Casey Rodarmor
e0794d0dff
Change fallback setting default to false () 2022-11-25 21:02:01 +00:00
Casey Rodarmor
e7b7897ae2
Placate clippy () 2022-11-23 00:36:23 +00:00
Casey Rodarmor
2b46af1cae
Hide recipes with [private] attribute () 2022-11-23 00:25:57 +00:00
Casey Rodarmor
6ff18af48f
Make include_shebang_line clearer () 2022-11-19 20:56:26 +00:00
Casey Rodarmor
e27e12ab1a
Omit shebang lines on Windows () 2022-11-19 20:38:41 +00:00
Casey Rodarmor
56feaeedc3
Use more secure cURL options in install.sh () 2022-11-19 04:42:17 +00:00
Casey Rodarmor
38a5481cbb
Document how shebang recipes are executed () 2022-11-16 02:13:03 +00:00
Casey Rodarmor
755ac61bee
Fix typo: regec → regex () 2022-11-08 06:51:09 +00:00
miles
7d6483b995
Add replace_regex function () 2022-11-08 06:47:33 +00:00
asdfasdf
0a2c2692b3
Use powershell.exe instead of pwsh.exe in readme () 2022-11-08 06:34:48 +00:00
Casey Rodarmor
dc2fe21e40
Expand alternatives and prior art in readme () 2022-11-03 07:03:53 +00:00
Casey Rodarmor
331f61f59c
Add [no-cd] attribute () 2022-11-02 23:37:35 -07:00
Casey Rodarmor
659b8211ad
Split up CI workflow () 2022-11-02 17:57:38 -07:00
Casey Rodarmor
d74c7a3bd5
Release 1.8.0 ()
- Bump version: 1.7.0 → 1.8.0
- Update changelog
- Update dependencies
- Update man page
2022-11-02 23:57:33 +00:00
Casey Rodarmor
9984d77b31
Link to sclu1034/vscode-just in readme () 2022-11-02 02:58:20 +00:00
Casey Rodarmor
73777f7183
Add OS Configuration Attributes () 2022-10-31 00:52:03 -07:00
Casey Rodarmor
c834fb1e4e
Release 1.7.0 ()
- Bump version: 1.6.0 → 1.7.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2022-10-27 06:02:27 +00:00
Casey Rodarmor
5e932c49fc
Credit contributors in changelog () 2022-10-27 05:48:39 +00:00
Casey Rodarmor
0bbdb61ec3
Make fallback setting default to true () 2022-10-27 05:00:31 +00:00
Giancarlo França
be11a26226
Add more case-conversion functions () 2022-10-27 03:44:18 +00:00
Kenichi Kamiya
4349c1bac8
Update asdf just plugin repository () 2022-10-27 00:38:22 +00:00
David Matos
beeaa6ce2d Add tempdir setting () 2022-10-25 16:57:32 -07:00
Gökhan Karabulut
8b7640b633
Add [no-exit-message] recipe annotation ()
When a recipe wraps cli tool and the tool exits with a non-zero code,
just adds its own extra exit error message along with the messages
from the tool. Introduce the `[no-exit-message]` attribute to suppress
this additional message.
2022-10-25 16:32:36 -07:00
Casey Rodarmor
dc9f458937
Prepend commit messages with - in changelog () 2022-10-25 21:42:11 +00:00
Casey Rodarmor
11feadcf89
Fail publish if <sup>master</sup> is found in README.md () 2022-10-25 04:11:35 +00:00
Casey Rodarmor
deac684aaa
Use for loop in capitalize implementation () 2022-10-25 03:52:43 +00:00
Cihan Demirci
aaef61b908
Add capitalize(s) function ()
`capitalize(s)` converts the first character of s to uppercase
and the rest to lowercase.
2022-10-24 20:39:40 -07:00
Casey Rodarmor
ffb547924a
Release 1.6.0 ()
- Bump version: 1.5.0 → 1.6.0
- Update changelog
- Update dependencies
- Update man page
2022-10-20 02:21:52 +00:00
Casey Rodarmor
28be873dfc
Require set fallback := true to enable recipe fallback () 2022-10-19 19:00:09 -07:00
Casey Rodarmor
ca614ad117
Restore www/CNAME () 2022-10-09 04:15:27 +00:00
Casey Rodarmor
2906ea3bac
Improve book config ()
- Add link to GitHub repo
- Add site path
- Add cname
2022-10-09 03:58:30 +00:00