Skip to content

Commit 533c4ac

Browse files
committed
Added logo files, fixed badges in readme
1 parent 072cd88 commit 533c4ac

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

README.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
<h1 align="center"><img width="440" src="docs/terminal_full.png" /></h1>
22

3-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](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]
411

512
# Unified API for different TUI libraries.
613

714
This library offers a universal API over various terminal libraries such as
815
[termion][termion], [crossterm][crossterm], [ncurses][ncurses], [pancurses][pancurses] and [console][console].
916

10-
Why would I need this librarie? Three main reasons:
17+
Why would I need this library? Three main reasons:
1118

1219
1) These libraries differ in the API.
1320

@@ -132,23 +139,23 @@ read the [Contributing](docs/CONTRIBUTING.md) guidelines.
132139
This project, `terminal` are licensed under the MIT
133140
License - see the [LICENSE](https://github.com/crossterm-rs/terminal/blob/master/LICENSE) file for details.
134141

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
137144

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
140147

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/
143150

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
146153

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
149157

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
152159

153160
[termion]: https://crates.io/crates/termion
154161
[crossterm]: https://crates.io/crates/crossterm

docs/terminal_full.png

10.8 KB
Loading

docs/termion-logo.png

3.77 KB
Loading

0 commit comments

Comments
 (0)