|
1 | 1 | <h1 align="center"><img width="440" src="docs/terminal_full.png" /></h1> |
2 | 2 |
|
3 | | -[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z8QK6XU749JB2) ![Travis][s7] [![Latest Version][s1]][l1] [![MIT][s2]][l2] [![docs][s3]][l3] ![Lines of Code][s6] [![Join us on Discord][s5]][l5] |
| 3 | +[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z8QK6XU749JB2) |
| 4 | +[![Latest Version][crate-badge]][crate-link] |
| 5 | +[![docs][docs-badge]][docs-link] |
| 6 | +![Lines of Code][loc-badge] |
| 7 | +[![MIT][license-badge]][license-link] |
| 8 | +[![Join us on Discord][discord-badge]][discord-link] |
| 9 | +[![Stable Status][actions-stable-badge]][actions-link] |
| 10 | +[![Beta Status][actions-nightly-badge]][actions-link] |
4 | 11 |
|
5 | 12 | # Unified API for different TUI libraries. |
6 | 13 |
|
7 | 14 | This library offers a universal API over various terminal libraries such as |
8 | 15 | [termion][termion], [crossterm][crossterm], [ncurses][ncurses], [pancurses][pancurses] and [console][console]. |
9 | 16 |
|
10 | | -Why would I need this librarie? Three main reasons: |
| 17 | +Why would I need this library? Three main reasons: |
11 | 18 |
|
12 | 19 | 1) These libraries differ in the API. |
13 | 20 |
|
@@ -132,23 +139,23 @@ read the [Contributing](docs/CONTRIBUTING.md) guidelines. |
132 | 139 | This project, `terminal` are licensed under the MIT |
133 | 140 | License - see the [LICENSE](https://github.com/crossterm-rs/terminal/blob/master/LICENSE) file for details. |
134 | 141 |
|
135 | | -[s1]: https://img.shields.io/crates/v/terminal.svg |
136 | | -[l1]: https://crates.io/crates/terminal |
| 142 | +[crate-badge]: https://img.shields.io/crates/v/terminal.svg |
| 143 | +[crate-link]: https://crates.io/crates/terminal |
137 | 144 |
|
138 | | -[s2]: https://img.shields.io/badge/license-MIT-blue.svg |
139 | | -[l2]: terminal/LICENSE |
| 145 | +[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg |
| 146 | +[license-link]: terminal/LICENSE |
140 | 147 |
|
141 | | -[s3]: https://docs.rs/terminal/badge.svg |
142 | | -[l3]: https://docs.rs/terminal/ |
| 148 | +[docs-badge]: https://docs.rs/terminal/badge.svg |
| 149 | +[docs-link]: https://docs.rs/terminal/ |
143 | 150 |
|
144 | | -[s3]: https://docs.rs/terminal/badge.svg |
145 | | -[l3]: https://docs.rs/terminal/ |
| 151 | +[discord-badge]: https://img.shields.io/discord/560857607196377088.svg?logo=discord |
| 152 | +[discord-link]: https://discord.gg/K4nyTDB |
146 | 153 |
|
147 | | -[s5]: https://img.shields.io/discord/560857607196377088.svg?logo=discord |
148 | | -[l5]: https://discord.gg/K4nyTDB |
| 154 | +[actions-link]: https://github.com/crossterm-rs/terminal/actions |
| 155 | +[actions-stable-badge]: https://github.com/crossterm-rs/terminal/workflows/Terminal%20Adapter%20Test/badge.svg |
| 156 | +[actions-nightly-badge]: https://github.com/crossterm-rs/terminal/workflows/Terminal%20Adapter%20Test/badge.svg |
149 | 157 |
|
150 | | -[s6]: https://tokei.rs/b1/github/crossterm-rs/terminal/?category=code |
151 | | -[s7]: https://travis-ci.org/terminal/.svg?branch=master |
| 158 | +[loc-badge]: https://tokei.rs/b1/github/crossterm-rs/terminal?category=code |
152 | 159 |
|
153 | 160 | [termion]: https://crates.io/crates/termion |
154 | 161 | [crossterm]: https://crates.io/crates/crossterm |
|
0 commit comments