From 7aaf69de4f54b9b9d3366b61ff785abaf8f450cb Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Thu, 22 Aug 2019 21:19:46 -0700 Subject: [PATCH] Add amazon, gmail, maps examples --- c.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/c.yml b/c.yml index 1b05bcd..abbc31e 100644 --- a/c.yml +++ b/c.yml @@ -2,6 +2,18 @@ # # NOTE: YAML has special keywords that do funky things. # When in doubt, use quotes on strings. +a: + expand: amazon.com + c: + expand: gp/cart/view.html + h: + expand: gp/help/customer/contact-us + o: + expand: gp/css/order-history/ + s: # a/s/foo will search amazon for "foo" + query: s?k= +c: + expand: calendar.google.com e: expand: example.com ssl_off: yes @@ -28,3 +40,7 @@ l: port: 8080 "n": port: 9001 +m: + expand: gmail.google.com +maps: + expand: maps.google.com