Skip to content

Instantly share code, notes, and snippets.

View phakeandy's full-sized avatar
🏠
Working from home

DD HJ phakeandy

🏠
Working from home
View GitHub Profile
@gchamon
gchamon / README.md
Created October 24, 2025 14:29
claude-session

Claude Code Session Extractor

A tool to extract and query Claude Code session information for easy restoration with claude -r.

Quick Start

# List all sessions
python3 ~/.claude/extract-sessions.py
@soraxas
soraxas / SurfingKeys.js
Last active February 4, 2025 07:13
SurfingKeys settings (vim keybindings for browser)
// git.io url: https://tinyurl.com/SurfingKeys-settings or https://git.io/JfXjB
// inspired by https://github.com/Foldex/surfingkeys-config/blob/master/config.js
// remove conflict with browser's history, download pannel toggle
// unmap('<Ctrl-j>');
// iunmap('<Ctrl-j>');
// vunmap('<Ctrl-j>');
// unmap('<Ctrl-h>');
// iunmap('<Ctrl-h>');
// vunmap('<Ctrl-h>');