Hyde46 Hoard Versions Save

cli command organizer written in rust

v1.4.2

9 months ago

What's Changed

  • 🐛 Fix lifetime longevity issue with theming password prompts. #279

Full Changelog: https://github.com/Hyde46/hoard/compare/v1.4.1...v1.4.2

v1.4.1

9 months ago

What's Changed

  • ✨ List available namespaces when creating a new command
  • Move from tui to ratatui. Thanks @a-kenji
  • 🐛 Fix a bunch of pipelines issues

New Contributors

Full Changelog: https://github.com/Hyde46/hoard/compare/v1.4.0...v1.4.1

v1.4.0

9 months ago
  • Add chatGPT integration
  • cleanup code and make clippy happy

v1.3.3

9 months ago
  • Make clippy happy
  • Clean up some code

v1.3.2

9 months ago
  • 🔥 Fix sec vulnerabilities from out of date dependency. See #279

v1.3.1

1 year ago
  • 🐛 Fix bug, where hoard pick would not properly replace named parameterized commands
  • Tab highlight now also uses customizable color from config file
  • Added update checker on startup, to notify the user about a new version

v1.3.0

1 year ago
  • ✨ Inline command editing in the GUI. Press TAB to get started. Only editing the command, its description and the tags are supported for now
  • ✨ Inline command deletion in the GUI. Press <Ctrl-X> to delete a command in the GUI view
  • ✨ Inline command creation in the GUI. Press <Ctrl-W> to create a new command in the GUI view

v1.2.0

1 year ago

✨ You can now synchronize your commands across multiple terminals! Run hoard sync --help to start

v1.1.1

1 year ago
  • ✨ Fully named parameters. When saving a parameter, you can now end the parameter name with !. This enables you to use spaces in the parameter name. Additionally, using the ending token ! enables you to use a named parameter in a command where no space is between the parameter token and the rest of the command (Set a different token in your config)
  • ✨ Add filtered commands outpout hoard list --json --filter <query_string> to enable other programs to utilize hoard output
  • 👿 Temporarly disabled windows support. Switching the TUI backend to crossterm from termion broke zsh support on MacOS, which is deemed more important until a fix is prepared.

v1.0.1

1 year ago
  • ✨ Read out local trove.yml file in current directory if available ( Edit ~/.config/hoard/config.yml read_from_current_directory to disable )
  • hoard set_parameter_token to customize which parameter token is used
  • hoard info shows where config.yml and trove.yml files are located