From 6e5a577f8572c75ba8e5d335f65087a1af16e211 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 27 Feb 2025 17:39:37 -0500 Subject: [PATCH] Update with local executables and links --- terminal-escapes.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/terminal-escapes.md b/terminal-escapes.md index e3a99c8..b5a0233 100755 --- a/terminal-escapes.md +++ b/terminal-escapes.md @@ -62,7 +62,7 @@ teletype to the next line or back to the start of a line. ```demo -term +./term ``` ------------------------------- @@ -92,7 +92,7 @@ but is a command that needs to run. Here are some fun operating system commands: ```demo -ansi | less -R +./ansi | less -R ``` *You can run these yourself with just a print statement!* @@ -102,7 +102,7 @@ ansi | less -R Here's what's actually getting sent to the terminal: ```demo -ansi | less +./ansi | less ``` ------------------------------- @@ -200,6 +200,10 @@ I'm **Bruce Hill** if you want to find me on zulip. # Bonus Demo 1: Conway's Game of Life +``` +https://bitbucket.org/spilt/conway +``` + ```demo conway ``` @@ -208,6 +212,10 @@ conway # Bonus Demo 2: Double Pendulum +``` +https://bitbucket.org/spilt/2pend +``` + ```demo 2pend ``` @@ -226,5 +234,5 @@ cd ~/software/btui/Python/invaders # Bonus Demo 4: Alternate Character Set ```demo -alternate-character-set | less -r +./alternate-character-set | less -r ```