Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/tvgo
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/tvgo
- Owner: mattn
- License: mit
- Created: 2021-09-06T07:44:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T13:23:56.000Z (about 3 years ago)
- Last Synced: 2024-10-04T13:33:28.658Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 18
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-for-oneliner - tvgo - A command to format JSON into table view written in Go (JSON / Open USP Tsukubai)
README
# tvgo
[tv](https://github.com/uzimaru0000/tv) written in Go
## Usage
```
$ cat example.json | tvgo | less --header 3
```## Installation
```
go install github.com/mattn/tvgo@latest
```## License
MIT
This is based on idea from tv. Thank you. `example.json` is copied from tv.
## Author
Yasuhiro Matsumoto (a.k.a. mattn)