Skip to content

Releases: wahlstrommm/cmdkit

cmdkit v0.1.2

22 Mar 14:41

Choose a tag to compare

First public release of cmdkit.

cmdkit is a terminal-first command vault for reusable CLI snippets. It works as both a private local command library and a community-friendly repo for shared
command packs.

Included in v0.1.2:

  • Interactive TUI
  • Search, sorting, tag and source filters
  • Copy-to-clipboard with fallback output
  • Runnable commands with confirmation and safety levels
  • Local YAML command storage
  • Import/export for local command packs
  • Favorites and recents
  • Starter packs for MySQL, WordPress, and React

Install:

npm install -g @wahlstrommm/cmdkit
cmdkit

Feedback, issues, and command pack contributions are welcome.