From dc925fe5902699da52804c6c4aa627a90ecaa7a2 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 30 Oct 2016 17:06:34 -0700 Subject: [PATCH] Moved last enhancements to github issues --- notes | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/notes b/notes index fdea5e5..5d77887 100644 --- a/notes +++ b/notes @@ -1,18 +1,6 @@ todo ---- -- multi line strings (not in recipe interpolations) -- indentation or slash for line continuation in plain recipes - -- allow calling recipes in a justfile in a different directory: - . just ../foo # ../justfile:foo - . just xyz/foo # xyz/justfile:foo - . just xyz/ # xyz/justfile:DEFAULT - . path prefix is starting dir, so just ../foo can run ../../justfile:foo - . how does this interact with a=b/hello? - . can you use more than one path this way? - . do we just recursively invoke just for each? - - change name back to 'just', suggest j as alias - readme: @@ -34,7 +22,7 @@ todo . please open an issue for feature requests - big example justfile - . justfile.example + . justfile.example or example.justfile . lots of comments . parse them . update tarball dep