| Crates.io | zamm |
| lib.rs | zamm |
| version | 0.2.1 |
| created_at | 2020-11-15 23:41:11.803034+00 |
| updated_at | 2023-01-16 01:44:08.97622+00 |
| description | Quick and dirty script executor |
| homepage | |
| repository | https://github.com/amosjyng/zamm |
| max_upload_size | |
| id | 312721 |
| size | 54,405 |
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.
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.
cargo install zamm