fix markdown typo

This commit is contained in:
Michael Hoye 2023-05-10 08:56:29 -04:00 committed by GitHub
parent b340c10f68
commit 75bfc8436e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Additions and corrections via raised issue or pull requests are welcome.
* [tmux](https://github.com/tmux/tmux/wiki), a terminal multiplexer. * [tmux](https://github.com/tmux/tmux/wiki), a terminal multiplexer.
* Some people mentioned [screen](https://www.gnu.org/software/screen/manual/screen.html), the classic tool in this space, but noted that it's getting pretty long in the tooth and tmux is a pure improvement. * Some people mentioned [screen](https://www.gnu.org/software/screen/manual/screen.html), the classic tool in this space, but noted that it's getting pretty long in the tooth and tmux is a pure improvement.
* [HTTPie](https://httpie.io/), a CURL-adjacentish command-line HTTP client for testing and debugging web APIs. * [HTTPie](https://httpie.io/), a CURL-adjacentish command-line HTTP client for testing and debugging web APIs.
** [Xh](https://github.com/ducaale/xh) is related, described as reimplementing a subset of HTTPie's interface with an emphasis on simplicity and speed. * [Xh](https://github.com/ducaale/xh) is related, described as reimplementing a subset of HTTPie's interface with an emphasis on simplicity and speed.
* [glow](https://github.com/charmbracelet/glow), a markdown-on-the-command-line tool. * [glow](https://github.com/charmbracelet/glow), a markdown-on-the-command-line tool.
* [Lowdown](https://github.com/kristapsdz/lowdown), also a markdown tool, also interesting. * [Lowdown](https://github.com/kristapsdz/lowdown), also a markdown tool, also interesting.
* [fzf](https://github.com/junegunn/fzf), a command-line "fuzzy finder". * [fzf](https://github.com/junegunn/fzf), a command-line "fuzzy finder".