Update README.md

This commit is contained in:
Dave Gallant
2021-05-02 08:35:19 -04:00
committed by GitHub
parent 196246076f
commit 5e74e488a7

View File

@@ -16,6 +16,8 @@ pip install rfd
## Usage
All commands open up in a [terminal pager](https://en.wikipedia.org/wiki/Terminal_pager).
```sh
Usage: rfd [OPTIONS] COMMAND [ARGS]...
@@ -31,12 +33,10 @@ Commands:
threads Displays threads in the forum. Defaults to hot deals.
```
## Examples
All commands open up in a [terminal pager](https://en.wikipedia.org/wiki/Terminal_pager).
### View Hot Deals
To view the threads on most popular sub-forum:
```sh
rfd threads
```
@@ -53,13 +53,13 @@ To view and sort multiple pages, use `--pages`:
rfd threads --sort-by views --pages 10
```
### Simple Search
### Search
```sh
rfd search 'pizza'
```
### Advanced Search
#### Advanced
Regular expressions can be used for search.