prasmussen / chrome-cli

Control Google Chrome from the command line
MIT License
2.61k stars 89 forks source link

arc-cli missing from (homebrew) release #93

Closed oschrenk closed 2 months ago

oschrenk commented 2 months ago

The README states that

brew install chrome-cli installs the arc-cli script.

This is false as the script is not part of the 1.9.3 release

Homebrew points to

https://github.com/Homebrew/homebrew-core/blob/6042d6807d1618529f323af8de46590b780290a3/Formula/c/chrome-cli.rb

the formula does not link the arc-cli script. Which it actually can't since

it points to

https://github.com/prasmussen/chrome-cli/archive/refs/tags/1.9.3.tar.gz

which does not contain arc-cli.

Is there a 1.9.4 release planned that includes arc-cli? Once released I can work on a PR in homebrew to get arc-cli included in the formula

prasmussen commented 2 months ago

Good point. 1.10.0 has been tagged now. Thanks for helping out.

oschrenk commented 2 months ago

Waiting on https://github.com/Homebrew/homebrew-core/pull/175524

oschrenk commented 2 months ago

Merged