Use links

This commit is contained in:
Bruce Hill 2025-02-27 17:57:02 -05:00
parent 6e5a577f85
commit 851f1883c0

View File

@ -29,11 +29,7 @@ There are two main topics I'll cover:
Most terminal emulators that you use Most terminal emulators that you use
(iTerm, alacritty, GNOME terminal, etc) (iTerm, alacritty, GNOME terminal, etc)
are emulating old-school physical terminals are emulating old-school physical terminals
like the VT100: like the [VT100](https://en.wikipedia.org/wiki/VT100)
```demo
firefox --new-window https://en.wikipedia.org/wiki/VT100
```
------------------------------- -------------------------------
@ -165,12 +161,8 @@ man ioctl
# BTUI # BTUI
I wrote a library called **BTUI** I wrote a library called [**BTUI**](https://github.com/bruce-hill/btui)
to do the bare minimum of this stuff: to do the bare minimum of this stuff.
```demo
firefox --new-window https://github.com/bruce-hill/btui
```
(I really don't like ncurses, it's very bloated and unwieldy) (I really don't like ncurses, it's very bloated and unwieldy)
@ -179,16 +171,13 @@ firefox --new-window https://github.com/bruce-hill/btui
# slides # slides
This presentation is made using the BTUI library This presentation is made using a program I wrote
and its Python bindings. called [slides](https://github.com/bruce-hill/slides) that uses
the BTUI library and its Python bindings.
Thanks to Michael Rees for the idea Thanks to Michael Rees for the idea
to make a terminal slide presenter! to make a terminal slide presenter!
```demo
firefox --new-window https://github.com/bruce-hill/slides
```
------------------------------- -------------------------------
# Goodbye! # Goodbye!