From 711109be524d809de9678647db903c8592b895bf Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Sun, 28 Apr 2024 20:31:40 -0700 Subject: [PATCH] remove demo example, process substitution example does that anyways --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index af7712d..64814d1 100644 --- a/README.md +++ b/README.md @@ -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