<?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: Logan Riedley</title>
    <description>The latest articles on DEV Community by Logan Riedley (@lrriedley).</description>
    <link>https://dev.to/lrriedley</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%2F3872385%2F3ecc1182-5caf-47fe-901b-1d7af5e53177.png</url>
      <title>DEV Community: Logan Riedley</title>
      <link>https://dev.to/lrriedley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lrriedley"/>
    <language>en</language>
    <item>
      <title>a Mac app that turns //TODO comments into GitHub issues automatically</title>
      <dc:creator>Logan Riedley</dc:creator>
      <pubDate>Fri, 10 Apr 2026 19:30:01 +0000</pubDate>
      <link>https://dev.to/lrriedley/a-mac-app-that-turns-todo-comments-into-github-issues-automatically-1eg7</link>
      <guid>https://dev.to/lrriedley/a-mac-app-that-turns-todo-comments-into-github-issues-automatically-1eg7</guid>
      <description>&lt;h1&gt;
  
  
  Bar Ticket
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://night-district.github.io/bar-ticket-site/?utm_source=dev_to&amp;amp;utm_campaign=initial_post" rel="noopener noreferrer"&gt;Download Now&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You write &lt;code&gt;//TODO:&lt;/code&gt; comments all day. You file maybe 10% of them as GitHub issues. The rest die in your codebase. You know it. I knew it. So I fixed it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bar Ticket&lt;/strong&gt; is a macOS menu bar app that watches your files and automatically creates a GitHub issue the moment you save a TODO comment. No browser tab. No form. No copy-pasting. No context switching. &lt;/p&gt;

&lt;p&gt;Just &lt;code&gt;⌘ + S&lt;/code&gt; and it's done.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight swift"&gt;&lt;code&gt;&lt;span class="c1"&gt;//TODO: fix/login&lt;/span&gt;
&lt;span class="c1"&gt;// Fix login timeout on slow networks&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;You type that comment in &lt;strong&gt;any editor&lt;/strong&gt; — VS Code, Xcode, Vim, Cursor, Zed, whatever you use&lt;/li&gt;
&lt;li&gt;You hit &lt;code&gt;⌘ S&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Bar Ticket detects the new TODO via file system events, resolves your GitHub remote from your git config, and creates the issue on the correct repo&lt;/li&gt;
&lt;li&gt;The macOS notch animates to confirm — detecting → creating → confirmed&lt;/li&gt;
&lt;li&gt;Your comment gets &lt;code&gt;(#42 github.com/...)&lt;/code&gt; appended automatically so you never lose the link&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The whole thing takes about two seconds. You never leave your editor.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;I kept finding TODOs in old code with zero corresponding issues. "Fix this later" is only useful if &lt;em&gt;later&lt;/em&gt; has a ticket. The friction of switching to GitHub, creating an issue, copying the title, and coming back was just enough to make me skip it constantly.&lt;/p&gt;

&lt;p&gt;The fix had to be zero friction. Not a CLI command. Not a keyboard shortcut I had to remember. Just the thing I was already doing — writing the comment and saving.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Requires macOS 14.0+. Free download.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://night-district.github.io/bar-ticket-site/?utm_source=dev_to&amp;amp;utm_campaign=initial_post" rel="noopener noreferrer"&gt;&lt;strong&gt;Download Bar Ticket →&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear how it fits (or doesn't fit) your workflow. Drop a comment with your feedback.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F65vgw2xd38ut55ef78yw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F65vgw2xd38ut55ef78yw.png" alt=" " width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>startup</category>
      <category>github</category>
      <category>swift</category>
    </item>
  </channel>
</rss>
