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 Open
Command Palette (ctrl/cmd + shift + p) search for:Terminal: Create New Integrated Terminal
- From the
Quick Open
options 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
python
command, 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 & Features
of your windows settings, click onApp execution aliases
and disable theApp Installer
with the sub texts ofpython.exe
andpython3.exe
- Download one of the release versions
- Extract
actionhelper.zip
to 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 -h
to get started