Skip to content

Commit 69403d5

Browse files
committed
chore: changelog + readme
1 parent 56ddc04 commit 69403d5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- import bookmarks from Pocket csv export with `buku import pocket`
1213
- cli: `--slient` and `-S` to fully disable any log
1314
- Added support for brave browser (linux, snap, flatpak)
1415
- Flatpak support for: google-chrome, chromium, firefox, librewolf

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<h5 align="center">
1313
<a href="#installation">Install</a> |
1414
<a href="#-features">Feautres</a>
15-
<!-- <a href="#rationale">Rationale</a> -->
1615
</h5>
1716

1817

@@ -139,14 +138,24 @@ gosuki --tui start
139138
```
140139
The TUI displays module status and bookmark processing metrics.
141140

142-
### Importing Buku bookmarks
141+
### Importing bookmarks
142+
143+
#### From Buku
143144

144145
```shell
145146
gosuki import buku
146147
```
147148

148149
This will imports all bookmarks from Buku into Gosuki. Gosuki DB is compatible with buku, meaning you can symlink gosuki DB or add it to Buku and it will just work. However, gosuki cannot read a buku database unless it is imported with the above command.
149150

151+
#### From pocket
152+
153+
Import bookmarks from a Pocket export in `csv` format:
154+
155+
```shell
156+
gosuki import pocket export_file.csv
157+
```
158+
150159
### Debugging
151160
Enable detailed logging with:
152161
```bash

0 commit comments

Comments
 (0)