Skip to content

Commit

Permalink
📖 added spaces to READ ME ❄️
Browse files Browse the repository at this point in the history
  • Loading branch information
naveengovind authored Apr 17, 2021
1 parent 807be30 commit 63dfe62
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,35 +41,58 @@ npm i gogo-dl -g
*you can also enter a single episode
- ex "14"

<br/>

### gogo-dl dl [title]

<br/>

by choosing a show and an episode range you want to watch, gogo-dl will launch VLC, and the show will start downloading

<img src = "https://github.com/naveengovind/gogo-dl/blob/main/exampleImages/Screen%20Shot%202021-02-02%20at%206.44.07%20PM.png?raw=true" align="center"> </img>

#### downloads the episodes to the path you are currently in

<br/>

### gogo-dl watch [title]

<br/>

by choosing a show and an episode range you want to watch, gogo-dl will launch VLC, and the show will start playing

<img src = "https://github.com/naveengovind/gogo-dl/blob/main/exampleImages/Screen%20Shot%202021-02-02%20at%206.42.39%20PM.png?raw=true" align="center">

#### fetches all the episodes and adds them in a queue into your media player(VLC)

<br/>

### gogo-dl add [title]

<br/>

by choosing a show, gogo-dl will add it to a watch list that you can access it using the ```watch``` command

<img src = "https://raw.githubusercontent.com/naveengovind/gogo-dl/main/exampleImages/Screen%20Shot%202021-04-17%20at%2011.41.46%20AM.png" align="center">

#### stores the shows in a JSON file in your home directory

<br/>

### gogo-dl list [title] + flag [-w] or [-d]

<br/>

choose a show from your watch list and an episode range that you want to download[```-d```] or watch[```-w```] depending on the flag in your command (default is download)

<img src = "https://raw.githubusercontent.com/naveengovind/gogo-dl/main/exampleImages/Screen%20Shot%202021-04-17%20at%2011.40.45%20AM.png" align="center">

<br/>

### gogo-dl remove [title]

<br/>

this command lets you choose a show from your watch list and remove it

<img src = "https://raw.githubusercontent.com/naveengovind/gogo-dl/main/exampleImages/Screen%20Shot%202021-04-17%20at%2012.57.48%20PM.png" align="center">
Expand Down

0 comments on commit 63dfe62

Please sign in to comment.