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
- Host: GitHub
- URL: https://github.com/sheepla/fzenn
- Owner: sheepla
- License: mit
- Created: 2022-02-13T05:36:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T11:31:10.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:48:09.085Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)