Stats
Links
Categories
my-grid ASCII canvas editor plugin for Claude Code
npx claudepluginhub jcaldwell-labs/my-gridSpawn and control ASCII canvas editor in tmux for visual workspace organization
A spatial canvas editor for your terminal. Think vim meets infinite whiteboard, with live terminal zones and system monitoring built in.
"Navigate to information, don't open windows." – Inspired by Jef Raskin's The Humane Interface
Traditional terminals are linear. my-grid gives you infinite 2D space where you can:
Perfect for:
# Demo recording coming soon!
# Run: asciinema rec demo/basic-usage.cast
Try it yourself:
pip install -r requirements.txt
python mygrid.py
:layout load devops # Load DevOps monitoring layout
# Clone the repository
git clone https://github.com/jcaldwell-labs/my-grid.git
cd my-grid
# Install dependencies
pip install -r requirements.txt
# Run the editor
python mygrid.py
# Navigate with vim keys or arrows
wasd / ←↓↑→
# Enter edit mode and type
i
Hello World!
<Esc>
# Draw a rectangle
:rect 20 10
# Create a live terminal zone (Unix/WSL)
:zone pty TERM 80 24
# Save your work
:w myproject.json
# Load a pre-built workspace
:layout load development
m/' + 36 slots (a-z, 0-9)WASD for 10x speed| Zone Type | Description | Use Case |
|---|---|---|
| PIPE | One-shot command output | tree, ls, snapshot data |
| WATCH | Auto-refreshing commands | git status, df -h, monitoring |
| PTY | Live interactive terminal | Full shell, Python REPL, vim |
| FIFO | Named pipe listener (Unix) | External process communication |
| SOCKET | TCP port listener | Remote control, API integration |
Example: DevOps Dashboard
:zone watch DISK 40 10 30s df -h
:zone watch GIT 50 15 5s git status --short
:zone pty TERM 80 24
:zone create NOTES 0 0 40 20
devops, development, monitoringboxes, figlet for ASCII art| Key | Action |
|---|---|
wasd / arrows | Move cursor |
WASD | Fast move (10x) |
i | Enter edit mode |
p | Toggle pan mode |
v | Visual selection mode |
D | Draw mode |
: or / | Command mode |
m + key | Set bookmark (a-z, 0-9) |
' + key | Jump to bookmark |
g / G | Toggle grid |
0 | Toggle origin marker |
Esc | Exit current mode |
| Key | Action |
|---|---|
| Type | Insert characters |
Esc | Return to NAV mode |
| Key | Action |
|---|---|
wasd / arrows | Extend selection |
y | Yank (copy) |
d | Delete selection |
f | Fill with character |
Esc | Cancel |
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search