https://github.com/gonejack/inostar
This command line converts inoreader's exported starred.json to .html files.
https://github.com/gonejack/inostar
archive export inoreader starred
Last synced: about 1 month ago
JSON representation
This command line converts inoreader's exported starred.json to .html files.
- Host: GitHub
- URL: https://github.com/gonejack/inostar
- Owner: gonejack
- License: mit
- Created: 2021-03-28T06:16:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T08:24:43.000Z (about 2 years ago)
- Last Synced: 2024-06-20T13:41:02.447Z (over 1 year ago)
- Topics: archive, export, inoreader, starred
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inostar
This command line converts inoreader's exported starred.json into .html files.


[](LICENSE)
### Install
```shell
> go get github.com/gonejack/inostar
```
### Usage
```shell
> inostar starred.json
```
```
Flags:
-h, --help Show context-sensitive help.
-e, --offline Download remote images and replace html references.
-v, --verbose Verbose printing.
--about Show About.
```