Oikfile VSCode Extension
Run commands defined in a .oikfile inside your workspace.
Usage
Open any folder in VSCode.
Create a file named .oikfile with commands:
run: echo Hello from Oik!
greet: echo Welcome to VSCode extension!
Press Ctrl+Shift+P , search for "Run Oik Command".
Pick a command to run. The output will appear in the terminal.
Requirements
- VSCode installed.
- No other dependencies required.
| |