diff --git a/README.md b/README.md index 92c3eb6..eaaa736 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Alternative to wget written in Rust -![screen shot](https://github.com/ksk001100/ruget/blob/images/screen_shot.png) +
+ +
## install @@ -29,6 +31,9 @@ $ brew install ruget $ ruget https://sample-videos.com/img/Sample-png-image-30mb.png ``` +![screen shot2](images/screen_shot2.png) + + ## Ruget vs Wget ### Ruget diff --git a/images/screen_shot.png b/images/screen_shot.png new file mode 100644 index 0000000..1e06873 Binary files /dev/null and b/images/screen_shot.png differ diff --git a/images/screen_shot2.png b/images/screen_shot2.png new file mode 100644 index 0000000..a4d8699 Binary files /dev/null and b/images/screen_shot2.png differ diff --git a/src/main.rs b/src/main.rs index 5a77cfb..4137114 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,21 +7,15 @@ use seahorse::{Action, SingleApp, color}; use lib::download_manager::DownloadManager; -const DISPLAY_NAME: &'static str = " - ___ - ,--.'|_ - __ ,-. ,--, | | :,' -,' ,'/ /| ,'_ /| ,----._,. : : ' : -' | |' | .--. | | : / / ' / ,---. .;__,' / -| | ,','_ /| : . || : | / \\ | | | -' : / | ' | | . .| | .\\ . / / |:__,'| : -| | ' | | ' | | |. ; '; |. ' / | ' : |__ -; : | : | : ; ; |' . . |' ; /| | | '.'| -| , ; ' : `--' \\`---`-'| |' | / | ; : ; - ---' : , .-./.'__/\\_: || : | | , / - `--`----' | : : \\ \\ / ---`-' - \\ \\ / `----' - `--`-' +const DISPLAY_NAME: &'static str = " + _ + | | + _ __ _ _ __ _ ___| |_ +| '__| | | |/ _` |/ _ \\ __| +| | | |_| | (_| | __/ |_ +|_| \\__,_|\\__, |\\___|\\__| + __/ | + |___/ "; fn main() {