forked from wezm/wezm.net
Add hyperfine
This commit is contained in:
parent
389b2b072b
commit
6b607899f0
2 changed files with 13 additions and 2 deletions
|
@ -25,6 +25,7 @@ to date software many are available via the system package repository.
|
||||||
* [exa](#exa)
|
* [exa](#exa)
|
||||||
* [fd](#fd)
|
* [fd](#fd)
|
||||||
* [hexyl](#hexyl)
|
* [hexyl](#hexyl)
|
||||||
|
* [hyperfine](#hyperfine)
|
||||||
* [jq](#jq)
|
* [jq](#jq)
|
||||||
* [mdcat](#mdcat)
|
* [mdcat](#mdcat)
|
||||||
* [pass](#pass)
|
* [pass](#pass)
|
||||||
|
@ -144,6 +145,16 @@ readable.
|
||||||
|
|
||||||
<a class="action-button action-button-ghost" href="https://github.com/sharkdp/hexyl">Homepage</a>
|
<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>
|
<a name="jq"></a>
|
||||||
### jq ![Language: C](https://img.shields.io/badge/language-C-%23444444)
|
### 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 ![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
|
`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.
|
iPhone. I use it to obtain consistent titles on all my blog posts.
|
||||||
|
|
||||||
$ echo 'an illustrated guide to useful command line tools' | titlecase
|
$ echo 'an illustrated guide to useful command line tools' | titlecase
|
||||||
|
|
|
@ -4,7 +4,7 @@ extra: A short description and screenshot of some useful command line tools I us
|
||||||
kind: article
|
kind: article
|
||||||
section: technical
|
section: technical
|
||||||
created_at: 2019-10-26T14:11:22+11:00
|
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
|
article_class: cli-tools
|
||||||
keywords:
|
keywords:
|
||||||
- cli
|
- cli
|
||||||
|
|
Loading…
Reference in a new issue