#user-defined #script #utility #run #command #items #automatization

bin+lib automatic

automatic runs command through user defined scripts

5 releases

0.1.0 Sep 20, 2019
0.0.5 Oct 1, 2019
0.0.4 Sep 30, 2019

#31 in #user-defined

Apache-2.0

24KB
612 lines

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)


lib.rs:

Automatic

automatic runs command through user defined scripts

Commands collect to run items in run list.

Dependencies

~5MB
~94K SLoC