2016-10-30 13:14:39 -07:00
|
|
|
todo
|
|
|
|
----
|
2016-09-29 21:45:53 -07:00
|
|
|
|
2016-10-30 19:15:43 -07:00
|
|
|
. link to docs, cargo badge, crates
|
|
|
|
|
|
|
|
. start with an short example justfile
|
|
|
|
. recipes, dependencies, assignments, backticks
|
|
|
|
. make this justfile runnable as a test
|
|
|
|
|
|
|
|
. suggest j as alias
|
|
|
|
|
|
|
|
. users can email me or open an issue for help, bowing emoji
|
|
|
|
open issue for feature requests
|
|
|
|
. ask users to contribute their justfiles as tests
|
|
|
|
|
|
|
|
. make it clear it's beta, mention that, as a command runner
|
|
|
|
there is probably a higher than normal chance of disaster
|
|
|
|
|
2016-10-30 19:37:22 -07:00
|
|
|
. installation instructions with cargo or rustup
|
2016-10-30 19:15:43 -07:00
|
|
|
|
|
|
|
. vim and emacs syntax hilighting (use makefile syntax hilighting for now)
|
|
|
|
|
|
|
|
- command line flags
|
|
|
|
|
|
|
|
- advanced recipes
|
|
|
|
. long example justfile, make runnable as a script
|
2016-10-30 14:36:48 -07:00
|
|
|
. very low friction to write a script (no new file, chmod, add to rcs)
|
2016-10-30 19:15:43 -07:00
|
|
|
. `` strips a single newline
|
|
|
|
. polyglot recipes + habit of using clever commands and writing little scripts
|
2016-10-30 14:36:48 -07:00
|
|
|
. note that shell is invoked with -u
|
2016-10-23 17:13:06 -07:00
|
|
|
. update tarball dep
|
2016-10-16 18:59:49 -07:00
|
|
|
. clean
|
|
|
|
. update logs (repetitive git flow)
|
2016-10-30 19:15:43 -07:00
|
|
|
. check version string
|
2016-10-30 14:36:48 -07:00
|
|
|
. quine
|
|
|
|
|
2016-10-30 19:15:43 -07:00
|
|
|
. link to grammar.md
|
|
|
|
|
|
|
|
. mention extras/just.sh
|
|
|
|
|
|
|
|
. alias .j='just --justfile ~/.justfile --working-directory ~'
|
2016-10-30 14:36:48 -07:00
|
|
|
|
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
|
2016-10-30 16:40:45 -07:00
|
|
|
. hacker news
|