Just a small little script to replace keywords in a given workflow file. Great for quickly setting up default workflows.
- Python runtime available on your environment variables
- Open a terminal, if inside Eclipse and you have the CodeMix plugin, follow step 2 and 3, otherwise skip to step 4
- From the
Quick OpenCommand Palette (ctrl/cmd + shift + p) search for:Terminal: Create New Integrated Terminal - From the
Quick Openoptions select this project. - Once you are inside the Terminal, execute:
python src/actionhelper.py
- A recent windows 10 update has made it so by default when you use the
pythoncommand, it redirects you to the Windows Store instead of executing python, even if you have the python exe on your system PATH. To fix this, either remove the WindowsApps folder from your PATH or go toApps & Featuresof your windows settings, click onApp execution aliasesand disable theApp Installerwith the sub texts ofpython.exeandpython3.exe
- Download one of the release versions
- Extract
actionhelper.zipto whereever you'd like. If you have a folder already on your system path, great, if not, perhaps make a folderC://actionhelper - Ensure where ever you extracted the zip to is on your system path
- Open up a command prompt / terminal and run the command
actionhelper -hto get started