Casey Rodarmor
197e1002d0
List recipes by group in group justfile order with just --list --unsorted
( #2164 )
2024-06-15 03:04:47 +00:00
Casey Rodarmor
1547af08b5
Allow setting more command-line options with environment variables ( #2161 )
2024-06-14 23:11:22 +00:00
Casey Rodarmor
b05a75d168
List groups in source order with just --groups --unsorted
( #2160 )
2024-06-14 20:35:03 +00:00
Casey Rodarmor
18ec9796b9
Improve argument parsing and error handling for submodules ( #2154 )
2024-06-14 02:41:45 +00:00
Casey Rodarmor
3236154d8d
Fix fzf
chooser preview with space-separated module paths ( #2141 )
2024-06-09 01:01:24 +00:00
Casey Rodarmor
0de971942a
Allow printing nu completion script with just --completions nushell
( #2140 )
2024-06-08 21:56:21 +00:00
Casey Rodarmor
d38c1add13
Allow listing recipes in submodules with --list-submodules
( #2113 )
2024-05-30 12:28:54 -05:00
Casey Rodarmor
d2b10e04d3
Use space-separated recipe paths in --choose
( #2115 )
2024-05-30 17:24:06 +00: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
Casey Rodarmor
9d2c6b8858
Allow listing submodule recipes with --list PATH
( #2108 )
2024-05-29 08:08:29 +00:00
Casey Rodarmor
2bacbddadb
Print multi-line doc comments before recipe in --list
( #2090 )
2024-05-25 18:12:55 -07:00
Greg Shuflin
dcbd07f9d0
Add [doc]
attribute to set and suppress documentation comments ( #2050 )
2024-05-25 09:26:04 +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
324c5d3113
Show submodule recipes in --choose ( #2069 )
2024-05-21 06:22:56 +00:00
Casey Rodarmor
d6b2e6bad2
Fix submodule recipe listing indentation ( #2063 )
2024-05-20 07:25:18 +00:00
Casey Rodarmor
9e658fba39
Refactor list subcommand ( #2062 )
2024-05-20 06:47:57 +00:00
Casey Rodarmor
a9b0912b2b
Add --man subcommand ( #2041 )
2024-05-15 07:28:50 +00:00
Poliorcetics
caace0a115
Update clap to version 4 ( #1924 )
2024-05-14 20:29:40 -07:00
Casey Rodarmor
c796a253af
Increase --list maximum alignable width from 30 to 50 ( #2039 )
2024-05-15 02:37:00 +00:00
Wouter Jehee
d3d0dbef7d
Add --no-aliases to hide aliases in --list ( #1961 )
2024-03-26 12:20:46 -07:00
crdx
541e78104c
Ignore [private] recipes in just --list ( #1816 )
2024-01-09 08:07:43 +00:00
Casey Rodarmor
3461a7f291
Print submodule recipes in --summary ( #1794 )
2023-12-29 03:06:48 +00:00
Casey Rodarmor
316ea01295
Add modules ( #1782 )
2023-12-28 04:27:15 +00:00
Casey Rodarmor
e9bec8d398
Stabilize !include path
as import 'path'
( #1771 )
2023-12-20 12:31:51 +08:00
Qeole
3dbbb2ed70
Pass justfile path to default chooser ( #1759 )
2023-12-14 00:48:40 +00:00
Greg Shuflin
f745316e88
Move !include processing into compiler ( #1618 )
2023-11-21 11:28:59 -08:00
Yuri Astrakhan
be7f161554
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
Casey Rodarmor
f04de75609
Stabilize JSON dump format ( #1633 )
2023-06-29 21:12:55 +00:00
Greg Shuflin
054d6672c5
Analyze and Compiler tweaks ( #1534 )
2023-01-27 03:03:04 +00:00
Casey Rodarmor
a81b094441
Downgrade to TLS 1.2 in install script ( #1536 )
...
Revert "Update install script and readmes to use tls v1.3 (#1481 )"
This reverts commit 9b6b0b7fac
.
2023-01-27 02:49:03 +00:00
Greg Shuflin
6ab6588549
Borrow Ast in Analyser ( #1527 )
2023-01-25 04:06:33 +00:00
Casey Rodarmor
3b989ae955
Only print fallback message when verbose ( #1510 )
2023-01-13 21:36:52 +00:00
Casey Rodarmor
1d02f0ef80
Print format diff to stdout ( #1506 )
2023-01-13 10:30:38 -08:00
Casey Rodarmor
10ad32430b
Stabilize fallback ( #1471 )
2023-01-04 06:31:56 +00:00
Casey Rodarmor
9887582497
Suppress --fmt --check diff if --quiet is passed ( #1457 )
2022-12-21 04:57:58 +00:00
Cameron Steffen
216df31543
Eliminate lazy_static ( #1442 )
2022-12-15 16:53:21 -08:00
Casey Rodarmor
28be873dfc
Require set fallback := true
to enable recipe fallback ( #1368 )
2022-10-19 19:00:09 -07:00
Casey Rodarmor
76bda4cfd9
Allow fallback with search directory ( #1348 )
...
This loosens a restriction, and allows falling back to a justfile in a parent justfile
when a search directory is provide, e.g. with `just ..` or `just foo/bar/`. Looking
at it now, I can't really think of why I enforced that restriction in the first place.
Hopefully it's not important 🤷♀️ .
2022-09-21 05:46:53 +00:00
Casey Rodarmor
c115b3f317
Allow fewer lints ( #1340 )
2022-09-11 09:25:38 +00:00
Casey Rodarmor
7c0a960555
Fix shell setting precedence ( #1306 )
2022-08-09 02:50:31 +00:00
Casey Rodarmor
4a4c669db9
Split Recipe::run into Recipe::{run_shebang,run_linewise} ( #1270 )
2022-07-21 01:46:52 +00:00
Casey Rodarmor
01fae9b1e4
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
Casey Rodarmor
52f73db33d
Search for missing recipes in parent directory justfiles ( #1149 )
2022-03-31 05:13:59 +00:00
Tim Byrne
63f96037c9
Format --init justfile ( #1116 )
2022-02-23 19:47:43 +00:00
Casey Rodarmor
27cd8fd554
Remove call to sed in justfile ( #1078 )
2022-01-30 20:16:10 +00:00
Casey Rodarmor
0ae91884e2
Add --dump-format json
( #992 )
2021-11-17 00:07:48 -08: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