diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/README.md b/apps/README.md index 9c48037a..34f32673 100644 --- a/apps/README.md +++ b/apps/README.md @@ -1,10 +1,12 @@ Some apps written in SubX and Mu. Check out: -* `tile`: [A postfix calculator](https://mastodon.social/@akkartik/104896128141863951) +* `tile`: [A text-mode postfix calculator](https://mastodon.social/@akkartik/104896128141863951) that updates as you type. <img alt='tile app' src='../html/rpn5.png'> +* `browse`: [A text-mode browser for a tiny subset of Markdown](https://mastodon.social/@akkartik/104845344081779025). + * `ex*`: small stand-alone examples that don't need any of the shared code at the top-level. They each have a simple pedagogical goal. Try these first. |