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

https://github.com/sheepla/fzenn

A command line Zenn searcher with fuzzyfinder UI
https://github.com/sheepla/fzenn

Last synced: 12 months ago
JSON representation

A command line Zenn searcher with fuzzyfinder UI

Awesome Lists containing this project

README

          

# fzenn

A command line Zenn searcher

*This repository is still under development.*

## Usage

```
A command line Zenn searcher

Usage:
fzenn [command]

Available Commands:
articles Search articles
completion Generate the autocompletion script for the specified shell
help Help about any command

Flags:
-h, --help help for fzenn

Use "fzenn [command] --help" for more information about a command.
```

## Installation

Clone this repository then run `go install`.

## TODO

See issue page.

## Special Thanks

This tool utilizes the following API. Thanks!

[kawarimidoll/deno-zenn-api](https://github.com/kawarimidoll/deno-zenn-api)