Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinshin86/take-out-pocket-csv
A tool to convert Pocket export HTML to CSV. For data where the page title is still the URL, the page title is obtained again at the time of conversion.
https://github.com/shinshin86/take-out-pocket-csv
csv export pocket
Last synced: 25 days ago
JSON representation
A tool to convert Pocket export HTML to CSV. For data where the page title is still the URL, the page title is obtained again at the time of conversion.
- Host: GitHub
- URL: https://github.com/shinshin86/take-out-pocket-csv
- Owner: shinshin86
- License: mit
- Created: 2022-12-02T08:43:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T11:40:37.000Z (about 2 years ago)
- Last Synced: 2024-11-29T00:04:15.233Z (about 1 month ago)
- Topics: csv, export, pocket
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Take out Pocket CSV
A tool to convert Pocket export HTML to CSV.
For data where the page title is still the URL, the page title is obtained again at the time of conversion.## Usage
Install
```sh
go install github.com/shinshin86/take-out-pocket-csv@latest
```Usage
```sh
take-out-pocket-csv
```## License
MIT## Author
Yuki Shindo