zamm

Crates.iozamm
lib.rszamm
version0.2.1
sourcesrc
created_at2020-11-15 23:41:11.803034
updated_at2023-01-16 01:44:08.97622
descriptionQuick and dirty script executor
homepage
repositoryhttps://github.com/amosjyng/zamm
max_upload_size
id312721
size54,405
Amos Ng (amosjyng)

documentation

README

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
Commit count: 168

cargo fmt