MCPcopy Index your code
hub / github.com/cgsdev0/termsand

github.com/cgsdev0/termsand @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
39 symbols 81 edges 1 files 1 documented · 3%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

termsand

termsand is the sand simulation for your terminal that no one asked for sand3-small

how do i use it?

termsand is intended to work with tmux 3.4+

  1. cargo install termsand
  2. download sand.sh to somewhere
  3. bind it to a key in your tmux.conf like this:
bind-key e run-shell "./sand.sh"

how does it work?

termsand will take input from stdin and use that as the initial state for the simulation

the sand.sh wrapper script captures your current tmux pane and pipes it into termsand inside of a popup, like this:

tmux_1

More GIFs

sand

sand2

sand3

Core symbols most depended-on inside this repo

is_empty
called by 14
src/main.rs
get
called by 14
src/main.rs
swap
called by 10
src/main.rs
is_static
called by 8
src/main.rs
get_mut
called by 4
src/main.rs
is_sand
called by 4
src/main.rs
write_color
called by 3
src/main.rs
step
called by 3
src/main.rs

Shape

Method 21
Class 8
Function 7
Enum 3

Languages

Rust100%

Modules by API surface

src/main.rs39 symbols

For agents

$ claude mcp add termsand \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact