Function: hyrolo-google-contacts-fgrep

hyrolo-google-contacts-fgrep is an autoloaded, interactive and byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-google-contacts-fgrep &optional ARG)

Documentation

Fgrep over a buffer of Google Contacts and format the results as rolo entries.

With optional prefix ARG, do a grep regexp match instead of a string match.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
;;;###autoload
(defun hyrolo-google-contacts-fgrep (&optional arg)
  "Fgrep over a buffer of Google Contacts and format the results as rolo entries.
With optional prefix ARG, do a grep regexp match instead of a string match."
  (interactive "P")
  (hyrolo-google-contacts-grep (not arg)))