@range3/holo
v0.4.2
Published
Hololive Tools for CLI
Downloads
14
Readme
@range3/holo
Nyahello~~
The CLI tool to display the Hololive streaming schedule.
Usage
$ npm i -g @range3/holo
$ holo --help
Using Docker
# For terminals that support true color (16m colors)
$ docker run --rm -it -e COLORTERM=truecolor range3/holo:latest --help
# others
$ docker run --rm -it -e TERM range3/holo:latest --help
TimeZone
Use TZ
environment variable or --zone
option.
$ TZ=UTC holo
$ holo --zone Asia/Tokyo
Sixel Graphics is supported !
If you use a SIXEL-supported terminal such as wsltty, you can see higher resolution thumbnails.
(I really hope Windows Terminal will support SIXEL.)
- https://github.com/microsoft/terminal/issues/448