Skip to content

Releases: StencilFrame/autopilot

v0.6.1

06 Feb 06:44
Compare
Choose a tag to compare
  • Fix add command editor template
  • Fix add command arguments parsing
    Now it accepts any type of arguments:
    autopilot add echo -n "this is a" test
    It will parse the command correctly: echo -n "this is a" test

v0.6.0

06 Feb 06:11
Compare
Choose a tag to compare
  • 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 to add-item

v0.5.1

04 Feb 06:27
Compare
Choose a tag to compare

Zsh key bindings bugfix

v0.5.0

04 Feb 06:14
Compare
Choose a tag to compare

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

30 Jan 07:09
Compare
Choose a tag to compare
  • Introduced CLI menu
  • Refactored logging (introduced verbose mode -v)
  • Add version command

v0.3.0

30 Jan 02:36
Compare
Choose a tag to compare

Automatically attach release assets

v0.2.1

28 Jan 22:21
Compare
Choose a tag to compare
  • Fix: command directory rename

v0.2.0

28 Jan 21:11
Compare
Choose a tag to compare

Rename to AutoPilot.

v0.1.0

27 Jan 23:50
Compare
Choose a tag to compare

MVP

Features

  • Define runbooks in Markdown or YAML
  • Supports manual and shell steps