A command organizer lets you save commands that you often use, but are too complicated or long to remember. For every hoarded command, hoard saves the command ( parameterized with a customizable token, default # ), name, description, namespace where it lives in, and tags ( optional ). If you get lost in your massive command history, and can't find for example a specific docker command out of thousand docker commands you've already ran, just hoard it. With a name and description it will be much easier to find again. When you look for that command again a month later, take a look at your hoarded commands. hoard is not supposed to replace shell history finder like fzf, atuin, or similar utilities. It rather should be used in conjunction with them.
A command organizer lets you save commands that you often use, but are too complicated or long to remember. For every hoarded command, hoard saves the command ( parameterized with a customizable token, default # ), name, description, namespace where it lives in, and tags ( optional ). If you get lost in your massive command history, and can't find for example a specific docker command out of thousand docker commands you've already ran, just hoard it. With a name and description it will be much easier to find again. When you look for that command again a month later, take a look at your hoarded commands. hoard is not supposed to replace shell history finder like fzf, atuin, or similar utilities. It rather should be used in conjunction with them.
To install hoard-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hoard-cli
To see what files were installed by hoard-cli, run:
port contents hoard-cli
To later upgrade hoard-cli, run:
sudo port selfupdate && sudo port upgrade hoard-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.