srele96 / run-them-all

Allows you to save the series of commands to a configuration and run them all easily.
MIT License
0 stars 1 forks source link

configuration commands #15

Open srele96 opened 2 years ago

srele96 commented 2 years ago

Configuration commands:

run-them-all config --init <path>                                    Creates empty configuration file at given path.
                                                                     Then prompts the user if he wants to edit it.

run-them-all config --set <path>                                     Tells cli which file to use as configuration.

run-them-all config --read                                           Prints currently used configuration file to the console.

run-them-all config --edit                                           Lists commands to choose for editting.

run-them-all config --edit <command>                                 Specify a command to edit.

run-them-all config --add --name cmd1 --command="echo hello world"   Adds new command to the configuration.
                                                                     Shows a preview before adding.

run-them-all config --open <editor.exe>                              Opens configuration file in specified editor.