Add Companion Tools section to README (#305)

This commit is contained in:
Casey Rodarmor 2018-02-28 19:21:57 -08:00 committed by GitHub
parent 0e42d1435b
commit 76ac5098e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -589,6 +589,12 @@ Also, although `just` is written in rust, it can be used regardless of the langu
== Miscellanea
=== Companion Tools
Tools that pair nicely with `just` include:
- https://github.com/mattgreen/watchexec[`watchexec`] — a simple tool that watches a path and runs a command whenever it detects modifications.
=== Shell Alias
For lightning-fast command running, put `alias j=just` in your shell's configuration file.