Update README

This commit is contained in:
Martin Lund 2022-02-23 15:17:01 +01:00
parent 950373d10d
commit 3773fddb6a

View file

@ -1,12 +1,13 @@
# tio - a simple TTY terminal I/O tool # tio - a simple serial terminal I/O tool
[![CircleCI](https://circleci.com/gh/tio/tio/tree/master.svg?style=shield)](https://circleci.com/gh/tio/tio/tree/master) [![CircleCI](https://circleci.com/gh/tio/tio/tree/master.svg?style=shield)](https://circleci.com/gh/tio/tio/tree/master)
[![tio](https://snapcraft.io/tio/badge.svg)](https://snapcraft.io/tio) [![tio](https://snapcraft.io/tio/badge.svg)](https://snapcraft.io/tio)
## 1. Introduction ## 1. Introduction
tio is a simple TTY terminal tool which features a straightforward command-line tio is a simple serial terminal tool which features a straightforward
interface to easily connect to TTY devices for basic I/O operations. command-line interface to easily connect to TTY devices for basic I/O
operations.
<p align="center"> <p align="center">
<img src="images/tio-demo.gif"> <img src="images/tio-demo.gif">
@ -14,7 +15,7 @@ interface to easily connect to TTY devices for basic I/O operations.
### 1.1 Motivation ### 1.1 Motivation
To make a simpler TTY terminal tool for talking with TTY devices with less To make a simpler serial terminal tool for talking with TTY devices with less
focus on classic terminal/modem features and more focus on the needs of focus on classic terminal/modem features and more focus on the needs of
embedded developers and hackers. embedded developers and hackers.