Use links
This commit is contained in:
parent
6e5a577f85
commit
851f1883c0
@ -29,11 +29,7 @@ There are two main topics I'll cover:
|
||||
Most terminal emulators that you use
|
||||
(iTerm, alacritty, GNOME terminal, etc)
|
||||
are emulating old-school physical terminals
|
||||
like the VT100:
|
||||
|
||||
```demo
|
||||
firefox --new-window https://en.wikipedia.org/wiki/VT100
|
||||
```
|
||||
like the [VT100](https://en.wikipedia.org/wiki/VT100)
|
||||
|
||||
-------------------------------
|
||||
|
||||
@ -165,12 +161,8 @@ man ioctl
|
||||
|
||||
# BTUI
|
||||
|
||||
I wrote a library called **BTUI**
|
||||
to do the bare minimum of this stuff:
|
||||
|
||||
```demo
|
||||
firefox --new-window https://github.com/bruce-hill/btui
|
||||
```
|
||||
I wrote a library called [**BTUI**](https://github.com/bruce-hill/btui)
|
||||
to do the bare minimum of this stuff.
|
||||
|
||||
(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
|
||||
|
||||
This presentation is made using the BTUI library
|
||||
and its Python bindings.
|
||||
This presentation is made using a program I wrote
|
||||
called [slides](https://github.com/bruce-hill/slides) that uses
|
||||
the BTUI library and its Python bindings.
|
||||
|
||||
Thanks to Michael Rees for the idea
|
||||
to make a terminal slide presenter!
|
||||
|
||||
```demo
|
||||
firefox --new-window https://github.com/bruce-hill/slides
|
||||
```
|
||||
|
||||
-------------------------------
|
||||
|
||||
# Goodbye!
|
||||
|
Loading…
Reference in New Issue
Block a user