just/notes

53 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-10-30 13:14:39 -07:00
todo
----
2016-09-29 21:45:53 -07:00
2016-10-30 14:36:48 -07:00
- raw strings with ''
- 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?
2016-10-16 18:59:49 -07:00
2016-10-27 10:11:42 -07:00
- change name back to 'just', suggest j as alias
2016-10-30 14:36:48 -07:00
- readme:
. start with an example justfile
. make it clear it's beta, mention that, as a command runner
there is probably a higher than normal chance of disaster
. installation instructions
. long guide
. talk about all command line flags
. vim and emacs syntax hilighting (use makefile syntax hilighting for now)
. `` strips a single newline
. habit of using clever commands and writing little scripts
. alias .j='just --justfile ~/.justfile --working-directory ~'
. very low friction to write a script (no new file, chmod, add to rcs)
. note that shell is invoked with -u
. users can email me for help
. make list of contributors, include travis
. ask users to contribute their justfiles as tests
. please open an issue for feature requests
- big example justfile
. justfile.example
. lots of comments
. parse them
2016-10-23 17:13:06 -07:00
. update tarball dep
. check version string
2016-10-16 18:59:49 -07:00
. clean
. update logs (repetitive git flow)
2016-10-30 14:36:48 -07:00
. quine
- rewrite grammar.txt
2016-10-23 17:13:06 -07:00
- try to get some users
2016-10-30 14:36:48 -07:00
. travis
. recurse center
2016-10-23 17:13:06 -07:00
. facebook friends
. irc
. r/rust