Commit Graph

283 Commits

Author SHA1 Message Date
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
Casey Rodarmor
d38c1add13
Allow listing recipes in submodules with --list-submodules (#2113) 2024-05-30 12:28:54 -05:00
Casey Rodarmor
f5bb82dea3
Don't display submodule recipes in --list (#2112) 2024-05-30 02:15:10 +00:00
Casey Rodarmor
de1256f1bd
Show recipes in submodules with --show RECIPE::PATH (#2111) 2024-05-30 01:41:37 +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
Greg Shuflin
d14aae1c29
Print recipe command timestamps with --timestamps (#2084) 2024-05-29 03:31:55 +00:00
Casey Rodarmor
db52d95146
Add module_file() and module_directory() functions (#2105) 2024-05-29 03:06:30 +00:00
Casey Rodarmor
2bacbddadb
Print multi-line doc comments before recipe in --list (#2090) 2024-05-25 18:12:55 -07:00
Casey Rodarmor
16a27dba87
List unsorted imported recipes by import depth and offset (#2092) 2024-05-26 01:10:06 +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
Casey Rodarmor
d7059f8bc8
List modules in source order with --unsorted (#2085) 2024-05-25 08:01:37 +00:00
Greg Shuflin
ed0dc20318
Add recipe groups (#1842) 2024-05-25 07:32:25 +00:00
Casey Rodarmor
1654d14867
Forbid whitespace in shell-expanded string prefixes (#2083) 2024-05-25 03:56:03 +00:00
Casey Rodarmor
324c5d3113
Show submodule recipes in --choose (#2069) 2024-05-21 06:22:56 +00:00
Casey Rodarmor
d3492e6ffe
Use cache dir for temporary files (#2067)
Sometimes `/tmp` is mounted with the `noexec` option, which results
causes running shebang recipes to fail.

Instead of `/tmp`, use the cache directory as provided by the
[dirs crate](https://docs.rs/dirs/latest/src/dirs/lib.rs.html#77).
2024-05-21 00:04:42 +00:00
Casey Rodarmor
b9f63f1494
Allow multiple imports of the same file in different modules (#2065) 2024-05-20 08:04:03 +00:00
Casey Rodarmor
d6b2e6bad2
Fix submodule recipe listing indentation (#2063) 2024-05-20 07:25:18 +00:00
Casey Rodarmor
587843f09c
Pass command as first argument to shell (#2061) 2024-05-20 04:12:09 +00:00
Saheed Adeleye
c6612de760
Add shell() function for running external commands (#2047) 2024-05-20 00:24:27 +00:00
Casey Rodarmor
198b37c020
Allow shell expanded strings in mod and import paths (#2059) 2024-05-19 16:47:25 -07:00
Greg Shuflin
a343f5c80c
Add --global-justfile flag (#1846) 2024-05-19 09:29:13 +00:00
Casey Rodarmor
104608d8cc
Run imported recipes in root justfile with correct working directory (#2056) 2024-05-19 06:38:57 +00:00
Casey Rodarmor
b1c7491486
Add shell-expanded strings (#2055) 2024-05-19 05:41:38 +00:00
laniakea64
4961f49c38
Add encode_uri_component function (#2052) 2024-05-19 00:36:34 +00:00
laniakea64
7fa6ed8149
Add choose function for generating random strings (#2049) 2024-05-18 23:29:14 +00:00
Casey Rodarmor
6907847a77
Add predefined constants (#2054) 2024-05-18 23:12:11 +00:00
Saheed Adeleye
89ccf42ddf
Add prepend() function (#2045) 2024-05-17 23:23:59 +00:00
Saheed Adeleye
eb605181c2
Add append() function (#2046) 2024-05-17 23:12:38 +00:00
Casey Rodarmor
a9b0912b2b
Add --man subcommand (#2041) 2024-05-15 07:28:50 +00:00
Casey Rodarmor
07aaa4f440
Make dotenv-path relative to working directory (#2040) 2024-05-15 04:31:58 +00:00
Poliorcetics
caace0a115
Update clap to version 4 (#1924) 2024-05-14 20:29:40 -07:00
adamnemecek
b85540007e
Cleanup (#2026) 2024-05-14 20:07:41 -07:00
Casey Rodarmor
c796a253af
Increase --list maximum alignable width from 30 to 50 (#2039) 2024-05-15 02:37:00 +00:00
Elizaveta Demina
9aea3e679b
Add assert expression (#1845) 2024-05-15 01:55:32 +00:00
Markus
e11684008e
Add 'allow-duplicate-variables' setting (#1922) 2024-05-15 01:39:42 +00:00
Casey Rodarmor
6d7de0a480
Placate clippy: use clone_into (#2037) 2024-05-15 01:05:55 +00:00
N
d18bdef799
Use --command-color when printing shebang recipe commands (#1911) 2024-05-15 00:53:59 +00:00
Casey Rodarmor
ad212c77bf
Fix output \r\n stripping (#2035)
Test if output ends with `\r\n` before `\n`, since the test for `\n` will
succeed if output is terminated with `\r\n`, so `\r\n` is properly stripped
from output text.
2024-05-14 23:30:19 +00:00
Wouter Jehee
d3d0dbef7d
Add --no-aliases to hide aliases in --list (#1961) 2024-03-26 12:20:46 -07:00
racerole
7339fc478d
Fix function name typo (#1953) 2024-03-11 04:30:53 +00:00
Trevor Gross
dc952f9c43
Add blake3 and blake3_file functions (#1860) 2024-02-11 20:56:04 +00:00
Casey Rodarmor
0842784281
Use unlikely-to-be-set variable name in env tests (#1882) 2024-01-27 02:10:33 +00:00
Casey Rodarmor
d55b5c2bdd
Skip write_error test if running as root (#1881) 2024-01-26 21:18:51 +00:00
Casey Rodarmor
5a36e685e5
Convert run_shebang into integration test (#1880) 2024-01-26 13:05:32 -08:00
Casey Rodarmor
43d88f50e0
Add function to canonicalize paths (#1859) 2024-01-19 20:04:28 +00:00
Marc
8bd411de45
Allow setting custom confirm prompt (#1834) 2024-01-13 02:44:13 +00:00
David Harrigan
5bbc89b718
Add set quiet and [no-quiet] (#1704) 2024-01-12 20:38:23 +00:00