Skip to content

Commit

Permalink
Renamed to 'twitch-tui'
Browse files Browse the repository at this point in the history
  • Loading branch information
Xithrius committed Oct 25, 2021
1 parent 2410d7b commit 59d1756
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 39 deletions.
69 changes: 39 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "terminal-twitch-chat"
version = "1.2.1"
name = "twitch-tui"
version = "1.2.2"
authors = ["Xithrius <[email protected]>"]
edition = "2018"
description = "Twitch chat in the terminal."
documentation = "https://github.com/Xithrius/terminal-twitch-chat"
homepage = "https://github.com/Xithrius/terminal-twitch-chat"
repository = "https://github.com/Xithrius/terminal-twitch-chat"
documentation = "https://github.com/Xithrius/twitch-tui"
homepage = "https://github.com/Xithrius/twitch-tui"
repository = "https://github.com/Xithrius/twitch-tui"
license = "MIT OR Apache-2.0"
keywords = ["tui", "twitch"]
categories = ["command-line-utilities"]

[dependencies]
crossterm = "0.21.0"
crossterm = "0.22.1"
tui = { version = "0.16.0", default-features = false, features = ["crossterm"] }
anyhow = "1.0.44"
rand = "0.8.4"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Twitch Chat IRC, in the terminal.
# Twitch chat in the terminal.

### What it looks like:

Expand Down Expand Up @@ -47,5 +47,5 @@

1. Make sure you have both Cargo and installed from the [rust-lang website](https://www.rust-lang.org/learn/get-started). Make sure the Cargo binary folder is appended to your `$PATH` environment variable.
2. Get an OAuth token from [Twitch](https://twitchapps.com/tmi/), and have it ready to put into the `token` variable in the `config.toml` file that you create. This `config.toml` file should be created in `~/.config/ttc/config.toml` if you're on Linux or MacOS. If on Windows, place it in `%appdata%/ttc/config.toml` instead.
3. Run `cargo install terminal-twitch-chat` and follow the instructions that it prints.
5. You should now be able to run `ttc` from anywhere now. Have fun!
3. Run `cargo install twitch-tui` and follow the instructions that it prints.
5. You should now be able to run `twt` from anywhere now. Have fun!

0 comments on commit 59d1756

Please sign in to comment.