Commit Graph

954 Commits

Author SHA1 Message Date
Casey Rodarmor
57d47fe59a
Fix dotenv-load documentation (#1104) 2022-02-15 20:20:52 +00:00
Greg Lutostanski
4cb5c30290
Fixup broken release package script (#1100) 2022-02-14 21:54:39 -08:00
Casey Rodarmor
eb7c57af4d
Release 0.11.1 (#1099)
- Bump version: 0.11.0 → 0.11.1
- Update changelog
- Update dependencies
- Update man page
2022-02-15 03:09:34 +00:00
Greg Lutostanski
bcdaa95a66
Allow duplicate recipes (#1095) 2022-02-15 02:37:06 +00:00
Casey Rodarmor
0988a424ed
Add arrow pointing to table of contents button (#1096) 2022-02-10 17:15:35 +00:00
Austin Ziegler
4882b5aac0
Improve readme (#1093) 2022-02-08 20:30:25 +00:00
Casey Rodarmor
77362f8d58
Remove asciidoc readme (#1092) 2022-02-07 00:22:14 +00:00
Casey Rodarmor
c3ba16ad74
Convert README.adoc to markdown (#1091) 2022-02-06 16:09:20 -08:00
Michael Lohr
d6fc24e22e
Add choco package to README (#1090) 2022-02-06 08:18:28 -08:00
Casey Rodarmor
027115ff00
Release 0.11.0 (#1085)
- Bump version: 0.10.7 → 0.11.0
- Update changelog
- Update dependencies
- Update man page
2022-02-04 00:55:24 +00:00
Casey Rodarmor
5995221555
Change dotenv-load default to false (#1082)
This changes the default value of `dotenv-load` from `true` to `false`. This
is a backwards incompatible change, and will require a minor version bump.
2022-02-02 03:16:35 +00:00
Casey Rodarmor
c59e4a9e66
Release 0.10.7 (#1081)
- Bump version: 0.10.6 → 0.10.7
- Update changelog
- Update man page
2022-01-30 20:45:42 +00:00
Casey Rodarmor
57db9fe04d
Don't run tests in release workflow (#1080) 2022-01-30 12:37:15 -08:00
Casey Rodarmor
b95e32c9be
Fix windows chooser invocation error message test (#1079) 2022-01-30 20:32:38 +00:00
Casey Rodarmor
27cd8fd554
Remove call to sed in justfile (#1078) 2022-01-30 20:16:10 +00:00
Casey Rodarmor
d7897b4510
Release 0.10.6 (#1075)
- Bump version: 0.10.5 → 0.10.6
- Remove config test
- Update changelog
- Update dependencies
- Update man page
2022-01-29 21:18:28 +00:00
Michael Lohr
6cf95a7337
Add windows-powershell setting (#1057) 2022-01-18 19:02:15 +00:00
Casey Rodarmor
edf1fbd83b
Use Context suffix for snafu error contexts (#1068) 2022-01-04 17:45:27 +00:00
Jake Goulding
c89dad9498
Upgrade snafu to 0.7 (#1067) 2022-01-04 16:55:11 +00:00
Matthias Pigulla
ef3629fae3
Mention "$@" in the README (#1064) 2022-01-03 18:04:34 +00:00
Casey Rodarmor
3372efefc3
Allow using - and @ in any order (#1063) 2022-01-03 00:51:22 +00:00
Michael Lohr
a3b25c1a3a
Note how to use PowerShell with CLI in readme (#1056) 2021-12-25 15:02:18 -06:00
Casey Rodarmor
1c6deb1f58
Link to cheatsheet from readme (#1053) 2021-12-22 19:51:22 +00:00
Michael Lohr
b7ddb95587
Link to Homebrew installation docs in readme (#1049) 2021-12-18 23:45:00 +00:00
Casey Rodarmor
04d3ee3f50
Workflow tweaks (#1045) 2021-12-05 10:51:15 +00:00
Casey Rodarmor
4de93e19b8
Push to correct origin in publish recipe (#1044) 2021-12-05 07:46:46 +00:00
Casey Rodarmor
83edb16135
Release 0.10.5 (#1043)
- Bump version: 0.10.4 → 0.10.5
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-12-05 07:39:50 +00:00
Kurt Wolf
f70b6711a2
Make completions work with Bash alias (#1035) 2021-12-02 03:38:57 +00:00
Casey Rodarmor
762c461780
Run tests on PRs (#1040)
* Run tests on PRs

* Fix workflow
2021-12-01 15:32:12 -08:00
Casey Rodarmor
a4bd1cb67c
Use musl libc for ARM binaries (#1037) 2021-11-27 01:01:41 -08:00
Casey Rodarmor
daef7caaed
Improve GitHub Actions workflow triggers (#1033)
- Only run release workflow on pushed tags
- Run test workflow on all pushes
2021-11-22 01:37:15 +00:00
Casey Rodarmor
e84dc0ff8f
Publish from GitHub master branch instead of local master (#1032) 2021-11-21 17:28:42 -08:00
Casey Rodarmor
1841eb16c6
Release 0.10.4 (#1031)
- Bump version: 0.10.3 → 0.10.4
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-11-22 01:08:00 +00:00
Casey Rodarmor
c49d534a27
Refactor github actions (#1028) 2021-11-21 16:55:21 -08:00
Sönke Hahn
ee04975b31
Fix readme formatting (#1030) 2021-11-20 19:41:54 +00:00
Casey Rodarmor
0ae91884e2
Add --dump-format json (#992) 2021-11-17 00:07:48 -08:00
David Ringo
53d3c7569c
Use ps1 extension for pwsh shebangs (#1027) 2021-11-17 04:24:29 +00:00
Casey Rodarmor
3ef420ccb3
Add quote(s) function for escaping strings (#1022)
Replace all single quotes with `'\''` and prepend and append single
quotes to `s`. This is sufficient to escape special characters for many
shells, including most Bourne shell descendants.
2021-11-08 19:22:58 +00:00
Casey Rodarmor
8b49c0cbd1
Ignore leading byte order mark in source files (#1021) 2021-11-05 04:35:57 +00:00
Casey Rodarmor
f3abb95c78
Add color to just --fmt --check diff (#1015) 2021-11-01 06:18:11 +00:00
Hoàng Đức Hiếu
1cf8a714e2
fmt: check formatting with --check (#1001) 2021-11-01 04:27:59 +00:00
Casey Rodarmor
9987a0b8ae
Release 0.10.3 (#1014)
- Bump version: 0.10.2 → 0.10.3
- Update changelog
- Update config test
- Update dependencies
- Update man page
2021-10-31 00:55:49 +00:00
Casey Rodarmor
df5682d31c
Add alternatives and prior art section to readme (#1008) 2021-10-28 01:38:53 +00:00
Peter Shih
1a5db82cc7
Fix readme make's not correctly displayed (#1007) 2021-10-27 08:14:49 +00:00
Casey Rodarmor
fda48430ca
Document the default recipe (#1006) 2021-10-27 02:11:12 +00:00
Casey Rodarmor
16aa0ed34e
Document creating user justfile recipe aliases (#1005) 2021-10-21 21:22:29 +00:00
0xflotus
9002478ad1
Fix readme typo (#1004) 2021-10-20 23:04:33 +00:00
Casey Rodarmor
c067844f28
Add packaging status table to readme (#1003) 2021-10-19 22:15:04 +00:00
Hoàng Đức Hiếu
8eae8c6024
Reword sh not found error messages (#1002) 2021-10-19 07:37:45 +00:00
Casey Rodarmor
58a196f434
Make join accept two or more arguments (#1000) 2021-10-15 00:00:58 +00:00