diff options
| author | Mariot Tsitoara <[email protected]> | 2019-07-08 03:29:14 +0200 |
|---|---|---|
| committer | Mariot Tsitoara <[email protected]> | 2019-07-08 03:36:31 +0200 |
| commit | 146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d (patch) | |
| tree | 15e6788657b25f3a4058ab68f840755cd16023fe | |
| parent | initial commit (diff) | |
| download | chan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.tar.xz chan-downloader-146e2dea6ab524c4ffbbad84b8f93bbc1ffa1c1d.zip | |
Change package name to chan-downloader
| -rw-r--r-- | Cargo.toml | 6 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | src/cli.yml | 2 |
3 files changed, 7 insertions, 7 deletions
@@ -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"] @@ -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 |