1
0
mirror of https://github.com/casey/just synced 2024-06-29 06:24:38 +00:00
just/src
2024-06-28 21:13:11 -07:00
..
alias.rs Allow setting custom confirm prompt (#1834) 2024-01-13 02:44:13 +00:00
analyzer.rs Give modules doc comments for --list (#2199) 2024-06-28 21:13:11 -07:00
argument_parser.rs Improve argument parsing and error handling for submodules (#2154) 2024-06-14 02:41:45 +00:00
assignment_resolver.rs Add shell() function for running external commands (#2047) 2024-05-20 00:24:27 +00:00
assignment.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
ast.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
attribute.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
binding.rs Add 'allow-duplicate-variables' setting (#1922) 2024-05-15 01:39:42 +00:00
color_display.rs Allow fewer lints (#1340) 2022-09-11 09:25:38 +00:00
color.rs Use std::io::IsTerminal instead of atty crate (#2066) 2024-05-20 23:42:15 +00:00
command_ext.rs Allow unexporting environment variables (#2098) 2024-06-05 20:16:47 +00:00
compilation.rs Move !include processing into compiler (#1618) 2023-11-21 11:28:59 -08:00
compile_error_kind.rs Allow unexporting environment variables (#2098) 2024-06-05 20:16:47 +00:00
compile_error.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
compiler.rs Give modules doc comments for --list (#2199) 2024-06-28 21:13:11 -07:00
completions.rs Use -and instead of && in PowerShell completion script (#2204) 2024-06-28 07:52:16 +00:00
condition.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
conditional_operator.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
config_error.rs Show recipes in submodules with --show RECIPE::PATH (#2111) 2024-05-30 01:41:37 +00:00
config.rs Allow setting more command-line options with environment variables (#2161) 2024-06-14 23:11:22 +00:00
constants.rs Add predefined constants (#2054) 2024-05-18 23:12:11 +00:00
count.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
delimiter.rs Allow ignore line endings inside delimiters (#717) 2020-10-27 23:51:17 -07:00
dependency.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
dump_format.rs Add --dump-format json (#992) 2021-11-17 00:07:48 -08:00
enclosure.rs Cleanup (#1566) 2023-06-12 16:53:55 +00:00
error.rs Improve argument parsing and error handling for submodules (#2154) 2024-06-14 02:41:45 +00:00
evaluator.rs Add is_dependency() function (#2139) 2024-06-09 01:17:55 +00:00
execution_context.rs Refactor evaluator (#2138) 2024-06-08 14:42:16 +00:00
expression.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
fragment.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
function.rs Add datetime() and datetime_utc() functions (#2167) 2024-06-14 22:48:34 -07:00
fuzzing.rs Move !include processing into compiler (#1618) 2023-11-21 11:28:59 -08:00
interrupt_guard.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
interrupt_handler.rs Misc fixes (#1700) 2023-10-17 03:07:09 +00:00
item.rs Give modules doc comments for --list (#2199) 2024-06-28 21:13:11 -07:00
justfile.rs Give modules doc comments for --list (#2199) 2024-06-28 21:13:11 -07:00
keyed.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
keyword.rs Allow unexporting environment variables (#2098) 2024-06-05 20:16:47 +00:00
lexer.rs Allow listing submodule recipes with --list PATH (#2108) 2024-05-29 08:08:29 +00:00
lib.rs Document library interface (#2174) 2024-06-19 23:38:02 +00:00
line.rs Don't evaluate comments (#1358) 2022-10-04 22:33:19 -07:00
list.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
load_dotenv.rs Load environment file from dotenv-path relative to working directory (#2152) 2024-06-13 20:21:00 +00:00
loader.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
main.rs Allow passing command-line arguments into run() (#2173) 2024-06-19 23:25:36 +00:00
module_path.rs Allow listing submodule recipes with --list PATH (#2108) 2024-05-29 08:08:29 +00:00
name.rs Don't conflate recipes with the same name in different modules (#1825) 2024-01-08 13:26:33 -08:00
namepath.rs Use space-separated recipe paths in --choose (#2115) 2024-05-30 17:24:06 +00:00
node.rs Allow unexporting environment variables (#2098) 2024-06-05 20:16:47 +00:00
ordinal.rs Use pub(crate) instead of pub (#471) 2019-09-21 15:35:03 -07:00
output_error.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
output.rs Fix output \r\n stripping (#2035) 2024-05-14 23:30:19 +00:00
parameter_kind.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00
parameter.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
parser.rs Give modules doc comments for --list (#2199) 2024-06-28 21:13:11 -07:00
platform_interface.rs Allow setting more command-line options with environment variables (#2161) 2024-06-14 23:11:22 +00:00
platform.rs Allow setting more command-line options with environment variables (#2161) 2024-06-14 23:11:22 +00:00
position.rs Use stable rustfmt instead of nightly (#967) 2021-09-16 13:44:40 +00:00
positional.rs Ignore additional search path arguments (#1528) 2023-01-24 21:07:22 -08:00
ran.rs Add predefined constants (#2054) 2024-05-18 23:12:11 +00:00
range_ext.rs Allow setting custom confirm prompt (#1834) 2024-01-13 02:44:13 +00:00
recipe_resolver.rs Don't analyze comments when ignore-comments is set (#2180) 2024-06-21 20:39:34 +00:00
recipe_signature.rs Fix submodule recipe listing indentation (#2063) 2024-05-20 07:25:18 +00:00
recipe.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
run.rs Don't exit process in run() on argument parse error (#2176) 2024-06-20 03:57:46 +00:00
scope.rs Add predefined constants (#2054) 2024-05-18 23:12:11 +00:00
search_config.rs Add --global-justfile flag (#1846) 2024-05-19 09:29:13 +00:00
search_error.rs Add --global-justfile flag (#1846) 2024-05-19 09:29:13 +00:00
search.rs Add --global-justfile flag (#1846) 2024-05-19 09:29:13 +00:00
set.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
setting.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
settings.rs Add set dotenv-required to require an environment file (#2116) 2024-05-30 23:12:07 +00:00
shebang.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
shell.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
show_whitespace.rs Eliminate lazy_static (#1442) 2022-12-15 16:53:21 -08:00
source.rs List unsorted imported recipes by import depth and offset (#2092) 2024-05-26 01:10:06 +00:00
string_kind.rs Fix issues reported by nightly clippy (#1336) 2022-09-11 08:41:24 +00:00
string_literal.rs Add shell-expanded strings (#2055) 2024-05-19 05:41:38 +00:00
subcommand.rs Give modules doc comments for --list (#2199) 2024-06-28 21:13:11 -07:00
suggestion.rs Eliminate lazy_static (#1442) 2022-12-15 16:53:21 -08:00
summary.rs Allow setting more command-line options with environment variables (#2161) 2024-06-14 23:11:22 +00:00
table.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
testing.rs Give modules doc comments for --list (#2199) 2024-06-28 21:13:11 -07:00
thunk.rs Allow setting more command-line options with environment variables (#2161) 2024-06-14 23:11:22 +00:00
token_kind.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
token.rs Don't conflate recipes with the same name in different modules (#1825) 2024-01-08 13:26:33 -08:00
tree.rs Cleanup (#2026) 2024-05-14 20:07:41 -07:00
unindent.rs Fix multibyte codepoint crash (#1243) 2022-06-21 00:24:13 +00:00
unresolved_dependency.rs List groups in source order with just --groups --unsorted (#2160) 2024-06-14 20:35:03 +00:00
unresolved_recipe.rs List unsorted imported recipes by import depth and offset (#2092) 2024-05-26 01:10:06 +00:00
use_color.rs Gargantuan refactor (#522) 2019-11-09 21:43:20 -08:00
variables.rs Add shell() function for running external commands (#2047) 2024-05-20 00:24:27 +00:00
verbosity.rs Update clap to version 4 (#1924) 2024-05-14 20:29:40 -07:00
warning.rs Do use super::*; instead of use crate::common::*; (#1239) 2022-06-19 04:56:31 +00:00