Skip to content

Hoard 1.1.1

Compare
Choose a tag to compare
@Hyde46 Hyde46 released this 22 Oct 14:41
· 106 commits to main since this release
b29b7f8
  • ✨ 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.