Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksk001100 committed Jan 20, 2020
1 parent 1e7205e commit e6d5c5b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

Alternative to wget written in Rust

![screen shot](https://github.com/ksk001100/ruget/blob/images/screen_shot.png)
<div align="center">
<img src="images/screen_shot.png" title="screen shot">
</div>

## install

Expand All @@ -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
Expand Down
Binary file added images/screen_shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screen_shot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 9 additions & 15 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit e6d5c5b

Please sign in to comment.