Terminology at the EFL Dev Day 2013

The 2013 edition of the EFL Dev Day was held in Edinburgh last Sunday. I gave a quick talk about Terminology.

I wanted to make a different talk from the one I gave at fosdem.

I decided to use Terminology to talk about Terminology and show some of its awesome features! I wrote a bash script to render my presentation. With Terminology escape codes, I was able to use real images as bullet points and inlined animated gifs to entertain my audience.

Escape codes

This code is now on github. You can run it yourself in Terminology.

To use images as bullet points, the following code is used:

echo -ne '\033}it#2;1;'$PWD'/item_00.png\0'
echo -ne '\033}ib\0##\033}ie\0'

Every terminology escape command starts with \033} and ends with \0. We use it to Insert a Thumbnail on a cell area of W cells wide and H cells hight. The format is CW;H;FULL-PATH with the following meaning:

This escape code has no effect by itself. It indicates a future intention of inserting media into the terminal. Terminology will expect a grid of WxH “replace characters” to follow. Each sequence of such replace characters starts with a ib escape command and ends with an ie escape command.

Other bits

I used the solarized theme.

The font is PragmataPro.

The slides

Here are the slides:

Terminology - Oct 2013 - Where are we?

$ whoami

What is Terminology (in case you’re really new here)?

![Beware, the list is long04.jpg)

Features…

Interlude 1

More Features…

Interlude 2

More and More Features…

Figures

TODO

You can do it!

Next release at the end of the year, after efl 1.8

Terminology is an OS, like emacs, except better

Questions ?