feat: rename to twt

The CLI will deal with much more than images eventually
so future proofing the name makes sense
This commit is contained in:
Harsh Shandilya 2022-07-27 18:50:09 +05:30
parent a74d1e4439
commit 957dac6a32
3 changed files with 6 additions and 5 deletions

2
Cargo.lock generated
View File

@ -1108,7 +1108,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "twitter-images"
name = "twt"
version = "0.3.0"
dependencies = [
"clap",

View File

@ -1,12 +1,12 @@
[package]
name = "twitter-images"
name = "twt"
version = "0.3.0"
edition = "2021"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
license = "MIT/Apache-2.0"
description = "Fetch original quality images from the tweets of a given Twitter user"
repository = "https://github.com/msfjarvis/twitter-images"
homepage = "https://github.com/msfjarvis/twitter-images"
description = "Tools for extracting metadata from tweets"
repository = "https://github.com/msfjarvis/twt"
homepage = "https://github.com/msfjarvis/twt"
keywords = ["twitter", "images"]
readme = "README.md"
publish = false

View File

@ -31,6 +31,7 @@ enum Commands {
}
#[derive(Debug, Args)]
/// Fetch original quality images from the tweets of a given Twitter user
struct Images {
/// The Twitter username of the account to fetch images from.
#[clap(long)]