termsand

Crates.iotermsand
lib.rstermsand
version0.2.2
created_at2026-01-09 14:25:45.439093+00
updated_at2026-01-10 19:33:05.971442+00
descriptionFalling sand simulation for tmux
homepage
repository
max_upload_size
id2032180
size52,583
(cgsdev0)

documentation

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

Commit count: 0

cargo fmt