Skip to content

Instantly share code, notes, and snippets.

View yann120's full-sized avatar

Yann Petitjean yann120

View GitHub Profile
@yann120
yann120 / terminals.json
Created January 17, 2024 14:31
terminals.json file to automatically start your commands on start of your workflow
{
"autorun": true,
"autokill": true,
"terminals": [{
"name": "Server",
"description": "Rails Server",
"open": true,
"focus": true,
"commands": ["bundle install", "rails db:migrate", "rails server"]
}, {