aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2019-07-08 03:29:14 +0200
committerMariot Tsitoara <[email protected]>2019-07-08 03:36:31 +0200
commit146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d (patch)
tree15e6788657b25f3a4058ab68f840755cd16023fe
parentinitial commit (diff)
downloadchan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.tar.xz
chan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.zip
Change package name to chan-downloader
-rw-r--r--Cargo.toml6
-rw-r--r--README.md6
-rw-r--r--src/cli.yml2
3 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5453e6e..1572295 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
-name = "4chan-downloader"
+name = "chan-downloader"
description = "CLI to download all images/webms of a 4chan thread"
version = "0.1.0"
authors = ["Mariot Tsitoara <[email protected]>"]
edition = "2018"
license = "MIT"
readme = "README.md"
-homepage = "https://github.com/mariot/4chan-downloader"
-repository = "https://github.com/mariot/4chan-downloader"
+homepage = "https://github.com/mariot/chan-downloader"
+repository = "https://github.com/mariot/chan-downloader"
keywords = ["cli", "4chan", "download", "downloader", "crawler"]
categories = ["command-line-utilities"]
diff --git a/README.md b/README.md
index 6ab5456..48d9475 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-4chan-downloader
-================
+chan-downloader
+===============
CLI to download all images/webms of a 4chan thread
```
USAGE:
- 4chan-downloader --thread <thread>
+ chan-downloader --thread <thread>
FLAGS:
-h, --help Prints help information
diff --git a/src/cli.yml b/src/cli.yml
index d4dead2..65b7e58 100644
--- a/src/cli.yml
+++ b/src/cli.yml
@@ -1,4 +1,4 @@
-name: 4chan-downloader
+name: chan-downloader
version: "0.1.0"
author: "Mariot Tsitoara <[email protected]>"
about: CLI to download all images/webms of a 4chan thread