Commit graph

1011 commits

Author SHA1 Message Date
Casey Rodarmor 11feadcf89
Fail publish if <sup>master</sup> is found in README.md (#1378) 2022-10-25 04:11:35 +00:00
Casey Rodarmor deac684aaa
Use for loop in capitalize implementation (#1377) 2022-10-25 03:52:43 +00:00
Cihan Demirci aaef61b908
Add capitalize(s) function (#1375)
`capitalize(s)` converts the first character of s to uppercase
and the rest to lowercase.
2022-10-24 20:39:40 -07:00
Casey Rodarmor ffb547924a
Release 1.6.0 (#1370)
- Bump version: 1.5.0 → 1.6.0
- Update changelog
- Update dependencies
- Update man page
2022-10-20 02:21:52 +00:00
Casey Rodarmor 28be873dfc
Require set fallback := true to enable recipe fallback (#1368) 2022-10-19 19:00:09 -07:00
Casey Rodarmor ca614ad117
Restore www/CNAME (#1364) 2022-10-09 04:15:27 +00:00
Casey Rodarmor 2906ea3bac
Improve book config (#1363)
- Add link to GitHub repo
- Add site path
- Add cname
2022-10-09 03:58:30 +00:00
Nick Kocharhook 43ae7f804e
Add kitchen sink justfile to test syntax highlighting (#1362) 2022-10-08 20:53:30 +00:00
Casey Rodarmor 27e196c9bb
Note version in which absolute path construction was added (#1361) 2022-10-07 23:10:19 +00:00
Casey Rodarmor cd09d1e6d4
Don't evaluate comments (#1358) 2022-10-04 22:33:19 -07:00
Greg Shuflin e445cfb47d
Add skip-comments setting (#1333)
Add a new setting "skip-comments", which defaults to true. If unset,
this causes lines internal to a non-shebang recipe beginning with the
character '#' (including '#!' internal to a non-shebang recipe; that is,
any such instances occurring after the first line of a recipe) to be
treated as comments of the justfile itself. They will not be echoed to
stderr when the recipe executes.
2022-10-05 00:32:30 +00:00
Casey Rodarmor 7680b19979
Inline setup and cleanup functions in completion script test (#1352) 2022-09-23 20:54:18 -07:00
JP Bochi 7f7275550d
Allow bash completion to complete tasks in other directories (#1303) 2022-09-23 20:34:55 -07:00
Casey Rodarmor 76bda4cfd9
Allow fallback with search directory (#1348)
This loosens a restriction, and allows falling back to a justfile in a parent justfile
when a search directory is provide, e.g. with `just ..` or `just foo/bar/`. Looking
 at it now, I can't really think of why I enforced that restriction in the first place.
Hopefully it's not important 🤷‍♀️.
2022-09-21 05:46:53 +00:00
Casey Rodarmor e5350926b5
Release 1.5.0 (#1341)
- Bump version: 1.4.0 → 1.5.0
- Update changelog
- Update dependencies
- Update man page
2022-09-12 01:48:23 +00:00
Casey Rodarmor c115b3f317
Allow fewer lints (#1340) 2022-09-11 09:25:38 +00:00
Greg Shuflin 7b7efcabc2
Fix issues reported by nightly clippy (#1336) 2022-09-11 08:41:24 +00:00
Greg Shuflin b4d6000dd2
Refactor run.rs (#1335)
Remove mutation of the color and verbosity variables and make it
slightly easier to figure out how it works.
2022-09-11 08:23:28 +00:00
Erik Krieg 154930cc8a
Allow constructing absolute paths with / operator (#1320) 2022-09-11 07:48:02 +00:00
Casey Rodarmor baaa8cb194
Allow comments on same line as settings (#1339) 2022-09-10 15:19:49 -07:00
Casey Rodarmor 3135db5e51
Fix justfile env shebang on Linux (#1330)
Add `-S` to the env invocation in the main justfile's shebang, which is
required on Linux.
2022-09-04 04:18:53 +00:00
Justin Ma c2cb80e794
Update Chinese translation of README.md (#1325) 2022-08-29 09:46:43 -07:00
Sibi Prabakaran c48a1292d9
Add additional settings to grammar 2022-08-28 22:26:02 -07:00
Michael Zeller 35fb61af89
Add an example of using a variable in a recipe parameter (#1311) 2022-08-16 18:25:10 +00:00
Casey Rodarmor aed7ca1678
Release 1.4.0 (#1308)
* Release 1.4.0

- Bump version: 1.3.0 → 1.4.0
- Update to Edition 2021
- Update changelog
- Update dependencies
- Update man page
2022-08-08 20:17:38 -07:00
Casey Rodarmor 7c0a960555
Fix shell setting precedence (#1306) 2022-08-09 02:50:31 +00:00
Casey Rodarmor c6809b3364
Don't hardcode homebrew prefix (#1295) 2022-08-05 17:28:45 +00:00
Casey Rodarmor 05e66b3ac2
Exclude files from cargo package (#1283) 2022-08-02 02:42:38 +00:00
JP Bochi 051f4389f3
Add usage note to default list recipe (#1296) 2022-08-01 14:31:50 +00:00
Hunter Wittenborn b6d06583f9
Add MPR/Prebuilt-MPR installation instructions to README.md (#1280) 2022-07-30 08:37:10 +00:00
Casey Rodarmor b427be6b08
Add make and makesure to readme (#1299) 2022-07-29 17:09:28 +00:00
Nick Kocharhook 2c206abb0e
Document how to configure zsh completions on MacOS (#1285) 2022-07-27 08:33:41 +00:00
Casey Rodarmor 76e4ce6176
Convert package table to HTML (#1291) 2022-07-26 23:58:59 +00:00
Casey Rodarmor 44ae90f9a5
Release 1.3.0 (#1282)
- Bump version: 1.2.0 → 1.3.0
- Update changelog
- Update dependencies
- Update man page
2022-07-25 07:55:09 +00:00
Thiago Brandão Damasceno 2af8336410
Update just-install reference on README.md (#1275) 2022-07-22 22:08:49 +00:00
Casey Rodarmor 4a4c669db9
Split Recipe::run into Recipe::{run_shebang,run_linewise} (#1270) 2022-07-21 01:46:52 +00:00
jaacko-torus 64b4d71d66
Add asdf package to readme(#1264) 2022-07-11 23:07:56 +00:00
Christopher Morrow d7fd57e420
Add mdbook deps for build-book recipe (#1258) (#1259) 2022-07-06 20:36:28 +00:00
Kian-Meng Ang d2d405aa28
Fix typo: argumant -> argument (#1257) 2022-07-04 19:40:34 +00:00
Nick Kocharhook e1f729efbc
Improve error message if if is missing the else (#1252) 2022-06-30 10:34:11 +00:00
Damian Kula 0b750b6cd7
Explain how to pass arguments of a command to a dependency (#1254) 2022-06-28 07:32:05 +00:00
Justin Ma dbe05d2d23
Update Chinese translation of README.md (#1253) 2022-06-28 00:05:49 -07:00
Casey Rodarmor a46be41699
Add / operator (#1237) 2022-06-25 09:39:06 +00:00
Nick Kocharhook 9c719abf91
Improvements to Sublime syntax file (#1250) 2022-06-25 02:33:33 +00:00
Evan Richter bfceb8f9c9
Prevent unbounded recursion when parsing expressions (#1248) 2022-06-22 15:00:13 -07:00
Casey Rodarmor 0e4b443742
Publish to snap store (#1245) 2022-06-22 04:49:50 +00:00
Evan Richter eef0138599
Restore fuzz test harness (#1246) 2022-06-21 02:16:02 +00:00
Casey Rodarmor c625d61abd
Fix multibyte codepoint crash (#1243)
Co-authored-by: Evan Richter <evanjrichter@gmail.com>
2022-06-21 00:24:13 +00:00
Alex Brombal 691b3dcf56
Add just-install to README file (#1241) 2022-06-20 19:38:24 +00:00
William Droz 9fcaa2f692
Fix dead readme link (#1240) 2022-06-20 17:42:46 +00:00