Skip to content

Instantly share code, notes, and snippets.

View tinyvane's full-sized avatar
💭
I may be slow to respond.

tinyvane

💭
I may be slow to respond.
View GitHub Profile
#!/usr/bin/env bash
# Multi-Account Switcher for Claude Code
# Simple tool to manage and switch between multiple Claude Code accounts
set -euo pipefail
# Configuration
readonly BACKUP_DIR="$HOME/.claude-switch-backup"
readonly SEQUENCE_FILE="$BACKUP_DIR/sequence.json"
@tinyvane
tinyvane / 0_reuse_code.js
Created April 6, 2016 17:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console