automatic

Crates.ioautomatic
lib.rsautomatic
version0.0.5
sourcesrc
created_at2019-09-20 13:53:36.704938
updated_at2019-10-01 06:24:53.216198
descriptionautomatic runs command through user defined scripts
homepage
repositoryhttps://github.com/no111u3/automatic
max_upload_size
id166214
size46,435
Boris Vinogradov (no111u3)

documentation

README

Automatic

automatic runs command through user defined scripts

Commands collect to run items in run list.

For use this program you can write some script in yaml:

---
Promiscuous:
  items:
    - name: "true"
      args: []
    - name: "true"
      args: []
    - name: "true"
      args: []

Than you can run throw command line application:

automatic -r <your_script_name>

Promiscuous is promiscuous type of run, no output, no collect any errors, but if run anything program was fail - you get an error of run, such as: Failed to run script with error: fail to read script with error: Is a directory (os error 21)

Commit count: 47

cargo fmt