| Crates.io | autosway |
| lib.rs | autosway |
| version | 0.5.0 |
| created_at | 2025-01-23 01:17:34.213432+00 |
| updated_at | 2025-03-22 19:03:50.264912+00 |
| description | Automation program |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1527325 |
| size | 178,623 |
UNIX automation program because shell scripts are boring.
Current release: 0.5.0
autosway is simple to use.
Automations are stored in ~/.config/autosway/knifes.
They're called knifes because they are your personal Swiss Army knifes!
To run a knife you simply use $ autosway run KNIFE
Knifes are written in Lua, a simple knife can be written like this:
local os = require("autosway.os")
os.exec("ls", {
"-alh"
})
API Documentation can be found here.