summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2 daysAdd `is_dependency()` function (#2139)HEADmasterGreg Shuflin
2 daysFix `fzf` chooser preview with space-separated module paths (#2141)Casey Rodarmor
3 daysAllow printing nu completion script with `just --completions nushell` (#2140)Casey Rodarmor
3 daysAdd `[ATTRIBUTE: VALUE]` shorthand (#2136)Greg Shuflin
3 daysRefactor evaluator (#2138)Greg Shuflin
6 daysAllow unexporting environment variables (#2098)Greg Shuflin
6 daysFix man page generation in release workflow (#2132)1.28.0Casey Rodarmor
6 daysRelease 1.28.0 (#2131)Casey Rodarmor
- Bump version: 1.27.0 → 1.28.0 - Update changelog - Update changelog contributor credits - Update dependencies
6 daysDon't check in manpage (#2130)Casey Rodarmor
6 daysDocument default shell (#2129)Casey Rodarmor
6 daysWrite shebang recipes to $XDG_RUNTIME_DIR (#2128)Casey Rodarmor
6 daysRemove duplicate section in Chinese readme (#2127)Potter XU
7 daysUpdate Chinese readme (#2124)Potter XU
9 daysFix typo in readme (#2122)Potter XU
9 daysDon't check in auto-generated completion scripts (#2120)Casey Rodarmor
11 daysAdd `set dotenv-required` to require an environment file (#2116)Casey Rodarmor
12 daysAllow listing recipes in submodules with `--list-submodules` (#2113)Casey Rodarmor
12 daysUse space-separated recipe paths in `--choose` (#2115)Casey Rodarmor
12 daysDon't display submodule recipes in `--list` (#2112)Casey Rodarmor
12 daysShow recipes in submodules with `--show RECIPE::PATH` (#2111)Casey Rodarmor
13 daysAdd `--timestamp-format` (#2106)Greg Shuflin
13 daysAllow listing submodule recipes with `--list PATH` (#2108)Casey Rodarmor
13 daysPrint recipe command timestamps with `--timestamps` (#2084)Greg Shuflin
13 daysAdd `module_file()` and `module_directory()` functions (#2105)Casey Rodarmor
14 daysFix bash completion for aliases (#2104)laniakea64
2024-05-28Document when dependencies run in readme (#2103)Casey Rodarmor
2024-05-27Build aarch64-pc-windows-msvc release binaries (#2100)David Alsh
2024-05-26Clarify that `dotenv-path`-given env file is required (#2099)Casey Rodarmor
2024-05-25Print multi-line doc comments before recipe in `--list` (#2090)Casey Rodarmor
2024-05-26List unsorted imported recipes by import depth and offset (#2092)Casey Rodarmor
2024-05-25Update README.md (#2091)laniakea64
2024-05-25Release 1.27.0 (#2089)1.27.0Casey Rodarmor
- Bump version: 1.26.0 → 1.27.0 - Update changelog - Update changelog contributor credits - Update dependencies - Update man page - Update version references in readme
2024-05-25Add `[doc]` attribute to set and suppress documentation comments (#2050)Greg Shuflin
2024-05-25Add source_file() and source_directory() functions (#2088)Casey Rodarmor
2024-05-25List modules in source order with `--unsorted` (#2085)Casey Rodarmor
2024-05-25Add recipe groups (#1842)Greg Shuflin
2024-05-25Forbid whitespace in shell-expanded string prefixes (#2083)Casey Rodarmor
2024-05-22Add Debian and Ubuntu install instructions to readme (#2072)Casey Rodarmor
2024-05-21Remove snap installation instructions from readme (#2070)Casey Rodarmor
2024-05-21Show submodule recipes in --choose (#2069)Casey Rodarmor
2024-05-21Fallback to wget in install script if curl isn't available(#1913)Trevor Gross
2024-05-21Use cache dir for temporary files (#2067)Casey Rodarmor
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-20Use std::io::IsTerminal instead of atty crate (#2066)Casey Rodarmor
2024-05-20Improve `shell()` documentation (#2060)laniakea64
2024-05-20Add bash completion for snap (#2058)Alberto Donato
2024-05-20Allow multiple imports of the same file in different modules (#2065)Casey Rodarmor
2024-05-20Fix submodule recipe listing indentation (#2063)Casey Rodarmor
2024-05-20Refactor list subcommand (#2062)Casey Rodarmor
2024-05-20Pass command as first argument to `shell` (#2061)Casey Rodarmor
2024-05-20Add shell() function for running external commands (#2047)Saheed Adeleye