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

#1063 in Development tools

Download history 12/week @ 2024-02-24 7/week @ 2024-03-09 14/week @ 2024-03-16 45/week @ 2024-03-30 2/week @ 2024-04-06

64 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

~3–13MB
~128K SLoC