essential-actions

Clone or download

Cleanup, work, add new action "Run Executable Action"

Modified Files

Name
M Makefile +3 −0 Go to diff View file
M build.bat +10 −12 Go to diff View file
M build.sh +14 −0 Go to diff View file
M hotkeyaction/src/main/java/com/stream_pi/hotkeyaction/HotkeyAction.java +1 −1 Go to diff View file
M runcommandaction/src/main/java/com/stream_pi/runcommandaction/RunCommandAction.java +1 −1 Go to diff View file
A runexecutableaction/pom.xml +54 −0 Go to diff View file
A runexecutableaction/src/main/java/com/stream_pi/runexecutableaction/RunExecutableAction.java +67 −0 Go to diff View file
A runexecutableaction/src/main/java/module-info.java +10 −0 Go to diff View file