Display Japanese TV schedules in the terminal.
cargo install tvshowbrew install Doarakko/tap/tvshowtvshow -htvshow 0.1.2
USAGE:
tvshow [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-a, --area <area> [default: 東京]
-t, --hours <hours> [default: 12]
tvshow -a 福岡 -t 10This TV schedule is got from テレビ番組表 G ガイド.
Before submitting a PR, run the CI checks locally:
# Build
cargo build --release
# Format
cargo fmt
# Lint
cargo clippy -- -D warnings- Update version in
Cargo.toml - Merge to
mainbranch - Push git tag
git tag v0.1.3 git push origin v0.1.3
- Update Homebrew formula
./scripts/update-homebrew.sh 0.1.3
MIT
