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 |
| keyb | Terminal-based custom hotkey cheatsheet |
| 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 carefully curated directory of recommended free and open source software, covering every major software category.The directory forms part of our extensive collection of articles for Linux enthusiasts. It includes hundreds of detailed reviews, together with free and open source alternatives to proprietary software from companies such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. LinuxLinks also covers interesting projects worth exploring, Linux-compatible hardware, free programming books and tutorials, and much more. Know a useful free and open source Linux application that we haven’t covered? Tell us about it using our submission form. |


Please read our Comment Policy before commenting.