<?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: Mert Demir</title>
    <description>The latest articles on DEV Community by Mert Demir (@mertd).</description>
    <link>https://dev.to/mertd</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%2F386081%2Fa60ea3da-74ab-4fa8-a75f-1c85ddaacc19.jpeg</url>
      <title>DEV Community: Mert Demir</title>
      <link>https://dev.to/mertd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mertd"/>
    <language>en</language>
    <item>
      <title>Shovel.sh: Search for Scoop manifests from your browser</title>
      <dc:creator>Mert Demir</dc:creator>
      <pubDate>Wed, 27 May 2020 14:17:20 +0000</pubDate>
      <link>https://dev.to/mertd/shovel-sh-search-for-scoop-manifests-online-4gki</link>
      <guid>https://dev.to/mertd/shovel-sh-search-for-scoop-manifests-online-4gki</guid>
      <description>&lt;p&gt;tl;dr: &lt;a href="https://shovel.sh"&gt;Shovel&lt;/a&gt; is a simple web app that allows you to quickly search for &lt;a href="https://scoop.sh"&gt;Scoop&lt;/a&gt; manifests right from your browser.&lt;/p&gt;

&lt;h1&gt;
  
  
  Scoop?
&lt;/h1&gt;

&lt;p&gt;If you develop on Windows and have not heard of Scoop before, you're in for a treat. It is a package manager &lt;a href="https://github.com/lukesampson/scoop"&gt;developed by Luke Sampson and contributors&lt;/a&gt; with community maintained buckets (repositories). These contain pure json manifests that tell Scoop how to download, install and update apps. Since Scoop installs to a subfolder of your user directory by default, everything is in one place and admin privileges are not needed. Perfect for dev tools!&lt;/p&gt;

&lt;h1&gt;
  
  
  Shovel?
&lt;/h1&gt;

&lt;p&gt;Incredible sense for naming, I know. Having used &lt;a href="https://brew.sh/"&gt;Homebrew&lt;/a&gt; before, I found that I used the &lt;a href="https://formulae.brew.sh/"&gt;Formulae&lt;/a&gt; page more often to search for apps than &lt;code&gt;brew search&lt;/code&gt;. As such, I tried to do the same for Scoop, but had to revert to &lt;code&gt;scoop search&lt;/code&gt; quite often. No search in form of a web app (that I knew of) was available, and search engine coverage of the manifests on GitHub seemed to be spotty.&lt;/p&gt;

&lt;p&gt;Cue &lt;a href="https://shovel.sh"&gt;Shovel&lt;/a&gt;, an after-work project to make searching for Scoop manifests just a bit more streamlined.&lt;/p&gt;

&lt;h1&gt;
  
  
  So?
&lt;/h1&gt;

&lt;p&gt;Try out how &lt;a href="https://shovel.sh"&gt;Shovel&lt;/a&gt; fits into your workflow! Please report issues or even submit pull requests to the &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/mertd/shovel"&gt;web app repo&lt;/a&gt; containing the React SPA (JavaScript)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/mertd/shovel-data"&gt;data repo&lt;/a&gt; containing the Go script that pulls all manifest data together to make it searchable client-side.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project has mainly been a playground for me so far, i.e. containing my first steps in Go. If it can improve your workflow too, even better!&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>scoop</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
