zamm 0.2.0

Quick and dirty script executor
zamm-0.2.0 is not a library.
Visit the last successful build: zamm-0.1.7

ZAMM

A simple executor for shell commands you don't want to remember. So far only tested on Linux.

Not just using Bash aliases because I intend to add success criteria and error handling as eventual features.

Example Config

Put this in your ~/.zamm/kb.json:

[
  {
    "name": "Example test command",
    "invocation": "hello",
    "command": "echo 'Hello world'"
  }
]

Then do zamm hello to execute the specified hello command.

Install

cargo install zamm