<?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: Shirobachi</title>
    <description>The latest articles on DEV Community by Shirobachi (@shirobachi).</description>
    <link>https://dev.to/shirobachi</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%2F532071%2Fe0a3fd06-148e-4504-9dad-f0aa0aa70dec.png</url>
      <title>DEV Community: Shirobachi</title>
      <link>https://dev.to/shirobachi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shirobachi"/>
    <language>en</language>
    <item>
      <title>Learn bash aliases like a boss</title>
      <dc:creator>Shirobachi</dc:creator>
      <pubDate>Sun, 07 May 2023 13:01:30 +0000</pubDate>
      <link>https://dev.to/shirobachi/learn-bash-aliases-like-a-boss-490h</link>
      <guid>https://dev.to/shirobachi/learn-bash-aliases-like-a-boss-490h</guid>
      <description>&lt;p&gt;Sup, fellow command-line wizards!&lt;/p&gt;

&lt;p&gt;You know what's wild? I installed some Git aliases in my zsh, and I'm like, "How the heck am I going to remember all these shortcuts?!"&lt;/p&gt;

&lt;p&gt;But then, boom! I got my thinker thinking, and I whipped up this rad little script. It runs before every command you enter, checking for matching aliases and giving you a heads up if any are available to make your life easier and cooler. &lt;/p&gt;

&lt;p&gt;Here's what it looks like:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--URLlGvhn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://i.imgur.com/L8NCNzm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--URLlGvhn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://i.imgur.com/L8NCNzm.png" alt="The screenshot what show that someone wrote  raw `git log` endraw  command and before command was executed console printed big attention text with several available aliases matches to your command :)" width="800" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Pretty groovy, right? I guarantee it's a total game-changer, and it's only going to get better as I tinker around with it.&lt;/p&gt;

&lt;p&gt;Wanna give this baby a spin? Seriously, you won't regret it. Just toss &lt;a href="https://gist.github.com/SimonHryszko/0f18759963101ece81aeab2e987c112d"&gt;this script&lt;/a&gt; into your &lt;code&gt;.zshrc&lt;/code&gt; file (or .bashrc, if that's your jam), and let the magic unfold.&lt;/p&gt;

&lt;p&gt;Any issues are welcome in &lt;a href="https://gist.github.com/SimonHryszko/0f18759963101ece81aeab2e987c112d"&gt;gist comment&lt;/a&gt; :)&lt;/p&gt;

&lt;p&gt;Stay funky, shell aficionados!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Covid cases report via GitHub action</title>
      <dc:creator>Shirobachi</dc:creator>
      <pubDate>Sun, 21 Nov 2021 05:51:35 +0000</pubDate>
      <link>https://dev.to/shirobachi/covid-cases-report-via-github-action-35ah</link>
      <guid>https://dev.to/shirobachi/covid-cases-report-via-github-action-35ah</guid>
      <description>&lt;h3&gt;
  
  
  My Workflow
&lt;/h3&gt;

&lt;p&gt;This workflow will every day 10:15 get from API covid cases and push this information to discord webhook specified as secret!&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Wacky Wildcards&lt;/p&gt;

&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--A9-wwsHG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/SimonHryszko"&gt;
        SimonHryszko
      &lt;/a&gt; / &lt;a href="https://github.com/SimonHryszko/covidReporter"&gt;
        covidReporter
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Github action to report status
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
covidReporter&lt;/h1&gt;
&lt;p&gt;GitHub's action to report status&lt;/p&gt;
&lt;p&gt;This repo contains pretty simple GitHub action what may inspirate you to fetch some data with purpose to push them to discord or other webhook.&lt;/p&gt;
&lt;p&gt;In this case this workflow fetch covid information daily 10:15 and push them to discord webhook. Webhook link you should put as secret called &lt;code&gt;WEBHOOK_URL&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/SimonHryszko/covidReporter"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;You can pretty easy custom the workflow time when run or even information what it gets. If you want use this API but different information have a look here to learn about endpoints: &lt;a href="https://coronavirus-tracker-api.herokuapp.com"&gt;https://coronavirus-tracker-api.herokuapp.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>actionshackathon21</category>
      <category>api</category>
    </item>
  </channel>
</rss>
