mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 08:43:41 +00:00
feat: change output to echo via pager
This commit is contained in:
@@ -7,10 +7,8 @@ Hot deals on the command line.
|
||||
[](https://dependabot.com/)
|
||||
[](https://lgtm.com/projects/g/davegallant/rfd/context:python)
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
@@ -37,6 +35,7 @@ Commands:
|
||||
## Examples
|
||||
|
||||
### View Hot Deals
|
||||
|
||||
```console
|
||||
$ rfd threads
|
||||
```
|
||||
@@ -52,6 +51,7 @@ $ rfd threads --sort-by views --limit 40
|
||||
```
|
||||
|
||||
### Simple Search
|
||||
|
||||
```console
|
||||
$ rfd search 'pizza'
|
||||
```
|
||||
@@ -61,7 +61,7 @@ $ rfd search 'pizza'
|
||||
Regular expressions can be used for search.
|
||||
|
||||
```console
|
||||
$ rfd search '(coffee|starbucks)' --num-pages 100
|
||||
$ rfd search '(coffee|starbucks)' --pages 10 --sort-by views
|
||||
```
|
||||
|
||||
## Shell Completion
|
||||
|
Reference in New Issue
Block a user