GHC 2017-08-09

10 comments.

, https://git.io/v7MkE in Homebrew/homebrew-core
insect 4.9.1
============

Created with `brew bump-formula-pr`.

---

<img src="https://insect.sh/media/insect.svg" width="49" height="24">

, https://git.io/v7Mku in jarun/googler
Actually, since this is both simple and interesting, I just went ahead and did it. @piggyslasher If you're a Zsh user, you can go ahead and try the topic branch https://github.com/zmwangx/googler/tree/complete-queries. There's an additional script to install; see notes in https://github.com/zmwangx/googler/tree/complete-queries#shell-completion. I may add bash support later.

Anyway, here's a screencast. Pretty cool.

[![asciicast](https://asciinema.org/a/132752.png)](https://asciinema.org/a/132752)

@jarun Feel like ever including this feature on master? If so, I'll integrate this into googler itself (put this behind a hidden option, say `--complete-query`), and add bash and possibly fish support.

, https://git.io/v71SV in Homebrew/homebrew-core
youtube-dl 2017.08.09
=====================

Created with `brew bump-formula-pr`.

---

<img src="https://i.imgur.com/SZpFCYT.png" width="64" height="40">

, https://git.io/v71f7 in jarun/googler
@piggyslasher 

> search completion

Search completion API is actually pretty simple:

```
$ curl 'https://www.google.com/complete/search?client=psy-ab&q=git'
["git",[["git\u003cb\u003ehub\u003c\/b\u003e",0],["git",0],["git\u003cb\u003elab\u003c\/b\u003e",0],["git\u003cb\u003e stash\u003c\/b\u003e",0]],{"q":"THnbq2A3yeMOKRqVYkA-eHqtIek","t":{"bpc":false,"tlw":false}}]
$ curl 'https://www.google.com/complete/search?client=psy-ab&q=goo'
["goo",[["goo\u003cb\u003egle\u003c\/b\u003e",0,[131]],["goo\u003cb\u003egle maps\u003c\/b\u003e",0,[131]],["goo\u003cb\u003egle translate\u003c\/b\u003e",0],["goo\u003cb\u003egle docs\u003c\/b\u003e",0]],{"q":"A7UvvlTFeq-jF_cJ1aNpcm8BByY","t":{"bpc":false,"tlw":false}}]
```

Those strings of interest, translated to human-readable form, are:
- `git<b>hub</b>`, `git<b>lab</b>`, `git<b> stash</b>`;
- `goo<b>gle</b>`, `goo<b>gle maps</b>`, `goo<b>gle translate</b>`, `goo<b>gle docs</b>`.

You should be able to parse these with ease, and write a completer based on that. As for myself, I'm afraid I'm not motivated enough to implement this, but it does look like an interesting weekend hack.

, https://git.io/v71f5 in Homebrew/homebrew-core
cmark-gfm 0.28.0.gfm.5
======================

Created with `brew bump-formula-pr`.

---

<img src="http://commonmark.org/images/markdown-mark.png" width="33" height="20"> <img src="https://rawgit.com/encharm/Font-Awesome-SVG-PNG/master/black/svg/github.svg" width="20" height="20">

, https://git.io/v7XbD in Homebrew/homebrew-core
media-info 0.7.98
=================

Created with `brew bump-formula-pr`.

---

<img src="https://i.imgur.com/ALJFnDu.png" width="24" height="24">

, https://git.io/v7XgN in jarun/googler
> convert currencies

We decided that's out of scope for googler. See https://github.com/jarun/googler/issues/97.

, https://git.io/v7XgA in Homebrew/homebrew-core
https://stackoverflow.com/a/38355714? Viewed 1,462 times over a year. If each converted to an install, and they all upgraded to 0.26.0 over the past 100 days... 😛 

, https://git.io/v7XBw in Homebrew/homebrew-core
pulseaudio: fix plist
=====================

- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)?
- [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
- [x] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting?
- [x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)?

-----

@ilovezfs Sorry, I screwed up in #16555 😭 (Apparently copied the plist from emacs.rb).

, https://git.io/v7Xk9 in Homebrew/homebrew-core
pulseaudio: add launchd.plist
=============================

- [x] Have you followed the [guidelines for contributing](https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md)?
- [x] Have you checked that there aren't other open [pull requests](https://github.com/Homebrew/homebrew-core/pulls) for the same formula update/change?
- [x] Have you built your formula locally with `brew install --build-from-source <formula>`, where `<formula>` is the name of the formula you're submitting?
- [x] Does your build pass `brew audit --strict <formula>` (after doing `brew install <formula>`)?

-----

Allow brew-services to autostart the daemon at login.

Also slightly improve the test while we're at it.