LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

hoard

CLI command organizer for saving and recalling snippets

TLDR

Save a new command to hoard
$ hoard new
copy
List and search saved commands
$ hoard list
copy
Edit a saved command
$ hoard edit
copy
Remove a saved command
$ hoard remove
copy
Save a parameterized command with placeholders
$ hoard new --name "[name]" --command "curl -X POST #url# -d #data#"
copy

SYNOPSIS

hoard command [options]

DESCRIPTION

hoard is a CLI command organizer that saves commands you frequently use but are too complicated or long to remember. For every hoarded command, it saves the command parameterized with a customizable token (default #), so when you select a command, hoard asks for all missing parameters before sending the complete command to your shell.When a trove.yml file is present in the local directory, hoard loads only that file, enabling project-specific command collections. It can be installed as a shell plugin for autocomplete integration.

CONFIGURATION

Commands are stored in a trove.yml file. Global configuration supports customizing the parameter token, default namespace, and shell integration settings.

INSTALL

nix profile install nixpkgs#hoard
copy

CAVEATS

Shell plugin installation is required for full autocomplete and inline execution features. Parameterized commands use a simple token replacement that doesn't support complex templating.

HISTORY

hoard was created by Hyde46 and is written in Rust. It was designed to solve the problem of remembering complex CLI commands by providing a quick-access organized collection with parameter substitution.

SEE ALSO

pet(1), navi(1), tldr(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid