<?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: Eric Moynihan</title>
    <description>The latest articles on DEV Community by Eric Moynihan (@ericm).</description>
    <link>https://dev.to/ericm</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%2F202959%2F2f6f3230-6140-4865-9f2b-48707dcd6dc5.png</url>
      <title>DEV Community: Eric Moynihan</title>
      <link>https://dev.to/ericm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ericm"/>
    <language>en</language>
    <item>
      <title>A Visual Studio Code extension that will sync your current workspace name and time spent on it to your GitHub status</title>
      <dc:creator>Eric Moynihan</dc:creator>
      <pubDate>Sat, 23 May 2020 20:42:43 +0000</pubDate>
      <link>https://dev.to/ericm/a-visual-studio-code-extension-that-will-sync-your-current-workspace-name-and-time-spent-on-it-to-your-github-status-296b</link>
      <guid>https://dev.to/ericm/a-visual-studio-code-extension-that-will-sync-your-current-workspace-name-and-time-spent-on-it-to-your-github-status-296b</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/ericm/vscode-github-status"&gt;https://github.com/ericm/vscode-github-status&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Stonks is a terminal based stock visualizer and tracker that displays realtime stocks in graph format in a terminal.</title>
      <dc:creator>Eric Moynihan</dc:creator>
      <pubDate>Tue, 19 May 2020 21:00:41 +0000</pubDate>
      <link>https://dev.to/ericm/stonks-is-a-terminal-based-stock-visualizer-and-tracker-that-displays-realtime-stocks-in-graph-format-in-a-terminal-8f8</link>
      <guid>https://dev.to/ericm/stonks-is-a-terminal-based-stock-visualizer-and-tracker-that-displays-realtime-stocks-in-graph-format-in-a-terminal-8f8</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/ericm/stonks"&gt;https://github.com/ericm/stonks&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I made a React UI Library with a focus on a minimalist design
</title>
      <dc:creator>Eric Moynihan</dc:creator>
      <pubDate>Thu, 19 Mar 2020 17:45:16 +0000</pubDate>
      <link>https://dev.to/ericm/i-made-a-react-ui-library-with-a-focus-on-a-minimalist-design-449c</link>
      <guid>https://dev.to/ericm/i-made-a-react-ui-library-with-a-focus-on-a-minimalist-design-449c</guid>
      <description>&lt;h1&gt;
  
  
  &lt;a href="http://uniui.moynihan.io"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Ov9Rp4gc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/uniui.svg%3Fsanitize%3Dtrue" alt="Uniui"&gt;&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ELEmDe5P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/npm/v/react-uniui%3Fstyle%3Dflat-square" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ELEmDe5P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://img.shields.io/npm/v/react-uniui%3Fstyle%3Dflat-square" alt="npm"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--x_mUlV-O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/workflows/Build/badge.svg%3Fbranch%3Dmaster" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--x_mUlV-O--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/workflows/Build/badge.svg%3Fbranch%3Dmaster" alt="Build"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ericm/uniui"&gt;https://github.com/ericm/uniui&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://uniui.moynihan.io"&gt;Uniui&lt;/a&gt; is a React Typescript UI library currently in beta.&lt;/p&gt;
&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;p&gt;To install Uniui, simply run the following in the root directory of your react project:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    $ npm i react-uniui
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;p&gt;You can import the entire library via:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight typescript"&gt;&lt;code&gt;    &lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="nx"&gt;Uniui&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;react-uniui&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;Or individually:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight typescript"&gt;&lt;code&gt;    &lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;Button&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="nx"&gt;Selection&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="k"&gt;from&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;react-uniui&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h2&gt;
  
  
  Components Preview
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Buttons
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4VJC6rwz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/button.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4VJC6rwz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/button.png" alt="button"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Button&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;Button&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nc"&gt;Button&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Button&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"flat"&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;Button&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nc"&gt;Button&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Button&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"borderless"&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;Button&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nc"&gt;Button&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;a href="http://uniui.moynihan.io/components/button"&gt;See more in the docs&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Radio Menu
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ko6owZ7B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/radio.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ko6owZ7B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/radio.png" alt="button"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;SelectionGroup&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"radio"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Radio button 1"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"radio"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Radio button 2"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"radio"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Radio button 3"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nc"&gt;SelectionGroup&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  Checkboxes
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YUZSYiS1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/checkbox.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YUZSYiS1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/checkbox.png" alt="button"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;SelectionGroup&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"checkbox"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Checkbox 1"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"checkbox"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Checkbox 2"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"checkbox"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Checkbox 3"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nc"&gt;SelectionGroup&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  Switches
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--B9HJ-wyG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/switch.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B9HJ-wyG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/switch.png" alt="button"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;SelectionGroup&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"switch"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Switch 1"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"switch"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Switch 2"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
  &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;Selection&lt;/span&gt; &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"switch"&lt;/span&gt; &lt;span class="na"&gt;label&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Switch 3"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nc"&gt;SelectionGroup&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;a href="http://uniui.moynihan.io/components/selection"&gt;See more in the docs&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  TextField
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kb8dN7j9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/text.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kb8dN7j9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://github.com/ericm/uniui/raw/master/img/text.png" alt="button"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight tsx"&gt;&lt;code&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nc"&gt;TextField&lt;/span&gt; &lt;span class="na"&gt;value&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Text"&lt;/span&gt; &lt;span class="na"&gt;subtitle&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"TextField"&lt;/span&gt; &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;&lt;a href="http://uniui.moynihan.io/components/textfield"&gt;See more in the docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See the &lt;a href="http://uniui.moynihan.io"&gt;Component API docs&lt;/a&gt; for further reference&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>ux</category>
      <category>ui</category>
    </item>
    <item>
      <title>Arch Linux AUR Helper with ncurses functionality and better searching and sorting </title>
      <dc:creator>Eric Moynihan</dc:creator>
      <pubDate>Sun, 28 Jul 2019 21:32:25 +0000</pubDate>
      <link>https://dev.to/ericm/arch-linux-aur-helper-with-ncurses-functionality-and-better-searching-and-sorting-44kl</link>
      <guid>https://dev.to/ericm/arch-linux-aur-helper-with-ncurses-functionality-and-better-searching-and-sorting-44kl</guid>
      <description>&lt;p&gt;Link: &lt;a href="https://github.com/ericm/yup" rel="noopener noreferrer"&gt;https://github.com/ericm/yup&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yup&lt;/strong&gt; is inspired by other AUR helpers but with many new features such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Searching with &lt;code&gt;yup [search-terms]&lt;/code&gt; returns most accurate results&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fericm%2Fyup%2Fmaster%2Fassets%2Fscr1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fericm%2Fyup%2Fmaster%2Fassets%2Fscr1.png"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Uses &lt;em&gt;ncurses&lt;/em&gt; to display search results. This allows for mouse interaction in the terminal and easier navigation.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fericm%2Fyup%2Fmaster%2Fassets%2Fscr2.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fericm%2Fyup%2Fmaster%2Fassets%2Fscr2.gif"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Don't want to use ncurses? Use &lt;code&gt;yup -n&lt;/code&gt; to use non-ncurses mode&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Want to search the AUR exclusively? Use &lt;code&gt;yup -a&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Like &lt;em&gt;yay&lt;/em&gt;, type &lt;code&gt;yup&lt;/code&gt; to run a system upgrade.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;An easy to use config file located at &lt;code&gt;~/.config/yup/config.json&lt;/code&gt; in JSON format.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Want to see which packages are cluttering up your system? Run &lt;code&gt;yup -Qos&lt;/code&gt; to get a list ordered package size.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Differences between yay or trizen
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Yup gives you the &lt;strong&gt;most accurate results&lt;/strong&gt; first. As seen in the example above, yup sorts the results to bring the most accurate to the start.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;code&gt;Yupfiles&lt;/code&gt; are small files that allow you to batch install packages with a single command. &lt;a href="//test.Yupfile"&gt;Here's an example Yupfile&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yup uses &lt;em&gt;ncurses&lt;/em&gt;. This allows users to both scroll while not displacing the bottom bar and easily navigate to certain results using more natural forms of user input.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yup has an easy config file seperate to that of pacman's. This allows it to be more customisable from the get go.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yup has both &lt;code&gt;yup -c&lt;/code&gt; (for clearing all package cache) and yup &lt;code&gt;yup -C&lt;/code&gt; (for clearing yup's cache only).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yup allows you to disable ncurses mode (to normal terminal output) using &lt;code&gt;yup -n&lt;/code&gt; temporarily or permanently by changing a value in the config file.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In the search menu, yup allows you to remove an installed package instantly using the &lt;code&gt;R&lt;/code&gt; hotkey.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;After selecting packages to install, you can revise your decision if you made a mistake.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Yup will &lt;em&gt;soon&lt;/em&gt; allow you to disable any of the dialogue during install using the config menu.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>archlinux</category>
      <category>linux</category>
      <category>go</category>
    </item>
  </channel>
</rss>
