mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-07 00:58:14 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -16,6 +16,8 @@ pip install rfd
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
All commands open up in a [terminal pager](https://en.wikipedia.org/wiki/Terminal_pager).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
Usage: rfd [OPTIONS] COMMAND [ARGS]...
|
Usage: rfd [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
@@ -31,12 +33,10 @@ Commands:
|
|||||||
threads Displays threads in the forum. Defaults to hot deals.
|
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
|
### View Hot Deals
|
||||||
|
|
||||||
|
To view the threads on most popular sub-forum:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rfd threads
|
rfd threads
|
||||||
```
|
```
|
||||||
@@ -53,13 +53,13 @@ To view and sort multiple pages, use `--pages`:
|
|||||||
rfd threads --sort-by views --pages 10
|
rfd threads --sort-by views --pages 10
|
||||||
```
|
```
|
||||||
|
|
||||||
### Simple Search
|
### Search
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rfd search 'pizza'
|
rfd search 'pizza'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Advanced Search
|
#### Advanced
|
||||||
|
|
||||||
Regular expressions can be used for search.
|
Regular expressions can be used for search.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user