11 releases

0.2.1 Jan 16, 2023
0.2.0 Jan 11, 2023
0.1.7 Jan 11, 2021
0.1.5 Dec 19, 2020
0.0.1 Nov 15, 2020

#1 in #invocation

33 downloads per month
Used in 2 crates

GPL-3.0 license

19KB
116 lines

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

Dependencies

~2–12MB
~111K SLoC