1
0
mirror of https://github.com/casey/just synced 2024-07-05 17:28:49 +00:00
Commit Graph

247 Commits

Author SHA1 Message Date
Casey Rodarmor
e6c37aacd1
Release 1.29.0 (#2155)
- Bump version: 1.28.0 → 1.29.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update version references in readme
- Fix zsh completion script
2024-06-14 02:57:12 +00:00
Casey Rodarmor
e1b17fe9cf
Document shell expanded string defaults (#2153) 2024-06-13 21:41:19 +00:00
Casey Rodarmor
1ce7a05bef
Add [positional-arguments] attribute (#2151) 2024-06-13 19:35:14 +00:00
Greg Shuflin
5ac98c020d
Add is_dependency() function (#2139) 2024-06-09 01:17:55 +00:00
Greg Shuflin
38873dcb74
Allow unexporting environment variables (#2098) 2024-06-05 20:16:47 +00:00
Casey Rodarmor
3c40c0c6eb
Don't check in manpage (#2130) 2024-06-05 19:17:05 +00:00
Casey Rodarmor
70d1e1b3af
Document default shell (#2129) 2024-06-05 19:06:32 +00:00
Potter XU
b5ad133b93
Fix typo in readme (#2122) 2024-06-02 19:40:29 +00:00
Casey Rodarmor
8d3d88fc13
Don't check in auto-generated completion scripts (#2120) 2024-06-01 23:26:41 +00:00
Casey Rodarmor
f2201d8684
Add set dotenv-required to require an environment file (#2116) 2024-05-30 23:12:07 +00:00
Greg Shuflin
77a6e02964
Add --timestamp-format (#2106) 2024-05-29 09:28:45 +00:00
Casey Rodarmor
9d2c6b8858
Allow listing submodule recipes with --list PATH (#2108) 2024-05-29 08:08:29 +00:00
Casey Rodarmor
a045cf0c6a
Document when dependencies run in readme (#2103) 2024-05-28 03:26:57 +00:00
Casey Rodarmor
8678565b04
Clarify that dotenv-path-given env file is required (#2099) 2024-05-26 23:07:37 +00:00
laniakea64
00eb17ef07
Update README.md (#2091) 2024-05-25 15:48:28 -07:00
Casey Rodarmor
cf3141306e
Release 1.27.0 (#2089)
- 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-25 09:37:51 +00:00
Greg Shuflin
dcbd07f9d0
Add [doc] attribute to set and suppress documentation comments (#2050) 2024-05-25 09:26:04 +00:00
Casey Rodarmor
7fb04761b7
Add source_file() and source_directory() functions (#2088) 2024-05-25 09:15:02 +00:00
Greg Shuflin
ed0dc20318
Add recipe groups (#1842) 2024-05-25 07:32:25 +00:00
Casey Rodarmor
9a52d6fe8f
Add Debian and Ubuntu install instructions to readme (#2072) 2024-05-22 01:49:04 +00:00
Casey Rodarmor
46e3428a3d
Remove snap installation instructions from readme (#2070) 2024-05-21 09:54:14 +00:00
laniakea64
178d4e2190
Improve shell() documentation (#2060) 2024-05-20 19:31:03 +00:00
Casey Rodarmor
587843f09c
Pass command as first argument to shell (#2061) 2024-05-20 04:12:09 +00:00
Saheed Adeleye
c6612de760
Add shell() function for running external commands (#2047) 2024-05-20 00:24:27 +00:00
Greg Shuflin
a343f5c80c
Add --global-justfile flag (#1846) 2024-05-19 09:29:13 +00:00
Casey Rodarmor
b1c7491486
Add shell-expanded strings (#2055) 2024-05-19 05:41:38 +00:00
laniakea64
4961f49c38
Add encode_uri_component function (#2052) 2024-05-19 00:36:34 +00:00
laniakea64
7fa6ed8149
Add choose function for generating random strings (#2049) 2024-05-18 23:29:14 +00:00
Casey Rodarmor
6907847a77
Add predefined constants (#2054) 2024-05-18 23:12:11 +00:00
Casey Rodarmor
f3eebb74d8
Document working directory (#2053) 2024-05-18 22:09:24 +00:00
Greg Shuflin
843286f27c
Allow setting some command-line options with environment variables (#2044) 2024-05-17 23:31:00 +00:00
Saheed Adeleye
89ccf42ddf
Add prepend() function (#2045) 2024-05-17 23:23:59 +00:00
Saheed Adeleye
eb605181c2
Add append() function (#2046) 2024-05-17 23:12:38 +00:00
Casey Rodarmor
a9b0912b2b
Add --man subcommand (#2041) 2024-05-15 07:28:50 +00:00
Casey Rodarmor
e2c9405fa9
Document using env -S (#2038) 2024-05-15 02:23:42 +00:00
laniakea64
2d9cfa202f
Update line continuation documentation (#1998) 2024-05-15 02:10:17 +00:00
Markus
e11684008e
Add 'allow-duplicate-variables' setting (#1922) 2024-05-15 01:39:42 +00:00
George Shuklin
1b62918240
Add example using GNU parallel to run tasks in concurrently (#1915) 2024-05-15 01:16:53 +00:00
Casey Rodarmor
ea141a6891
Document how to use watchexec to re-run recipes when files change (#2036) 2024-05-14 23:39:16 +00:00
Casey Rodarmor
b7c284972d
Update VS Code extensions in readme (#2034) 2024-05-14 22:13:26 +00:00
Casey Rodarmor
eef4e3abbe
Add rust:just repology package table to readme (#2032) 2024-05-14 05:01:52 +00:00
Casey Rodarmor
5aff1e8f48
Clarify that janus operates on public justfiles only (#2021) 2024-05-01 18:01:02 +00:00
Aarmn the limitless
10923ebb6d
Rename delete example recipe to delete-all (#1966) 2024-03-15 02:14:20 +00:00
Casey Rodarmor
628d085bf2
Release 1.25.0 (#1939)
- Bump version: 1.24.0 → 1.25.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2024-03-08 00:08:58 +00:00
Justin Hammond
36bd375eab
Fix readme typo (#1936) 2024-03-06 20:37:41 +00:00
sfalken
ef3d462edf
Document openSUSE package (#1918) 2024-02-21 00:33:07 +00:00
Trevor Gross
dc952f9c43
Add blake3 and blake3_file functions (#1860) 2024-02-11 20:56:04 +00:00
Casey Rodarmor
a2ff42e6c3
Release 1.24.0 (#1897)
- Bump version: 1.23.0 → 1.24.0
- Update changelog
- Update changelog contributor credits
- Update dependencies
- Update man page
- Update version references in readme
2024-02-11 19:43:24 +00:00
Christian Clauss
daf4520a2b
Document installing just on Github Actions in readme (#1867)
Demonstrate how to install and use just in GitHub Actions on the three major OSes...
2024-01-26 22:46:44 -08:00
Valeriy Bykov
eb8227744e
Fix Gentoo package link (#1875) 2024-01-25 23:02:08 +00:00