1
0
Fork 0
forked from wezm/wezm.net

Add hyperfine

This commit is contained in:
Wesley Moore 2019-10-28 09:19:55 +11:00
parent 389b2b072b
commit 6b607899f0
No known key found for this signature in database
GPG key ID: BF67766C0BC2D0EE
2 changed files with 13 additions and 2 deletions

View file

@ -25,6 +25,7 @@ to date software many are available via the system package repository.
* [exa](#exa)
* [fd](#fd)
* [hexyl](#hexyl)
* [hyperfine](#hyperfine)
* [jq](#jq)
* [mdcat](#mdcat)
* [pass](#pass)
@ -144,6 +145,16 @@ readable.
<a class="action-button action-button-ghost" href="https://github.com/sharkdp/hexyl">Homepage</a>
<a name="hyperfine"></a>
### hyperfine ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
`hyperfine` command line benchmarking tool. It allows you to benchmark commands
with warmup and statistical analysis.
![hyperfine screenshot](/images/cli/hyperfine.png)
<a class="action-button action-button-ghost" href="https://github.com/sharkdp/hyperfine">Homepage</a>
<a name="jq"></a>
### jq ![Language: C](https://img.shields.io/badge/language-C-%23444444)
@ -259,7 +270,7 @@ history and diffs.
### titlecase ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
`titlecase` is a little tool I wrote to format text using a [title case format
described by John Gruber][df-titlecase]. It correctly handles puctuation, and words like
described by John Gruber][df-titlecase]. It correctly handles punctuation, and words like
iPhone. I use it to obtain consistent titles on all my blog posts.
$ echo 'an illustrated guide to useful command line tools' | titlecase

View file

@ -4,7 +4,7 @@ extra: A short description and screenshot of some useful command line tools I us
kind: article
section: technical
created_at: 2019-10-26T14:11:22+11:00
updated_at: 2019-10-27T17:10:25+11:00
updated_at: 2019-10-28T09:18:03+11:00
article_class: cli-tools
keywords:
- cli