ehh is a command-line tool for remembering Linux / terminal commands.
Store and run any command inside ehh.
This is free and open source software.
Key Features
- An organized list of aliases.
- List groups.
- List filtering.
- Support for vars, which are prompted on run.
- Easy way to add an alias.
- Store commands like
sudo lsof -iTCP -sTCP:LISTEN -n -P(osx) under an alias likesys.ports. - Add a description to your command
Check Listening Ports. - Run the command by alias
ehh sys.portsor by indexehh 23. - Show a list of all stored commands by typing
ehh. - Filter the list of stored commands by typing
ehh {query}.ehh syswill show all commands in the sys namespace. - Add vars to a commmand by using
(:var_name). For example:find "$(pwd)" -name (:search) 2>/dev/nullwill prompt for a search query to search in the current directory (osx). - All commands are stored inside
~/ehh.yaml.
Website: github.com/lennardv2/ehh
Support:
Developer: lennardv2
License: MIT License

ehh is written in Python. Learn Python with our recommended free books and free tutorials.
Related Software
| Cheatsheet Tools | |
|---|---|
| navi | Interactive cheatsheet tool |
| Linux Command Library | Command reference and cheat sheets |
| eg | Provides examples of common uses of command line tools. |
| halp | Find the correct arguments for command-line tools |
| cheatshh | CLI tool to store commands |
| ehh | CLI tool to help remember commands |
| Wat | Instant, central, community-built docs |
Read our verdict in the software roundup.
| Alternatives to man | |
|---|---|
| tldr | Simplified and community-driven man pages |
| cheat.sh | Unified access to the best driven cheat sheets repositories |
| explainshell | Match command-line arguments to their help text |
| tealdeer | Fast implementation of tldr pages in Rust |
| tldr++ | Community driven man pages with smart user interaction |
| cheat | Create and view interactive cheatsheets on the command-line |
| tldr-python-client | Python command-line client for tldr |
| tldr.el | tldr client for Emacs |
| tlrc | tldr client written in Rust |
| bropages | Readable supplement to man pages |
| navi | Interactive cheatsheet tool |
| eg | Provides examples of common uses of command line tools. |
| halp | Find the correct arguments for command-line tools |
| cheatshh | CLI tool to store commands |
| ehh | CLI tool to help remember commands |
| Wat | Instant, central, community-built docs |
| qman | Modern man page viewer |
| Outfieldr | TLDR client written in Zig |
| Mansnip | Navigate through man pages |
| Linux Command Library | Command reference and cheat sheets |
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

