Skip to content

Commit

Permalink
docs: update screencasts
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Nov 6, 2019
1 parent 0a39137 commit 6e309b2
Showing 1 changed file with 76 additions and 2 deletions.
78 changes: 76 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,81 @@ Wanted to get [Dev.to](https://www.dev.to/) on your terminal? Ahoy! now you can.

## Usage

[![asciicast](https://asciinema.org/a/279489.svg)](https://asciinema.org/a/279489)
#### 1. Check the top posts

![](https://media.giphy.com/media/jpEnZqtCO41ptgnm3o/giphy.gif)

You can get top posts from the Dev.to feed in your terminal using:

```
devto
```

#### 2. Check top posts by tag

![](https://media.giphy.com/media/ienMTGDAB0OLNKFEMB/giphy.gif)

Easy post search using the tag, you can use


```
devto tag javascript
```


if you don't know the keyword, you can use the search tag feature using

```
devto tag
```

#### 3. Check recent posts by any author

![](https://media.giphy.com/media/lMsDWWJzuOvmDqfVLW/giphy.gif)

You can check 5 most recent posts of any author using

```
devto author sarthology
```

#### 4. Check top posts

![](https://media.giphy.com/media/gI4m67QOXn8BYip38z/giphy.gif)

```
devto top
```

You can check top posts on Dev.to for a specific timeframe using

```
devto top week
```

There are several options like `week` `month` `year` `infinity`. If you want to see the options just type

#### 5. Search top posts by a keyword

![](https://media.giphy.com/media/S6lI6KD4ZGzD06BkA3/giphy.gif)

Use the powerful search feature to find posts using keywords

```
devto search sarthology
```

With this, you can even search posts using a tag, author name, title... basically anything.

#### 6. Check latest posts on Dev.to

![](https://media.giphy.com/media/WrPDZnOf3jKDy8Sysr/giphy.gif)

You can also see the latest posts on Dev.to using

```
devto latest
```

## Prerequisites

Expand Down Expand Up @@ -39,4 +113,4 @@ Feel free to contribute to this project and treat it like your own. 😊

## Acknowledgments

Thanks [Dev.to](https://www.dev.to/)πŸ‘©πŸ»β€πŸ’»πŸ‘¨πŸ»β€πŸ’», for being a massively inspiring platform.
Thanks [Dev.to](https://www.dev.to/)πŸ‘©πŸ»β€πŸ’»πŸ‘¨πŸ»β€πŸ’», for being a massively inspiring platform.

0 comments on commit 6e309b2

Please sign in to comment.