Simple Robot which is doing user defined actions for you.
You can load and save your actions via configs to persist your work.
- Commandline
- SSH
- SCP
- FTP
- Simple Download (SRC|DST)
- Archive (TAR/GZ/ZIP/7ZIP)
TODO:
- Interactive Console (CLI)
Works on:
- Windows [Untest]
- Linux
Depends:
- Java >= 1.8
java -jar Robot.jar
For Commandline Help:
java -jar Robot.jar --help
Options:
Options category 'Config':
--config [-c] (a string; default: "")
Read config by Path
Options category 'Errors':
--[no]ignoreErrors [-i] (a boolean; default: "false")
Ignore Errors in Chain
Options category 'GUI':
--[no]nogui [-n] (a boolean; default: "false")
Graphical User Interface
Options category 'Update':
--[no]update [-u] (a boolean; default: "false")
Download Updates if needed
Options category 'Verbose':
--[no]verbose [-v] (a boolean; default: "false")
Debug Log Level
default
#!/bin/bash
java -jar Robot.jar
Load Config-File on StartUp
#!/bin/bash
java -jar Robot.jar --config /your/path/to/robot_cfg.robot
Using on CLI and Load Config-File on StartUp
#!/bin/bash
java -jar Robot.jar --nogui --config /your/path/to/robot_cfg.robot
default
@echo off
start javaw -jar Robot.jar --config /your/path/to/robot_cfg.robot