<rss version="2.0">
  <channel>
    <title>Screencasts on Leon Mika</title>
    <link>https://lmika.org/categories/screencasts/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Wed, 16 Sep 2026 22:42:22 +1000</lastBuildDate>
    
    <item>
      <title>New Web Tool: Queued Pastes</title>
      <link>https://lmika.org/2026/09/16/new-web-tool-queued-pastes.html</link>
      <pubDate>Wed, 16 Sep 2026 22:42:22 +1000</pubDate>
      
      <guid>http://lmika.micro.blog/2026/09/16/new-web-tool-queued-pastes.html</guid>
      <description>&lt;p&gt;Added a new tool to my collection of online tools called &lt;a href=&#34;https://tools.lmika.app/queued-pastes/&#34;&gt;Queued Paste&lt;/a&gt;. It&amp;rsquo;s a small utility that will copy the contents of a text area one line at a time, with or without new-lines.&lt;/p&gt;
&lt;p&gt;&lt;video src=&#34;https://cdn.uploads.micro.mov/25293/2026/queued-pastes-screencast/playlist.m3u8&#34; poster=&#34;https://cdn.uploads.micro.blog/25293/2026/frames/1858892-0-41c118.jpg&#34; width=&#34;1280&#34; height=&#34;720&#34; controls=&#34;controls&#34; preload=&#34;metadata&#34;&gt;&lt;/video&gt;&lt;/p&gt;
&lt;p&gt;I got the idea while I was setting up Stripe web-hook events. I would have a list of events to enable in a text file, but the Stripe&amp;rsquo;s dashboard only accepted a single event in their filter. So I had to go back and forth between my editor and Stripe, selecting a line, copying it, and pasting it in the filter.&lt;/p&gt;
&lt;p&gt;While this tool won&amp;rsquo;t get rid of the app switching, I no longer need to select and copy each individual line manually anymore. I can copy the entire block into the text-area, and when I enable &amp;ldquo;Copy lines&amp;rdquo;, the first line will be copied to the pasteboard. After pasting it, I can click &amp;ldquo;Advance&amp;rdquo; to copy the next line.  If &amp;ldquo;Advance on focus&amp;rdquo; is enabled, I don&amp;rsquo;t even need to do that; simply switching to the browser should copy the next line.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not perfect: command-tabbing seems to cause the browser to loose paste permissions. And it would&amp;rsquo;ve been nice if I could just listen to paste events and advance to the next line without switching. Arguably, a proper app would be better for this. It doesn&amp;rsquo;t seem large enough to justify one, though. Maybe as a feature for an existing clipboard manager.&lt;/p&gt;
&lt;p&gt;Either way, I look forward to trying it out next time I&amp;rsquo;m dealing with web-hook events.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>