Skip to content

biel-correa/waiter

Repository files navigation

Waiter extension

Do you hate having to run all those commands every time when you open up a folder? Now you can set a JSON with all the terminal tabs and commands that it should run.

Features

The gif can show you what I'm talking about, you just open the folder and everything is setup for your development session

initializing

Requirements

The Waiter needs a JSON file so that he knows what you want, but don't worry as soon as it runs he'll ask you to create it.

askingToCreate

If you prefer to do things by hand you can create a file with the name waiter.config.json and add the base structure:

{
    "tabs": [
        {
            "tabName": "Custom tab name",
            "commands" : [
                "echo 'Hello world'"
            ]
        }
    ]
}

A tabName isn't required but nice to have