/tmux-compiler

Compile Python or Brainfuck to run in tmux

Primary LanguagePython

Compiling code to tmux

Read more about it on my blog or watch a demo.

Usage for Python:

python main.py $input $output
./tmux -f $output a -t main

Usage for Brainfuck:

python brainfuck.py $input $output
./tmux -f $output a

This is tested using tmux version 3.3a on Ubuntu 23.04.