11 comments

[ 3.0 ms ] story [ 33.7 ms ] thread
what is the point of this?
Probably none, it's just cool. This is a hack.
well... then sticking a pair of rusty forks into my eyeballs can be called a hack too!
This was terribly disappointing to me. It's basically just showcasing that tmux can be an 8x8 grid of panes.

What needs to be done is building a project that can "move" pieces from one square to another, according to the rules of chess.

At the very least, use Unicode chess pieces[1] instead of typing "black pawn" everywhere.

[1]: https://en.wikipedia.org/wiki/Chess_symbols_in_Unicode

Great idea! But I think unicode symbols are very small
Would probably be a lot easier in Google Sheets with cut and paste.
Was there anything special about the tmux config used? What keybindings were used to move between panes? Seemed like snappier movement than you'd get with the defaults, unless maybe the video was sped up.
Default configuration:

Create vertical: cmd + %

Create horizontal: cmd + "

Move: cmd + up/down/left/right

No matter how fancy we make our interfaces, the power tools seems to be a grid of command lines.