Skip to content

Releases: thassiov/cmdvault

v0.5.0

19 Feb 00:57

Choose a tag to compare

Changelog

  • c76ed4c Merge feat/print-mode: add --print flag and cursor insertion mode
  • 1833781 ci: add GitHub Actions workflows, golangci-lint config, and goreleaser
  • 8a35399 feat: add --cycle flag to fzf picker for wrap-around navigation
  • 8d65674 feat: add --print flag to output resolved command instead of executing
  • 895d980 feat: add 236 real-world example commands across 19 categories
  • e06af65 feat: add file picker placeholder type with description and default support
  • 03e1808 feat: use full terminal height for fzf picker
  • 8f9cbea fix: add trailing newline in --print mode when stdout is a TTY
  • fe132fc fix: collapse multi-line descriptions to single lines
  • c2546c0 fix: promote description to name when name is missing
  • 3e09a6f fix: resolve all golangci-lint issues across codebase
  • dc57406 fix: resolve symlinks in LoadDirRecursive before walking
  • 23b2b77 fix: sanitize command names/descriptions and handle missing fields
  • 3aec73e fix: use recursive loading for -f directory paths