Skip to content

Doarakko/tvshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tvshow

crates Licence

Display Japanese TV schedules in the terminal.

Install

Cargo

cargo install tvshow

Homebrew

brew install Doarakko/tap/tvshow

Usage

tvshow -h
tvshow 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]

Example

tvshow -a 福岡 -t 10

sample

Credit

This TV schedule is got from テレビ番組表 G ガイド.

Contributing

Before submitting a PR, run the CI checks locally:

# Build
cargo build --release

# Format
cargo fmt

# Lint
cargo clippy -- -D warnings

Release

  1. Update version in Cargo.toml
  2. Merge to main branch
  3. Push git tag
    git tag v0.1.3
    git push origin v0.1.3
  4. Update Homebrew formula
    ./scripts/update-homebrew.sh 0.1.3

Licence

MIT

About

Display Japanese TV schedules in the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors