Releases: StencilFrame/autopilot
Releases · StencilFrame/autopilot
v0.6.1
v0.6.0
- Fixed Markdown parsing by migrating to a new Markdown library
- Refactored
add
command to support command input as an CLI argument - Moved old
add
command toadd-item
v0.5.1
Zsh key bindings bugfix
v0.5.0
POC version for command library.
New commands:
autopilot add
- Add a new item to the library
This command allows you to add frequently used shell commands to your library, making it easier to manage and organize them.autopilot fzf
- Fuzzy find an item in the library
Use this command to quickly search and select items from your library using a fuzzy finder interface. This makes it fast and efficient to locate the commands you need.autopilot zsh
- Generate Zsh key bindings
This command generates Zsh key bindings for the autopilot command, allowing you to integrate autopilot seamlessly into your Zsh environment.
v0.4.0
- Introduced CLI menu
- Refactored logging (introduced verbose mode
-v
) - Add version command
v0.3.0
Automatically attach release assets
v0.2.1
- Fix: command directory rename
v0.2.0
Rename to AutoPilot.
v0.1.0
MVP
Features
- Define runbooks in Markdown or YAML
- Supports manual and shell steps