mirror of
https://github.com/mhoye/moderntools.git
synced 2024-12-25 21:58:43 +01:00
added xh
This commit is contained in:
parent
143d9ab099
commit
b340c10f68
1 changed files with 3 additions and 1 deletions
|
@ -15,11 +15,13 @@ Additions and corrections via raised issue or pull requests are welcome.
|
|||
* [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.
|
||||
* [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.
|
||||
* [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.
|
||||
* [fzf](https://github.com/junegunn/fzf), a command-line "fuzzy finder".
|
||||
* [tldr](https://tldr.sh/) - simplified man pages with practical examples. The world has needed this for a long time.
|
||||
* [zsh](https://en.wikipedia.org/wiki/Z_shell) + [OhMyZsh](https://github.com/ohmyzsh/ohmyzsh/) + [Alacritty](https://github.com/alacritty/alacritty): this trifecta came up a lot and it looks pretty amazing.
|
||||
* [zsh](https://en.wikipedia.org/wiki/Z_shell): A modernized, modular update to Bash with a lot of new utility built in.
|
||||
** [OhMyZsh](https://github.com/ohmyzsh/ohmyzsh/) + [Alacritty](https://github.com/alacritty/alacritty): this trifecta of terminal emulator, shell and shell extensions turns out to be a powerful combination.
|
||||
* [Tree](https://linuxhandbook.com/tree-command/): show you the tree structure of directories, a bit like microdosing on Midnight Commander from back in the day.
|
||||
* [Broot](https://github.com/Canop/broot): better navigation of directory trees.
|
||||
* [atool](https://linux.die.net/man/1/atool), a set of scripts that wrap common compressed-file-format handlers.
|
||||
|
|
Loading…
Reference in a new issue