From 5e74e488a7e4bc54fb123eb7eb04df85793323b4 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 2 May 2021 08:35:19 -0400 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f15675d..fb2f68b 100644 --- a/README.md +++ b/README.md @@ -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.