Skip to content

Commit

Permalink
remove demo example, process substitution example does that anyways
Browse files Browse the repository at this point in the history
  • Loading branch information
purarue committed Apr 29, 2024
1 parent 829e4af commit 711109b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,6 @@ You can also read from STDIN, so this can be used in conjunction with `save`, to
browserexport save -b firefox -t - | browserexport merge --json --stream - ~/data/browsing/* >all.jsonl
```

Or, to just print the demo for your current browser history:

```bash
$ browserexport save -b firefox -t - | browserexport inspect -
Demo: Your most common sites....
[('github.com', 21033),
...
```
Or, use [process substitution](https://tldp.org/LDP/abs/html/process-sub.html) to save multiple dbs in parallel and then merge them:

```bash
Expand Down

0 comments on commit 711109b

Please sign in to comment.