Commit Graph

  • 5e2b51e83e
    Add list highlighting nice features to readme (#664) Casey Rodarmor 2020-08-05 19:20:11 -0700
  • 981465ad30
    Release v0.7.1 (#662) Casey Rodarmor 2020-07-19 05:10:38 -0700
  • 05d73a423a
    Search for .env file from working directory (#661) Casey Rodarmor 2020-07-19 05:01:46 -0700
  • 8fad0626f8
    Move link-time optimization config into Cargo.toml (#658) Casey Rodarmor 2020-07-17 12:14:02 -0700
  • c1a0001939
    Release v0.7.0 (#657) Casey Rodarmor 2020-07-16 21:41:43 -0700
  • 837b6e6a00
    Skip .env items which are set in environment (#656) Casey Rodarmor 2020-07-16 21:37:33 -0700
  • cea4a16081
    Mark tags that start with v as releases (#654) Casey Rodarmor 2020-07-01 23:42:39 -0700
  • 7384307fdc
    Release v0.6.1 (#653) Casey Rodarmor 2020-06-28 15:07:03 -0700
  • 5533073f56
    Only use cygpath on shebang if it contains / (#652) Casey Rodarmor 2020-06-27 16:38:56 -0700
  • 863fb53885
    Release v0.6.0 (#649) Casey Rodarmor 2020-06-18 11:50:47 -0700
  • 7615fe13a5
    Clarify variadic parameter default values (#646) Richard Berry 2020-06-13 21:56:28 +0100
  • 1ff619295c
    Add variadic parameters that accept zero or more arguments (#645) Richard Berry 2020-06-13 09:49:13 +0100
  • 63f51b5b48
    Add keybase example justfile (#640) David Arnold 2020-06-10 01:05:35 -0500
  • 8e6177601c
    Strip trailing whitespace in examples/pre-commit.just (#644) Casey Rodarmor 2020-06-09 23:00:53 -0700
  • d7a51e72f5
    Test that example justfiles successfully parse (#643) Casey Rodarmor 2020-06-09 22:57:16 -0700
  • 97aa9251ce
    Link example justfiles in readme (#641) Casey Rodarmor 2020-06-09 22:08:16 -0700
  • 3ec04f385a
    Add example justfile (#639) David Arnold 2020-06-09 23:47:42 -0500
  • 89ee05227b
    Ignore '@' returned from interpolation evaluation (#636) Richard Berry 2020-06-09 23:16:05 +0100
  • 2a9c29c18f
    Strip leading spaces after line continuation (#635) Casey Rodarmor 2020-06-08 22:37:12 -0700
  • 4fdb771731
    Document how to run recipes after another recipe (#630) Casey Rodarmor 2020-05-26 15:17:10 -0700
  • 2e6e48d8f4
    Release v0.5.11 (#629) Casey Rodarmor 2020-05-23 20:59:11 -0700
  • d6a1a2b568
    Don't load .env file when --no-dotenv is passed (#627) Casey Rodarmor 2020-05-23 20:41:12 -0700
  • fef69a3ec1
    Complete recipe names in fish completion script (#625) Tobin Yehle 2020-05-03 20:35:53 -0700
  • dc7210bca3
    Suggest aliases for unknown recipes (#624) Matt Boulanger 2020-04-26 14:19:21 -0700
  • 875fb41e40
    Make man page manual name title case (#623) Casey Rodarmor 2020-04-08 12:54:54 -0700
  • d04942073a
    Add Discord link to readme (#622) Casey Rodarmor 2020-04-03 03:40:55 -0700
  • f73de24fd7
    Add log variable to justfile (#621) Casey Rodarmor 2020-03-31 00:00:05 -0700
  • 1f8c230512
    Cache build artifacts (#620) Casey Rodarmor 2020-03-30 23:39:30 -0700
  • 42c22b5744
    Link to recently indexed justfiles in the readme (#616) Casey Rodarmor 2020-03-19 10:46:35 -0700
  • 48892479a3
    Trigger GitHub Actions workflow on release tags (#614) Casey Rodarmor 2020-03-18 09:13:42 -0700
  • 985a6a833d
    Release v0.5.10 (#613) Casey Rodarmor 2020-03-18 09:03:21 -0700
  • 8fea09a3dd
    Release v0.5.9 (#612) Casey Rodarmor 2020-03-18 08:19:43 -0700
  • 2da5581d0f
    Only build for linux on docs.rs (#611) Casey Rodarmor 2020-03-17 21:03:47 -0700
  • e79482f2dc
    Update zsh completion file (#606) Zhenhui Xie 2020-03-17 08:20:14 +0800
  • 784232e98b
    Trim completions and ensure final newline (#609) Casey Rodarmor 2020-03-14 21:41:57 -0700
  • 1dbc765390
    Add --variables subcommand that prints variable names (#608) Casey Rodarmor 2020-03-13 22:19:43 -0700
  • 2b688d4858
    Trigger build on pushes and pull requests (#607) Casey Rodarmor 2020-03-13 21:20:41 -0700
  • a7ce94f63e
    Document behavior of @ on shebang recipes (#602) Casey Rodarmor 2020-03-05 19:24:53 -0800
  • 19402bb8e5
    Add .nojekyll file to github pages site (#599) Casey Rodarmor 2020-02-20 10:05:44 -0800
  • 05ba38fd7d
    Add : favicon (#598) Casey Rodarmor 2020-02-20 09:48:35 -0800
  • 33ad82f5c7
    Add github pages site with improved install script (#597) Casey Rodarmor 2020-02-20 06:32:06 -0800
  • dcc98abdf8
    Don't require justfile to print completions (#596) Casey Rodarmor 2020-02-20 06:07:25 -0800
  • c12c683286
    Delete old CI configuration and update build badge (#595) Casey Rodarmor 2020-02-18 02:48:32 -0800
  • 3adef16b53
    Add download count badge to readme (#594) Casey Rodarmor 2020-02-18 02:33:29 -0800
  • 9731278d2a
    Wrap comments at 80 characters (#593) Casey Rodarmor 2020-02-14 04:49:25 -0800
  • 3ec7dea4a3
    Use unstable rustfmt configuration options (#592) Casey Rodarmor 2020-02-10 20:07:06 -0800
  • aceee3e217
    Release v0.5.7 (#591) Casey Rodarmor 2020-02-06 12:25:09 -0800
  • b1ebf63124
    Improve comments in justfile (#588) Casey Rodarmor 2020-01-31 00:47:48 -0800
  • 88f4ee760a
    Remove unused dependencies (#587) Casey Rodarmor 2020-01-30 08:20:08 -0800
  • 1629235f2e
    Only use cygpath on windows if present (#586) Casey Rodarmor 2020-01-28 18:02:58 -0800
  • 1d084f1d4e
    Release v0.5.7 (#584) Casey Rodarmor 2020-01-28 03:03:07 -0800
  • 1a820a2899
    Don't include directories in release archive (#583) Casey Rodarmor 2020-01-28 02:55:30 -0800
  • f3d5d124a4
    Release v0.5.6 (#582) Casey Rodarmor 2020-01-28 02:31:38 -0800
  • 4d175ada13
    Build and upload release artifacts from GitHub Actions (#581) Casey Rodarmor 2020-01-28 02:19:24 -0800
  • 11bd8d448f
    List solus package in readme (#579) Casey Rodarmor 2020-01-25 20:03:45 -0800
  • e3ac2c61e5
    Expand use of Github Actions (#580) Casey Rodarmor 2020-01-25 19:58:32 -0800
  • 5cb15532e8 Fix readme typo: interpetation -> interpretation (#578) Isak Johansson 2020-01-21 09:42:20 +0100
  • 56496e14bf
    Release v0.5.5 (#576) Casey Rodarmor 2020-01-15 03:33:49 -0800
  • f50196a67f
    Check long lines and FIXME/TODO on CI (#575) Casey Rodarmor 2020-01-15 02:30:24 -0800
  • ed991cb509
    Add additional continuous integration checks (#574) Casey Rodarmor 2020-01-15 02:16:13 -0800
  • 85e8015702
    Generate shell completion scripts with --completions (#572) Casey Rodarmor 2020-01-15 01:20:38 -0800
  • e14447030a
    Release v0.5.4 (#570) Casey Rodarmor 2019-12-25 07:46:54 -0800
  • 61ab53dbc1
    Add justfile_directory() and justfile() (#569) Casey Rodarmor 2019-12-25 06:12:06 -0800
  • eeb603160a
    Add table of package managers that include just to readme (#568) Casey Rodarmor 2019-12-20 04:22:37 -0800
  • b8d6fc6681 Remove yaourt AUR helper from readme (#567) Hendrik 2019-12-19 02:15:56 +0100
  • fe906a1b6f
    Fix regression in error message color printing (#566) Casey Rodarmor 2019-12-12 17:55:55 -0800
  • bb4afe1481
    Reform indentation handling (#565) Casey Rodarmor 2019-12-11 20:25:16 -0800
  • 66121d478b
    Update Cargo.lock with new version (#564) Casey Rodarmor 2019-12-11 17:40:57 -0800
  • 320e2027a1
    Release v0.5.3 (#563) Casey Rodarmor 2019-12-11 17:22:46 -0800
  • 49cd7f5a93
    Improve pre-publish check (#562) Casey Rodarmor 2019-12-11 17:08:48 -0800
  • 9eb867dd15
    Fix typo: chracter -> character (#561) Casey Rodarmor 2019-12-10 15:10:22 -0800
  • b5dea44ee7
    Assert that lexer advances over entire input (#560) Casey Rodarmor 2019-12-10 13:24:30 -0800
  • 20790a0cc7
    Release v0.5.2 (#557) Casey Rodarmor 2019-12-07 04:59:58 -0800
  • 0931fa8dbf
    Allow passing arguments to dependencies (#555) Casey Rodarmor 2019-12-07 04:03:03 -0800
  • 2d3134a91c
    Reform scope and binding (#556) Casey Rodarmor 2019-12-07 03:09:21 -0800
  • d0e813cd8b
    Add flags to set and clear shell arguments (#551) Casey Rodarmor 2019-11-22 13:33:56 -0600
  • d2decbfdb8
    Resolve functions (#550) Casey Rodarmor 2019-11-21 12:14:10 -0600
  • ba93c5e6af
    Remove unnecessary type argument to Alias (#549) Casey Rodarmor 2019-11-21 10:14:55 -0600
  • 4f08bb4d77
    Resolve alias targets (#548) Casey Rodarmor 2019-11-21 09:39:32 -0600
  • 30c77f8d03
    Resolve recipe dependencies (#547) Casey Rodarmor 2019-11-21 08:23:32 -0600
  • 72bc85e4ea
    Un-implement Deref for Table (#546) Casey Rodarmor 2019-11-20 16:19:49 -0600
  • e5232fda89
    Release v0.5.1 (#544) Casey Rodarmor 2019-11-20 02:08:58 -0600
  • d157c87460
    Add missing --init test (#543) Casey Rodarmor 2019-11-20 01:35:29 -0600
  • e948f11784
    Add --init subcommand (#541) Casey Rodarmor 2019-11-20 01:07:44 -0600
  • c4e9857ebd
    Avoid fs::canonicalize (#539) Casey Rodarmor 2019-11-19 03:51:44 -0800
  • f8693d6fe0
    Move lexer comment (#536) Casey Rodarmor 2019-11-13 19:53:14 -0800
  • 598f1c3200
    Refactor Compilation error to contain a Token (#535) Casey Rodarmor 2019-11-13 19:32:50 -0800
  • 7046443b39
    Mention set shell as altenative to installing sh (#533) Casey Rodarmor 2019-11-13 15:26:07 -0800
  • c40d16f2a2
    Release: v0.5.0 (#530) Casey Rodarmor 2019-11-12 14:11:53 -0800
  • 9f82ed9015
    Document settings in readme (#527) Casey Rodarmor 2019-11-12 13:34:00 -0800
  • d52b8f22a3
    Add set shell := [...] to grammar (#526) Casey Rodarmor 2019-11-11 19:47:49 -0800
  • e80bf34d9a
    Add shell setting (#525) Casey Rodarmor 2019-11-10 23:17:47 -0800
  • 177516bcbe
    Reform positional argument parsing (#523) Casey Rodarmor 2019-11-10 18:02:36 -0800
  • aefdcea7d0
    Gargantuan refactor (#522) Casey Rodarmor 2019-11-09 21:43:20 -0800
  • 8279361b39
    Move subcommand execution into Subcommand (#514) Casey Rodarmor 2019-11-07 13:52:22 -0800
  • 33ba66dbb6
    Move cd out of Config::from_matches (#513) Casey Rodarmor 2019-11-07 13:29:17 -0800
  • 2ff33de5a1
    Highlight echoed recipe lines in bold by default (#512) Casey Rodarmor 2019-11-07 11:50:11 -0800
  • 36aca2bf7a
    Remove now-unnecessary borrow checker appeasement (#511) Casey Rodarmor 2019-11-07 11:24:08 -0800
  • b2285ce0e0
    Reform Parser (#509) Casey Rodarmor 2019-11-07 10:55:15 -0800
  • 8e084a7042
    Note need to publish with nightly cargo (#506) Casey Rodarmor 2019-10-31 20:10:18 -0700