Skip to content

Instantly share code, notes, and snippets.

View Oyveloper's full-sized avatar

Øyvind Oyveloper

View GitHub Profile
@Oyveloper
Oyveloper / config.yml
Last active July 10, 2025 06:37
lazygit graphite commands
customCommands:
- key: '<c-n>'
context: 'files'
name: 'graphite create'
description: 'Create a new Graphite change'
output: 'terminal'
prompts:
- type: 'input'
title: 'Name you change'
command: 'gt create -m "{{index .PromptResponses 0}}"'
@Oyveloper
Oyveloper / json
Created March 23, 2023 12:23
VSCode Lazygit task
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "maximize_terminal",
"command": "${command:workbench.action.toggleMaximizedPanel}",
},
{