Skip to content

Instantly share code, notes, and snippets.

View lordvins226's full-sized avatar
:shipit:

Kevin Wilfried lordvins226

:shipit:
View GitHub Profile
@lordvins226
lordvins226 / claude-start
Created June 28, 2025 22:34 — forked from mikker/claude-start
Start a new git worktree in tmux
#!/usr/bin/env bash
set -euo pipefail
issue=$1
~/.claude/local/claude \
"Start working on issue #$issue
- Keep an open mind. Feel free to reconsider the proposed approach
- Use context7 for updated docs
@lordvins226
lordvins226 / home.dart
Last active January 14, 2021 23:23
Challenge Dashboard UI
import 'package:flutter/material.dart';
import 'package:line_icons/line_icons.dart';
class HomeView extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text("Dashboard"),