From cc9ca77e9dd908672be64df9081438b61aca8cea Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 13 Feb 2018 01:12:11 -0800 Subject: [PATCH 1/2] Add just to development tools Add github.com/casey/just to development tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1eef953..6f5c3e2 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io * [git-journal](https://github.com/saschagrunert/git-journal/) — The Git Commit Message and Changelog Generation Framework [](https://travis-ci.org/saschagrunert/git-journal) * [killercup/rustfix](https://github.com/killercup/rustfix) — automatically applies the suggestions made by rustc [](https://travis-ci.org/killercup/rustfix) +* [just](https://github.com/casey/just — A handy command runner for project-specific tasks [](https://travis-ci.org/casey/just) * [Module Linker](http://fiatjaf.alhur.es/module-linker/#/rust) — Extension that adds `` links to references in `mod`, `use` and `extern crate` statements at GitHub. * [Racer](https://github.com/racer-rust/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer) * [rustfmt](https://github.com/rust-lang-nursery/rustfmt) — a Rust code formatter [](https://travis-ci.org/rust-lang-nursery/rustfmt) From ca4927b724672fee6e4ce657a3ae3322aeb47fa3 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 13 Feb 2018 01:13:46 -0800 Subject: [PATCH 2/2] Actually linkify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f5c3e2..2c24801 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io * [git-journal](https://github.com/saschagrunert/git-journal/) — The Git Commit Message and Changelog Generation Framework [](https://travis-ci.org/saschagrunert/git-journal) * [killercup/rustfix](https://github.com/killercup/rustfix) — automatically applies the suggestions made by rustc [](https://travis-ci.org/killercup/rustfix) -* [just](https://github.com/casey/just — A handy command runner for project-specific tasks [](https://travis-ci.org/casey/just) +* [just](https://github.com/casey/just) — A handy command runner for project-specific tasks [](https://travis-ci.org/casey/just) * [Module Linker](http://fiatjaf.alhur.es/module-linker/#/rust) — Extension that adds `` links to references in `mod`, `use` and `extern crate` statements at GitHub. * [Racer](https://github.com/racer-rust/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer) * [rustfmt](https://github.com/rust-lang-nursery/rustfmt) — a Rust code formatter [](https://travis-ci.org/rust-lang-nursery/rustfmt)