Commit Graph

1223 Commits

Author SHA1 Message Date
Casey Rodarmor
1547af08b5
Allow setting more command-line options with environment variables () 2024-06-14 23:11:22 +00:00
Casey Rodarmor
b05a75d168
List groups in source order with just --groups --unsorted () 2024-06-14 20:35:03 +00:00
Casey Rodarmor
5f91b37c82
Release 1.29.1 ()
- Bump version: 1.29.0 → 1.29.1
- Update changelog
- Update changelog contributor credits
2024-06-14 12:44:52 -07:00
Casey Rodarmor
dd9792571b
Fix unexport syntax conflicts () 2024-06-14 19:39:34 +00:00
Casey Rodarmor
e6c37aacd1
Release 1.29.0 ()
- 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
18ec9796b9
Improve argument parsing and error handling for submodules () 2024-06-14 02:41:45 +00:00
Casey Rodarmor
e1b17fe9cf
Document shell expanded string defaults () 2024-06-13 21:41:19 +00:00
Casey Rodarmor
4b5ba8f6f5
Load environment file from dotenv-path relative to working directory () 2024-06-13 20:21:00 +00:00
Casey Rodarmor
1ce7a05bef
Add [positional-arguments] attribute () 2024-06-13 19:35:14 +00:00
Casey Rodarmor
637023e86f
Test bare bash path in shebang on windows () 2024-06-13 19:19:22 +00:00
Ruben Nicolaides
4f16428bcb
Use --justfile in Fish shell completions () 2024-06-12 18:38:37 +00:00
Casey Rodarmor
8778972014
Test shell not found error messages () 2024-06-11 13:10:32 -07:00
Greg Shuflin
5ac98c020d
Add is_dependency() function () 2024-06-09 01:17:55 +00:00
Casey Rodarmor
3236154d8d
Fix fzf chooser preview with space-separated module paths () 2024-06-09 01:01:24 +00:00
Casey Rodarmor
0de971942a
Allow printing nu completion script with just --completions nushell () 2024-06-08 21:56:21 +00:00
Greg Shuflin
1ca53e8b22
Add [ATTRIBUTE: VALUE] shorthand () 2024-06-08 18:33:45 +00:00
Greg Shuflin
4fbd03735a
Refactor evaluator () 2024-06-08 14:42:16 +00:00
Greg Shuflin
38873dcb74
Allow unexporting environment variables () 2024-06-05 20:16:47 +00:00
Casey Rodarmor
3ddd1b1683
Fix man page generation in release workflow () 2024-06-05 19:35:06 +00:00
Casey Rodarmor
0eb2a0678c
Release 1.28.0 ()
- Bump version: 1.27.0 → 1.28.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
2024-06-05 19:29:55 +00:00
Casey Rodarmor
3c40c0c6eb
Don't check in manpage () 2024-06-05 19:17:05 +00:00
Casey Rodarmor
70d1e1b3af
Document default shell () 2024-06-05 19:06:32 +00:00
Casey Rodarmor
af249dbce1
Write shebang recipes to $XDG_RUNTIME_DIR () 2024-06-05 19:03:14 +00:00
Potter XU
7c30fb4944
Remove duplicate section in Chinese readme () 2024-06-05 20:53:36 +02:00
Potter XU
6fe068c432
Update Chinese readme () 2024-06-04 11:28:29 +02:00
Potter XU
b5ad133b93
Fix typo in readme () 2024-06-02 19:40:29 +00:00
Casey Rodarmor
8d3d88fc13
Don't check in auto-generated completion scripts () 2024-06-01 23:26:41 +00:00
Casey Rodarmor
f2201d8684
Add set dotenv-required to require an environment file () 2024-05-30 23:12:07 +00:00
Casey Rodarmor
d38c1add13
Allow listing recipes in submodules with --list-submodules () 2024-05-30 12:28:54 -05:00
Casey Rodarmor
d2b10e04d3
Use space-separated recipe paths in --choose () 2024-05-30 17:24:06 +00:00
Casey Rodarmor
f5bb82dea3
Don't display submodule recipes in --list () 2024-05-30 02:15:10 +00:00
Casey Rodarmor
de1256f1bd
Show recipes in submodules with --show RECIPE::PATH () 2024-05-30 01:41:37 +00:00
Greg Shuflin
77a6e02964
Add --timestamp-format () 2024-05-29 09:28:45 +00:00
Casey Rodarmor
9d2c6b8858
Allow listing submodule recipes with --list PATH () 2024-05-29 08:08:29 +00:00
Greg Shuflin
d14aae1c29
Print recipe command timestamps with --timestamps () 2024-05-29 03:31:55 +00:00
Casey Rodarmor
db52d95146
Add module_file() and module_directory() functions () 2024-05-29 03:06:30 +00:00
laniakea64
b8044e789b
Fix bash completion for aliases () 2024-05-28 14:31:11 -07:00
Casey Rodarmor
a045cf0c6a
Document when dependencies run in readme () 2024-05-28 03:26:57 +00:00
David Alsh
cc731f46ea
Build aarch64-pc-windows-msvc release binaries () 2024-05-27 20:00:45 -07:00
Casey Rodarmor
8678565b04
Clarify that dotenv-path-given env file is required () 2024-05-26 23:07:37 +00:00
Casey Rodarmor
2bacbddadb
Print multi-line doc comments before recipe in --list () 2024-05-25 18:12:55 -07:00
Casey Rodarmor
16a27dba87
List unsorted imported recipes by import depth and offset () 2024-05-26 01:10:06 +00:00
laniakea64
00eb17ef07
Update README.md () 2024-05-25 15:48:28 -07:00
Casey Rodarmor
cf3141306e
Release 1.27.0 ()
- 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 () 2024-05-25 09:26:04 +00:00
Casey Rodarmor
7fb04761b7
Add source_file() and source_directory() functions () 2024-05-25 09:15:02 +00:00
Casey Rodarmor
d7059f8bc8
List modules in source order with --unsorted () 2024-05-25 08:01:37 +00:00
Greg Shuflin
ed0dc20318
Add recipe groups () 2024-05-25 07:32:25 +00:00
Casey Rodarmor
1654d14867
Forbid whitespace in shell-expanded string prefixes () 2024-05-25 03:56:03 +00:00
Casey Rodarmor
9a52d6fe8f
Add Debian and Ubuntu install instructions to readme () 2024-05-22 01:49:04 +00:00