As mentionned in toe documentation (man 1 toe), it will list you the terminfo entries on the
toe(1) General Commands Manual toe(1)
NAME
toe - table of (terminfo) entries
SYNOPSIS
toe [-v[n]] [-ahsuUV] file...
DESCRIPTION
With no options, toe lists all available terminal types by primary name
with descriptions. File arguments specify the directories to be
scanned; if no such arguments are given, your default terminfo direc‐
For example, terminfo entries on my system are stored under /usr/share/terminfo :
$ toe /usr/share/terminfo/ |head -n 10
jaixterm-m IBM Kanji AIXterm Monochrome Terminal Emulator
jaixterm IBM Kanji Aixterm Terminal Eemulator
microb micro bee series
mime microterm mime1
megatek pegasus workstation terminal emulator
m2-nam France Telecom Minitel 2 mode te'le'informatique
mlterm+pcfkeys fragment for PC-style fkeys
mgterm MGL/MGL2 MobileGear Graphic Library
ms-vt100 MS telnet imitating dec vt100
mime2a-s microterm mime2a (emulating an enhanced soroc iq120)
I limited the output...
Now, for what terminfo is, just have a look to man 5 terminfo:
terminfo(5) File Formats terminfo(5)
NAME
terminfo - terminal capability data base
SYNOPSIS
/etc/terminfo/*/*
DESCRIPTION
Terminfo is a data base describing terminals, used by screen-oriented
programs such as nvi(1), rogue(1) and libraries such as
ncurses(3NCURSES). Terminfo describes terminals by giving a set of ca‐
pabilities which they have, by specifying how to perform screen opera‐
tions, and by specifying padding requirements and initialization se‐
quences. This describes ncurses version 6.1 (patch 20181013).