<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Andres Gutierrez</title>
    <description>The latest articles on DEV Community by Andres Gutierrez (@andreseg).</description>
    <link>https://dev.to/andreseg</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F725955%2F1585178e-bf0f-4e61-971c-445b0959eb71.png</url>
      <title>DEV Community: Andres Gutierrez</title>
      <link>https://dev.to/andreseg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andreseg"/>
    <language>en</language>
    <item>
      <title>Use Dev.to, Gmail, Github without a mouse 🚫🐭</title>
      <dc:creator>Andres Gutierrez</dc:creator>
      <pubDate>Thu, 14 Oct 2021 22:27:05 +0000</pubDate>
      <link>https://dev.to/andreseg/use-gmail-without-a-mouse-4md9</link>
      <guid>https://dev.to/andreseg/use-gmail-without-a-mouse-4md9</guid>
      <description>&lt;p&gt;Hi there! We created an open source framework for Ctrl + F that selects buttons on the page vs. only text and lets you press enter to navigate to them. It's open source and it lets you navigate tools like Gmail, Github, and yes, even tools like Dev.to without touching your mouse! &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/y7wGtyeEoKQ"&gt;
&lt;/iframe&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/comake" rel="noopener noreferrer"&gt;
        comake
      &lt;/a&gt; / &lt;a href="https://github.com/comake/yip-yip" rel="noopener noreferrer"&gt;
        yip-yip
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;YipYip&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/13453719/136746212-e744bc0e-4830-4abf-9a47-59c21892d72a.png"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fuser-images.githubusercontent.com%2F13453719%2F136746212-e744bc0e-4830-4abf-9a47-59c21892d72a.png" alt="image"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;YipYip is an always-on search assitant that turns Gmail (and any other website) into a keyboard-first product.&lt;/p&gt;
&lt;p&gt;Just type to search.&lt;/p&gt;
&lt;p&gt;YipYip highlights any buttons or links in the page matching your search.&lt;/p&gt;
&lt;p&gt;Press Tab to jump through the matches.&lt;/p&gt;
&lt;p&gt;Press Enter to select the current match.&lt;/p&gt;
&lt;p&gt;Voila!&lt;/p&gt;
&lt;p&gt;Video Demo: &lt;a href="https://www.youtube.com/watch?v=y7wGtyeEoKQ" rel="nofollow noopener noreferrer"&gt;https://www.youtube.com/watch?v=y7wGtyeEoKQ&lt;/a&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Extension store listings&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/yipyip/flbkmacappdledphgdoolmenldginemg/" rel="nofollow noopener noreferrer"&gt;Google Chrome Extension&lt;/a&gt;&lt;br&gt;
&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/yipyip/" rel="nofollow noopener noreferrer"&gt;Firefox Extension&lt;/a&gt;&lt;br&gt;
Edge Add-On (Coming Soon)&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;How it works&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;When a user types in the YipYip search bar on a webpage, YipYip recursively scans through the webpage's DOM node tree to find all nodes which match the users query. Whether a node matches the query or not is determined by detecting if any text within the node includes the user's query or if an attribute of the node includes the user's query.&lt;/p&gt;
&lt;p&gt;Not all attributes a node may have are relevant for our purposes, thus, YipYip only searches a specific list of…&lt;/p&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/comake/yip-yip" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>productivity</category>
      <category>opensource</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
