All Projects → tio → Tio

tio / Tio

Licence: other
tio - A simple TTY terminal I/O application

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Tio

Chalk
🖍 Terminal string styling done right
Stars: ✭ 17,566 (+3492.23%)
Mutual labels:  commandline, terminal
Windterm
A quicker and better cross-platform SSH/Sftp/Shell/Telnet/Serial client.
Stars: ✭ 345 (-29.45%)
Mutual labels:  terminal, serial
Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (-35.79%)
Mutual labels:  terminal, tty
Cordless
The Discord terminal client you never knew you wanted.
Stars: ✭ 1,391 (+184.46%)
Mutual labels:  commandline, terminal
Tty Spinner
A terminal spinner for tasks that have non-deterministic time frame.
Stars: ✭ 386 (-21.06%)
Mutual labels:  terminal, tty
Comfy Table
🔶 Build beautiful terminal tables with automatic content wrapping
Stars: ✭ 156 (-68.1%)
Mutual labels:  commandline, terminal
Terminus
A terminal for a more modern age (formerly Terminus)
Stars: ✭ 24,959 (+5004.09%)
Mutual labels:  terminal, serial
Asciinema Edit
asciinema casts post-production tools
Stars: ✭ 187 (-61.76%)
Mutual labels:  terminal, tty
Upterm
A terminal emulator for the 21st century.
Stars: ✭ 19,441 (+3875.66%)
Mutual labels:  terminal, tty
Tty Progressbar
Display a single or multiple progress bars in the terminal.
Stars: ✭ 377 (-22.9%)
Mutual labels:  terminal, tty
Gotty
Share your terminal as a web application
Stars: ✭ 16,070 (+3186.3%)
Mutual labels:  terminal, tty
Pxltrm
🖌️ pxltrm - [WIP] A pixel art editor inside the terminal
Stars: ✭ 459 (-6.13%)
Mutual labels:  commandline, terminal
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (-50.1%)
Mutual labels:  terminal, tty
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (-43.76%)
Mutual labels:  terminal, tty
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (-58.49%)
Mutual labels:  terminal, tty
Ttyd
Share your terminal over the web
Stars: ✭ 4,030 (+724.13%)
Mutual labels:  terminal, tty
Container Web Tty
Connect your containers via a web-tty
Stars: ✭ 156 (-68.1%)
Mutual labels:  terminal, tty
Cash Cli
💰💰 Convert currency rates directly from your terminal!
Stars: ✭ 168 (-65.64%)
Mutual labels:  terminal, open-source
Tsukae
🧑‍💻📊 Show off your most used shell commands
Stars: ✭ 345 (-29.45%)
Mutual labels:  commandline, terminal
Ls
ls on steroids
Stars: ✭ 458 (-6.34%)
Mutual labels:  commandline, terminal

tio - a simple TTY terminal I/O application

Build Status Snap Status

1. Introduction

tio is a simple TTY terminal application which features a straightforward commandline interface to easily connect to TTY devices for basic input/output.

It was created because the author needed a simple no-nonsense TTY terminal application to easily connect to various terminal TTY devices.

2. Usage

The commandline interface is straightforward as reflected in the output from 'tio --help':

    Usage: tio [<options>] <tty-device>

    Options:
      -b, --baudrate <bps>        Baud rate (default: 115200)
      -d, --databits 5|6|7|8      Data bits (default: 8)
      -f, --flow hard|soft|none   Flow control (default: none)
      -s, --stopbits 1|2          Stop bits (default: 1)
      -p, --parity odd|even|none  Parity (default: none)
      -o, --output-delay <ms>     Output delay (default: 0)
      -n, --no-autoconnect        Disable automatic connect
      -e, --local-echo            Do local echo
      -l, --log <filename>        Log to file
      -m, --map <flags>           Map special characters
      -v, --version               Display version
      -h, --help                  Display help

    See the man page for list of supported mapping flags.

    In session, press ctrl-t q to quit.

The only option which requires a bit of elaboration is perhaps the --no-autoconnect option.

By default tio automatically connects to the provided device if present. If the device is not present, it will wait for it to appear and then connect. If the connection is lost (eg. device is unplugged), it will wait for the device to reappear and then reconnect. However, if the --no-autoconnect option is provided, tio will exit if the device is not present or an established connection is lost.

Tio features full bash autocompletion support.

Tio also supports various key commands. Press ctrl-t ? to list the available key commands.

See the tio man page for more details.

3. Installation

The latest release version is available at https://tio.github.io

3.1 Installation using release tarball

Install steps:

     $ ./configure
     $ make
     $ make install

See INSTALL file for more installation details.

3.2 Installation using package

Tio comes prepackaged for various GNU/Linux distributions. Visit https://tio.github.io for package installation details.

4. Contributing

Tio is open source. All contributions (bug fixes, doc, ideas, etc.) are welcome. Visit the tio GitHub page to access latest source code, create pull requests, add issues etc..

GitHub: https://github.com/tio/tio

Also, if you find this free open source software useful please consider making a donation:

Donate

5. Support

Submit bug reports via GitHub: https://github.com/tio/tio/issues

6. Website

Visit https://tio.github.io

7. License

Tio is GPLv2+. See COPYING file for license details.

8. Authors

Created by Martin Lund <[email protected]>

See the AUTHORS file for full list of authors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].