From d16ad482a81be45ec4b9a62f0fc63dc24f7c01b3 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Mon, 27 Jul 2020 18:53:55 +0100 Subject: [PATCH] fix captions --- content/blog/2020-06-28-shtab-completion.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/blog/2020-06-28-shtab-completion.md b/content/blog/2020-06-28-shtab-completion.md index ff0a2a2c13..769313e5e2 100644 --- a/content/blog/2020-06-28-shtab-completion.md +++ b/content/blog/2020-06-28-shtab-completion.md @@ -45,8 +45,8 @@ branch without `` to do the heavy lifting. common vowel, and "T" the most common consonant. My keyboard use probably looks more like this: -![](/uploads/images/2020-06-28/key-frequencies.png 'Yes, I use vim =500')_My -key usage +![](/uploads/images/2020-06-28/key-frequencies.png 'Yes, I use vim =500')_My key +usage_ Now there's a tool called `dvc` which is like [Git for data](https://dvc.org). It can be viewed as a cross-platform combination of [`git`] and [`make`] @@ -116,7 +116,7 @@ Handily you can install `shtab`'s own completions by following the above examples replacing `hello` with `shtab`. ![](/uploads/images/2020-06-28/dvc.gif)_`shtab`-driven `dvc` completion in -`bash` and `zsh` +`bash` and `zsh`_ Using `shtab`, here's what [`dvc`'s completion](https://dvc.org/doc/install/completion) looks like when @@ -190,7 +190,7 @@ Try it out with `pip install -U shtab` or `conda install -c conda-forge shtab`! Is it worth the time? ![](https://imgs.xkcd.com/comics/is_it_worth_the_time.png)_It's worth it -[xkcd#1205](https://xkcd.com/1205) +[xkcd#1205](https://xkcd.com/1205)_ [`shtab`] would be on the second row, far left (maybe even off grid). It's worth spending days to get right yet only takes seconds to install.