..
completions
Inline setup and cleanup functions in completion script test ( #1352 )
2022-09-23 20:54:18 -07:00
allow_duplicate_recipes.rs
Stabilize fallback ( #1471 )
2023-01-04 06:31:56 +00:00
allow_duplicate_variables.rs
Add 'allow-duplicate-variables' setting ( #1922 )
2024-05-15 01:39:42 +00:00
assert_stdout.rs
Add invocation_directory_native() ( #1507 )
2023-01-13 19:03:14 +00:00
assert_success.rs
Add invocation_directory_native() ( #1507 )
2023-01-13 19:03:14 +00:00
assertions.rs
Add assert
expression ( #1845 )
2024-05-15 01:55:32 +00:00
assignment.rs
Improve error message if if
is missing the else
( #1252 )
2022-06-30 10:34:11 +00:00
attributes.rs
Print multi-line doc comments before recipe in --list
( #2090 )
2024-05-25 18:12:55 -07:00
backticks.rs
Fix output \r\n
stripping ( #2035 )
2024-05-14 23:30:19 +00:00
byte_order_mark.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
changelog.rs
Stabilize fallback ( #1471 )
2023-01-04 06:31:56 +00:00
choose.rs
Show submodule recipes in --choose ( #2069 )
2024-05-21 06:22:56 +00:00
command.rs
Update clap to version 4 ( #1924 )
2024-05-14 20:29:40 -07:00
completions.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
conditional.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
confirm.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
constants.rs
Add predefined constants ( #2054 )
2024-05-18 23:12:11 +00:00
delimiters.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
directories.rs
Add functions to return XDG base directories ( #1822 )
2024-01-11 23:50:04 +00:00
dotenv.rs
Make dotenv-path
relative to working directory ( #2040 )
2024-05-15 04:31:58 +00:00
edit.rs
Clean up error display ( #1699 )
2023-10-16 20:18:25 -07:00
equals.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
error_messages.rs
Allow setting custom confirm prompt ( #1834 )
2024-01-13 02:44:13 +00:00
evaluate.rs
Add /
operator ( #1237 )
2022-06-25 09:39:06 +00:00
examples.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
export.rs
Add dotenv-load
setting ( #778 )
2021-03-28 22:38:07 -07:00
fallback.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
fmt.rs
Update clap to version 4 ( #1924 )
2024-05-14 20:29:40 -07:00
functions.rs
Add module_file()
and module_directory()
functions ( #2105 )
2024-05-29 03:06:30 +00:00
global.rs
Add --global-justfile
flag ( #1846 )
2024-05-19 09:29:13 +00:00
groups.rs
Don't display submodule recipes in --list
( #2112 )
2024-05-30 02:15:10 +00:00
ignore_comments.rs
Fix function name typo ( #1953 )
2024-03-11 04:30:53 +00:00
imports.rs
Allow multiple imports of the same file in different modules ( #2065 )
2024-05-20 08:04:03 +00:00
init.rs
Add invocation_directory_native() ( #1507 )
2023-01-13 19:03:14 +00:00
interrupts.rs
Downgrade to TLS 1.2 in install script ( #1536 )
2023-01-27 02:49:03 +00:00
invocation_directory.rs
Add just_pid
function ( #1833 )
2024-01-12 03:22:27 +00:00
json.rs
Add assert
expression ( #1845 )
2024-05-15 01:55:32 +00:00
lib.rs
Print recipe command timestamps with --timestamps
( #2084 )
2024-05-29 03:31:55 +00:00
line_prefixes.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
list.rs
Don't display submodule recipes in --list
( #2112 )
2024-05-30 02:15:10 +00:00
man.rs
Add --man subcommand ( #2041 )
2024-05-15 07:28:50 +00:00
misc.rs
Increase --list maximum alignable width from 30 to 50 ( #2039 )
2024-05-15 02:37:00 +00:00
modules.rs
Fix submodule recipe listing indentation ( #2063 )
2024-05-20 07:25:18 +00:00
multibyte_char.rs
Fix multibyte codepoint crash ( #1243 )
2022-06-21 00:24:13 +00:00
newline_escape.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
no_aliases.rs
Add --no-aliases to hide aliases in --list ( #1961 )
2024-03-26 12:20:46 -07:00
no_cd.rs
Add [no-cd] attribute ( #1400 )
2022-11-02 23:37:35 -07:00
no_dependencies.rs
Add --no-deps
to skip running recipe dependencies ( #1819 )
2024-01-09 08:40:08 +00:00
no_exit_message.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
os_attributes.rs
Add OS Configuration Attributes ( #1387 )
2022-10-31 00:52:03 -07:00
parser.rs
Allow comments on same line as settings ( #1339 )
2022-09-10 15:19:49 -07:00
positional_arguments.rs
Pass evaluated arguments as positional arguments ( #810 )
2021-05-02 10:25:43 +00:00
private.rs
Stabilize fallback ( #1471 )
2023-01-04 06:31:56 +00:00
quiet.rs
Add set quiet
and [no-quiet]
( #1704 )
2024-01-12 20:38:23 +00:00
quote.rs
Stabilize fallback ( #1471 )
2023-01-04 06:31:56 +00:00
readme.rs
Cleanup ( #2026 )
2024-05-14 20:07:41 -07:00
recursion_limit.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
regexes.rs
Do use super::*;
instead of use crate::common::*;
( #1239 )
2022-06-19 04:56:31 +00:00
run.rs
Stabilize fallback ( #1471 )
2023-01-04 06:31:56 +00:00
search_arguments.rs
Test passing dot as argument between justfiles ( #1530 )
2023-01-25 05:33:43 +00:00
search.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
shadowing_parameters.rs
Allow recipe parameters to shadow variables ( #1480 )
2023-01-10 00:59:02 +00:00
shebang.rs
Use --command-color when printing shebang recipe commands ( #1911 )
2024-05-15 00:53:59 +00:00
shell_expansion.rs
Forbid whitespace in shell-expanded string prefixes ( #2083 )
2024-05-25 03:56:03 +00:00
shell.rs
Misc fixes ( #1700 )
2023-10-17 03:07:09 +00:00
show.rs
Show recipes in submodules with --show RECIPE::PATH
( #2111 )
2024-05-30 01:41:37 +00:00
slash_operator.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
string.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
subsequents.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
summary.rs
Print submodule recipes in --summary ( #1794 )
2023-12-29 03:06:48 +00:00
tempdir.rs
Use cache dir for temporary files ( #2067 )
2024-05-21 00:04:42 +00:00
test.rs
Add shell-expanded strings ( #2055 )
2024-05-19 05:41:38 +00:00
timestamps.rs
Add --timestamp-format
( #2106 )
2024-05-29 09:28:45 +00:00
undefined_variables.rs
Use box-drawing characters in error messages ( #1798 )
2023-12-29 21:25:30 +00:00
unstable.rs
Allow unstable features to be enabled with environment variable ( #1588 )
2023-10-09 03:47:20 +00:00
windows_shell.rs
Fix spelling ( #1463 )
2022-12-30 20:36:08 +00:00
working_directory.rs
Placate clippy ( #1423 )
2022-11-23 00:36:23 +00:00