1
1
mirror of https://github.com/casey/just.git synced 2024-11-27 09:15:08 +03:00
just/notes

44 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-10-30 23:14:39 +03:00
todo
----
2016-09-30 07:45:53 +03:00
2016-10-27 20:11:42 +03:00
- change name back to 'just', suggest j as alias
2016-10-31 00:36:48 +03:00
- readme:
2016-10-31 03:09:33 +03:00
. link to docs, cargo badge, crates
2016-10-31 00:36:48 +03:00
. 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 or example.justfile
2016-10-31 00:36:48 +03:00
. lots of comments
. parse them
2016-10-24 03:13:06 +03:00
. update tarball dep
. check version string
2016-10-17 04:59:49 +03:00
. clean
. update logs (repetitive git flow)
2016-10-31 00:36:48 +03:00
. quine
- rewrite grammar.txt
2016-10-24 03:13:06 +03:00
- try to get some users
2016-10-31 00:36:48 +03:00
. travis
. recurse center
2016-10-24 03:13:06 +03:00
. facebook friends
. irc
. r/rust
2016-10-31 02:40:45 +03:00
. hacker news