Skip to content

range3/holo

Repository files navigation

@range3/holo

npm version

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.)