<?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: GigaFable</title>
    <description>The latest articles on DEV Community by GigaFable (@gigafable).</description>
    <link>https://dev.to/gigafable</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%2F3265699%2F08798055-c5ba-4108-a5f4-7917a3c2adb1.png</url>
      <title>DEV Community: GigaFable</title>
      <link>https://dev.to/gigafable</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gigafable"/>
    <language>en</language>
    <item>
      <title>GitHub Issue Title in Oh My Posh Prompt</title>
      <dc:creator>GigaFable</dc:creator>
      <pubDate>Sat, 14 Jun 2025 20:13:56 +0000</pubDate>
      <link>https://dev.to/gigafable/github-issue-title-in-oh-my-posh-prompt-1m9f</link>
      <guid>https://dev.to/gigafable/github-issue-title-in-oh-my-posh-prompt-1m9f</guid>
      <description>&lt;p&gt;I am a hobbyist coder who has been doing this on and off for nearly 40 years (I started young).&lt;/p&gt;

&lt;p&gt;Recently, I decided to up my game and try to do things "right". In my private hobby project I started creating GitHub issues to break down the project into steps.&lt;/p&gt;

&lt;p&gt;I don't always stick to building one feature or fix at a time, I pivot and change direction and I think it's bad practice for me so I decided to make something to help.&lt;/p&gt;

&lt;p&gt;Now there's bash script that returns the issue title of the current issue you are working on if you use branches named issue/7 (or whatever number the issue is).&lt;/p&gt;

&lt;p&gt;It loads it with the GitHub CLI client &lt;code&gt;gh&lt;/code&gt; and caches it in a local JSON file so future requests load quickly (using &lt;code&gt;jq&lt;/code&gt;).&lt;/p&gt;

&lt;p&gt;The purpose is to use it in a bash prompt. I use a modified velvet theme from &lt;a href="https://ohmyposh.dev/" rel="noopener noreferrer"&gt;Oh My Posh&lt;/a&gt; to put it in mine.&lt;/p&gt;

&lt;p&gt;If you fancy this as part of your prompt (I put it on it's own line in mine) then I posted a gist with it &lt;a href="https://gist.github.com/GigaFable/69a5d85626fc15c80ca41126b51db55d" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ohmyposh</category>
      <category>bash</category>
      <category>github</category>
    </item>
  </channel>
</rss>
