Merge pull request #13 from Rexcrazy804/patch-1

docs: correct invalid stash import snippet in README
This commit is contained in:
raf 2025-08-14 19:16:44 +03:00 committed by GitHub
commit b4762f3050
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,7 +209,7 @@ cliphist list --db ~/.cache/cliphist/db > cliphist.tsv
**Import TSV into Stash:**
```bash
stash --import < cliphist.tsv
stash import < cliphist.tsv
```
**Export TSV from Stash:**