In this gist, you can find all the VS Code chat modes I am using in my projects for the Persona based approach technique I created.
You will find an article about on my dev.to blog (dev.to/kasuken)
In this gist, you can find all the VS Code chat modes I am using in my projects for the Persona based approach technique I created.
You will find an article about on my dev.to blog (dev.to/kasuken)
# Moving Cursor Chat History Between Computers | |
## Overview | |
This guide explains how to transfer your complete Cursor chat history from one computer to another. Cursor stores all conversations in a SQLite database that can be backed up and restored. | |
## Prerequisites | |
- Administrative access on both computers | |
- Cursor installed on the destination computer |
When analyzing large codebases or multiple files that might exceed context limits, use the Gemini CLI with its massive context window. Use gemini -p
to leverage Google Gemini's large context capacity.
Use the @
syntax to include files and directories in your Gemini prompts. The paths should be relative to WHERE you run the gemini command:
#!/bin/bash | |
# Claude Code Multi-Account Switcher | |
# Usage: ./claude-switch-multi.sh [account1|account2|account3|save-current|list|status] | |
CLAUDE_DIR="$HOME/.claude" |