Commit Graph

  • cf3141306e
    Release 1.27.0 (#2089) Casey Rodarmor 2024-05-25 02:37:51 -0700
  • dcbd07f9d0
    Add [doc] attribute to set and suppress documentation comments (#2050) Greg Shuflin 2024-05-25 02:26:04 -0700
  • 7fb04761b7
    Add source_file() and source_directory() functions (#2088) Casey Rodarmor 2024-05-25 02:15:02 -0700
  • d7059f8bc8
    List modules in source order with --unsorted (#2085) Casey Rodarmor 2024-05-25 01:01:37 -0700
  • ed0dc20318
    Add recipe groups (#1842) Greg Shuflin 2024-05-25 00:32:25 -0700
  • 1654d14867
    Forbid whitespace in shell-expanded string prefixes (#2083) Casey Rodarmor 2024-05-24 20:56:03 -0700
  • 9a52d6fe8f
    Add Debian and Ubuntu install instructions to readme (#2072) Casey Rodarmor 2024-05-21 18:49:04 -0700
  • 46e3428a3d
    Remove snap installation instructions from readme (#2070) Casey Rodarmor 2024-05-21 02:54:14 -0700
  • 324c5d3113
    Show submodule recipes in --choose (#2069) Casey Rodarmor 2024-05-20 23:22:56 -0700
  • 77f343e7b1
    Fallback to wget in install script if curl isn't available(#1913) Trevor Gross 2024-05-20 20:20:24 -0400
  • d3492e6ffe
    Use cache dir for temporary files (#2067) Casey Rodarmor 2024-05-20 17:04:42 -0700
  • 63ad7cc176
    Use std::io::IsTerminal instead of atty crate (#2066) Casey Rodarmor 2024-05-20 16:42:15 -0700
  • 178d4e2190
    Improve shell() documentation (#2060) laniakea64 2024-05-20 15:31:03 -0400
  • d15dad66c9
    Add bash completion for snap (#2058) Alberto Donato 2024-05-20 10:14:37 +0200
  • b9f63f1494
    Allow multiple imports of the same file in different modules (#2065) Casey Rodarmor 2024-05-20 01:04:03 -0700
  • d6b2e6bad2
    Fix submodule recipe listing indentation (#2063) Casey Rodarmor 2024-05-20 00:25:18 -0700
  • 9e658fba39
    Refactor list subcommand (#2062) Casey Rodarmor 2024-05-19 23:47:57 -0700
  • 587843f09c
    Pass command as first argument to shell (#2061) Casey Rodarmor 2024-05-19 21:12:09 -0700
  • c6612de760
    Add shell() function for running external commands (#2047) Saheed Adeleye 2024-05-20 01:24:27 +0100
  • 198b37c020
    Allow shell expanded strings in mod and import paths (#2059) Casey Rodarmor 2024-05-19 16:47:25 -0700
  • a343f5c80c
    Add --global-justfile flag (#1846) Greg Shuflin 2024-05-19 02:29:13 -0700
  • 104608d8cc
    Run imported recipes in root justfile with correct working directory (#2056) Casey Rodarmor 2024-05-18 23:38:57 -0700
  • b1c7491486
    Add shell-expanded strings (#2055) Casey Rodarmor 2024-05-18 22:41:38 -0700
  • 4961f49c38
    Add encode_uri_component function (#2052) laniakea64 2024-05-18 20:36:34 -0400
  • 7fa6ed8149
    Add choose function for generating random strings (#2049) laniakea64 2024-05-18 19:29:14 -0400
  • 6907847a77
    Add predefined constants (#2054) Casey Rodarmor 2024-05-18 16:12:11 -0700
  • f3eebb74d8
    Document working directory (#2053) Casey Rodarmor 2024-05-18 15:09:24 -0700
  • 7359deeb99
    Replace FunctionContext with Evaluator (#2048) Casey Rodarmor 2024-05-17 17:21:47 -0700
  • 843286f27c
    Allow setting some command-line options with environment variables (#2044) Greg Shuflin 2024-05-17 16:31:00 -0700
  • 89ccf42ddf
    Add prepend() function (#2045) Saheed Adeleye 2024-05-18 00:23:59 +0100
  • eb605181c2
    Add append() function (#2046) Saheed Adeleye 2024-05-18 00:12:38 +0100
  • a9b0912b2b
    Add --man subcommand (#2041) Casey Rodarmor 2024-05-15 00:28:50 -0700
  • 07aaa4f440
    Make dotenv-path relative to working directory (#2040) Casey Rodarmor 2024-05-14 21:31:58 -0700
  • caace0a115
    Update clap to version 4 (#1924) Poliorcetics 2024-05-15 05:29:40 +0200
  • b85540007e
    Cleanup (#2026) adamnemecek 2024-05-14 20:07:41 -0700
  • c796a253af
    Increase --list maximum alignable width from 30 to 50 (#2039) Casey Rodarmor 2024-05-14 19:37:00 -0700
  • e2c9405fa9
    Document using env -S (#2038) Casey Rodarmor 2024-05-14 19:23:42 -0700
  • 2d9cfa202f
    Update line continuation documentation (#1998) laniakea64 2024-05-14 22:10:17 -0400
  • 9aea3e679b
    Add assert expression (#1845) Elizaveta Demina 2024-05-15 04:55:32 +0300
  • e11684008e
    Add 'allow-duplicate-variables' setting (#1922) Markus 2024-05-15 03:39:42 +0200
  • 1b62918240
    Add example using GNU parallel to run tasks in concurrently (#1915) George Shuklin 2024-05-15 04:16:53 +0300
  • 6d7de0a480
    Placate clippy: use clone_into (#2037) Casey Rodarmor 2024-05-14 18:05:55 -0700
  • d18bdef799
    Use --command-color when printing shebang recipe commands (#1911) N 2024-05-14 20:53:59 -0400
  • ea141a6891
    Document how to use watchexec to re-run recipes when files change (#2036) Casey Rodarmor 2024-05-14 16:39:16 -0700
  • ad212c77bf
    Fix output \r\n stripping (#2035) Casey Rodarmor 2024-05-14 16:30:19 -0700
  • b7c284972d
    Update VS Code extensions in readme (#2034) Casey Rodarmor 2024-05-14 15:13:26 -0700
  • eef4e3abbe
    Add rust:just repology package table to readme (#2032) Casey Rodarmor 2024-05-13 22:01:52 -0700
  • 694ff2295e
    Release 1.26.0 (#2031) Casey Rodarmor 2024-05-13 20:48:14 -0700
  • b4efe2628a
    Update softprops/action-gh-release (#2029) dependabot[bot] 2024-05-13 10:28:57 -0700
  • 47fb323561
    Update dependencies (#1999) Greg Shuflin 2024-05-08 23:02:01 -0700
  • d16b598ce2
    Bump peaceiris/actions-gh-pages to version 4 (#2005) dependabot[bot] 2024-05-09 13:56:40 +0800
  • 5aff1e8f48
    Clarify that janus operates on public justfiles only (#2021) Casey Rodarmor 2024-05-01 11:01:02 -0700
  • c237c0097b
    Fix Error::TmpdirIo error message (#1987) Casey Rodarmor 2024-04-01 01:11:43 -0700
  • d3d0dbef7d
    Add --no-aliases to hide aliases in --list (#1961) Wouter Jehee 2024-03-26 20:20:46 +0100
  • 610aa0c52c
    Add -E as alias for --dotenv-path (#1910) George Shuklin 2024-03-19 19:50:34 +0200
  • 1ad1525927
    Update softprops/action-gh-release (#1973) dependabot[bot] 2024-03-18 10:26:16 -0700
  • 10923ebb6d
    Rename delete example recipe to delete-all (#1966) Aarmn the limitless 2024-03-15 05:44:20 +0330
  • 0b777772f4
    Update softprops/action-gh-release (#1954) dependabot[bot] 2024-03-11 10:29:04 -0700
  • 7339fc478d
    Fix function name typo (#1953) racerole 2024-03-11 12:30:53 +0800
  • ffbe500d3f
    Release 1.25.2 (#1952) Casey Rodarmor 2024-03-10 16:54:39 -0700
  • be5a9ab9f1
    Unpin ctrlc (#1951) Casey Rodarmor 2024-03-10 16:46:21 -0700
  • b4f779e4fe
    Update version to 1.25.1 (#1948) Casey Rodarmor 2024-03-09 14:40:56 -0800
  • 158d0b2e6c
    Release 1.25.1 (#1946) Casey Rodarmor 2024-03-09 14:37:02 -0800
  • 9d6a251528
    Pin ctrlc to version 3.1.1 (#1945) Casey Rodarmor 2024-03-09 14:32:48 -0800
  • b40e006fab
    Fix AArch64 release build error (#1942) Casey Rodarmor 2024-03-08 11:43:36 -0800
  • 628d085bf2
    Release 1.25.0 (#1939) Casey Rodarmor 2024-03-07 16:08:58 -0800
  • 36bd375eab
    Fix readme typo (#1936) Justin Hammond 2024-03-06 13:37:41 -0700
  • b4d8e5b8c6
    Use unwrap_or_default (#1928) Casey Rodarmor 2024-02-27 22:52:43 -0800
  • da4ceb4c7b
    Set codegen-units to 1 reduce release binary size (#1920) George Shuklin 2024-02-21 21:39:03 +0200
  • ef3d462edf
    Document openSUSE package (#1918) sfalken 2024-02-21 00:33:07 +0000
  • 6d7df19557
    Fix install.sh shellcheck warnings (#1912) Trevor Gross 2024-02-20 00:40:27 -0500
  • dc952f9c43
    Add blake3 and blake3_file functions (#1860) Trevor Gross 2024-02-11 15:56:04 -0500
  • a2ff42e6c3
    Release 1.24.0 (#1897) Casey Rodarmor 2024-02-11 11:43:24 -0800
  • e92ee922de
    Support recipe paths containing :: in Bash completion script (#1863) crdx 2024-01-27 22:02:38 +0000
  • daf4520a2b
    Document installing just on Github Actions in readme (#1867) Christian Clauss 2024-01-27 07:46:44 +0100
  • 0842784281
    Use unlikely-to-be-set variable name in env tests (#1882) Casey Rodarmor 2024-01-26 18:10:33 -0800
  • d55b5c2bdd
    Skip write_error test if running as root (#1881) Casey Rodarmor 2024-01-26 13:18:51 -0800
  • 5a36e685e5
    Convert run_shebang into integration test (#1880) Casey Rodarmor 2024-01-26 13:05:32 -0800
  • d1e2ef788f
    Install mdbook with cargo in CI workflow (#1877) Casey Rodarmor 2024-01-25 17:31:16 -0800
  • 77e7cfe763
    Remove deprecated actions-rs/toolchain (#1874) Christian Clauss 2024-01-26 00:24:31 +0100
  • eb8227744e
    Fix Gentoo package link (#1875) Valeriy Bykov 2024-01-26 02:02:08 +0300
  • ebead95ac9
    Fix typos found by codespell (#1872) Christian Clauss 2024-01-25 01:03:18 +0100
  • 827e4e53d5
    Replace deprecated set-output command in Github Actions workflows (#1869) Christian Clauss 2024-01-25 00:37:26 +0100
  • fd9ecffef4
    Update actions/checkout and softprops/action-gh-release (#1871) dependabot[bot] 2024-01-24 15:19:35 -0800
  • f5d101cea4
    Keep GitHub Actions up to date with Dependabot (#1868) Christian Clauss 2024-01-25 00:12:18 +0100
  • dcca9681e2
    Add contrib directory (#1870) Casey Rodarmor 2024-01-24 12:03:42 -0800
  • 43d88f50e0
    Add function to canonicalize paths (#1859) Casey Rodarmor 2024-01-19 12:04:28 -0800
  • 22d462bd55
    Fix install script (#1844) Casey Rodarmor 2024-01-13 01:40:01 -0800
  • 639ed74c23
    Release 1.23.0 (#1840) Casey Rodarmor 2024-01-12 18:54:12 -0800
  • 8bd411de45
    Allow setting custom confirm prompt (#1834) Marc 2024-01-13 03:44:13 +0100
  • 5bbc89b718
    Add set quiet and [no-quiet] (#1704) David Harrigan 2024-01-12 20:38:23 +0000
  • 53cea2f823
    Add just_pid function (#1833) Swordelf2 2024-01-12 06:22:27 +0300
  • 8fc91b298c
    Include completion scripts in releases (#1837) Casey Rodarmor 2024-01-11 19:14:36 -0800
  • fbd4a437a0
    Run imports in working directory of importer (#1817) Casey Rodarmor 2024-01-11 19:00:38 -0800
  • ea1b68644a
    Tweak readme table formatting (#1836) Casey Rodarmor 2024-01-11 15:57:32 -0800
  • c2af5a1dd6
    Add functions to return XDG base directories (#1822) Trevor Gross 2024-01-11 18:50:04 -0500
  • 6d320f77af
    Don't abbreviate just in README (#1831) Thomas Le Duc 2024-01-09 18:12:33 +0100
  • b66cce0f58
    Add --no-deps to skip running recipe dependencies (#1819) Neal Harrington 2024-01-09 03:40:08 -0500
  • 541e78104c
    Ignore [private] recipes in just --list (#1816) crdx 2024-01-09 08:07:43 +0000
  • cf57613da7
    Add a dash to tempdir prefix (#1828) Casey Rodarmor 2024-01-08 23:52:15 -0800