An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# inostar
This command line converts inoreader's exported starred.json into .html files.

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gonejack/inostar)
![Build](https://github.com/gonejack/inostar/actions/workflows/go.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/gonejack/inostar.svg?color=blue)](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.
```