forked from wezm/wezm.net
Add bb
This commit is contained in:
parent
7cde30eaa0
commit
8a97b2fba4
4 changed files with 42 additions and 30 deletions
|
@ -9,7 +9,7 @@ runtime dependency like Python or node.js. Most of these tools are portable
|
||||||
to \*BSD, Linux, macOS. Many also work on Windows. For OSes that ship up
|
to \*BSD, Linux, macOS. Many also work on Windows. For OSes that ship up
|
||||||
to date software many are available via the system package repository.
|
to date software many are available via the system package repository.
|
||||||
|
|
||||||
**Last updated:** 28 Oct 2019
|
**Last updated:** 31 Oct 2019
|
||||||
|
|
||||||
**About my CLI environment:** I use the [zsh] shell, [Pragmata Pro] font, and
|
**About my CLI environment:** I use the [zsh] shell, [Pragmata Pro] font, and
|
||||||
[base16 default dark][base16] color scheme. My prompt is generated by
|
[base16 default dark][base16] color scheme. My prompt is generated by
|
||||||
|
@ -17,34 +17,35 @@ to date software many are available via the system package repository.
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
* [Alacritty](#alacritty)
|
* [Alacritty](#alacritty) — Terminal emulator
|
||||||
* [alt](#alt)
|
* [alt](#alt) — Find alternate files
|
||||||
* [bat](#bat)
|
* [bat](#bat) — `cat` with syntax highlighting
|
||||||
* [chars](#chars)
|
* [bb](#bb) — System monitor
|
||||||
* [dot](#dot)
|
* [chars](#chars) — Unicode character search
|
||||||
* [dust](#dust)
|
* [dot](#dot) — Dot files manager
|
||||||
* [eva](#eva)
|
* [dust](#dust) — Disk usage analyser
|
||||||
* [exa](#exa)
|
* [eva](#eva) — Calculator
|
||||||
* [fd](#fd)
|
* [exa](#exa) — Replacement for `ls`
|
||||||
* [hexyl](#hexyl)
|
* [fd](#fd) — Replacement for `find`
|
||||||
* [hyperfine](#hyperfine)
|
* [hexyl](#hexyl) — Hex viewer
|
||||||
* [jq](#jq)
|
* [hyperfine](#hyperfine) — Benchmarking tool
|
||||||
* [mdcat](#mdcat)
|
* [jq](#jq) — `awk`/XPath for JSON
|
||||||
* [pass](#pass)
|
* [mdcat](#mdcat) — Render Markdown in the terminal
|
||||||
* [Podman](#podman)
|
* [pass](#pass) — Password manager
|
||||||
* [Restic](#restic)
|
* [Podman](#podman) — Docker alternative
|
||||||
* [ripgrep](#ripgrep)
|
* [Restic](#restic) — Encrypted backup tool
|
||||||
* [shotgun](#shotgun)
|
* [ripgrep](#ripgrep) — Fast, intelligent `grep`
|
||||||
* [skim](#skim)
|
* [shotgun](#shotgun) — Take screenshots
|
||||||
* [slop](#slop)
|
* [skim](#skim) — Fuzzy finder
|
||||||
* [Syncthing](#syncthing)
|
* [slop](#slop) — Graphical region selection
|
||||||
* [tig](#tig)
|
* [Syncthing](#syncthing) — Decentralised file synchronisation
|
||||||
* [titlecase](#titlecase)
|
* [tig](#tig) — TUI for `git`
|
||||||
* [Universal Ctags](#ctags)
|
* [titlecase](#titlecase) — Convert text to title case
|
||||||
* [watchexec](#watchexec)
|
* [Universal Ctags](#ctags) — Maintained `ctags` fork
|
||||||
* [z](#z)
|
* [watchexec](#watchexec) — Run commands in response to file system changes
|
||||||
* [zola](#zola)
|
* [z](#z) — Jump to directories
|
||||||
* [Changelog](#changelog)
|
* [zola](#zola) — Static site compiler
|
||||||
|
* [Changelog](#changelog) — The changelog for this page
|
||||||
|
|
||||||
<a name="alacritty"></a>
|
<a name="alacritty"></a>
|
||||||
### Alacritty ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
|
### Alacritty ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
|
||||||
|
@ -77,6 +78,16 @@ terminal. It supports syntax highlighting and git integration.
|
||||||
|
|
||||||
<a class="action-button action-button-ghost" href="https://github.com/sharkdp/bat">Homepage</a>
|
<a class="action-button action-button-ghost" href="https://github.com/sharkdp/bat">Homepage</a>
|
||||||
|
|
||||||
|
<a name="bb"></a>
|
||||||
|
### bb ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
|
||||||
|
|
||||||
|
`bb` is system monitor for Linux like `top`. It shows overall CPU and memory usage as well as
|
||||||
|
detailed information per process.
|
||||||
|
|
||||||
|
![bb screenshot](/images/cli/bb.png)
|
||||||
|
|
||||||
|
<a class="action-button action-button-ghost" href="https://github.com/epilys/bb">Homepage</a>
|
||||||
|
|
||||||
<a name="chars"></a>
|
<a name="chars"></a>
|
||||||
### chars ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
|
### chars ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584)
|
||||||
|
|
||||||
|
@ -332,6 +343,7 @@ partial name.
|
||||||
<a name="changelog"></a>
|
<a name="changelog"></a>
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
* 31 Oct 2019 -- Add `bb`, and brief descriptions to the table of contents
|
||||||
* 28 Oct 2019 -- Add `hyperfine`
|
* 28 Oct 2019 -- Add `hyperfine`
|
||||||
|
|
||||||
## Comments
|
## Comments
|
||||||
|
|
|
@ -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-28T21:48:02+11:00
|
updated_at: 2019-10-31T21:03:15+11:00
|
||||||
article_class: cli-tools
|
article_class: cli-tools
|
||||||
keywords:
|
keywords:
|
||||||
- cli
|
- cli
|
||||||
|
|
BIN
output/images/cli/bb.png
Normal file
BIN
output/images/cli/bb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
BIN
output/images/cli/hyperfine.png
Normal file
BIN
output/images/cli/hyperfine.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Loading…
Reference in a new issue