-_[![TermInfo NuGet Version](https://img.shields.io/nuget/v/TermInfo.svg?style=flat&label=NuGet%3A%20TermInfo)](https://www.nuget.org/packages/TermInfo)_
+
+
+
+
-## Usage
+
-```csharp
-// Load the active terminfo description
-var info = TermInfoDesc.Load();
+# Terminaux.TermInfo
+
+*A library that allows you to inspect the TermInfo database. Part of the Terminaux library.*
-// Load via terminfo name
-var info = TermInfoDesc.Load("xterm-256color");
+
+
-// Default capabilities are strongly typed
-Debug.Assert(info.MaxColors == 256)
+[![Badge Main]][Main]
+[![Badge Main Linux]][Main Linux]
-// But extended capabilities are also supported
-bool? ax = info.Extended.GetBoolean("AX");
-int? u8 = info.Extended.GetNum("U8");
-string? kup = info.Extended.GetNum("kUP");
-```
+[![Badge Latest]][Latest]
+[![Badge NuGet]][NuGet]
-## Building
+![Badge Size]
+[![Badge Downloads]][Releases]
-We're using [Cake](https://github.com/cake-build/cake) as a
-[dotnet tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools)
-for building. So make sure that you've restored Cake by running
-the following in the repository root:
+[![Button Manual]][Manual]
+[![Button Libraries]][Libraries]
-```
-> dotnet tool restore
-```
+
+
+