<?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: RadnusD</title>
    <description>The latest articles on DEV Community by RadnusD (@radnusd).</description>
    <link>https://dev.to/radnusd</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4131047%2F85218394-2e8d-444e-abd5-66b8d14b3486.png</url>
      <title>DEV Community: RadnusD</title>
      <link>https://dev.to/radnusd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/radnusd"/>
    <language>en</language>
    <item>
      <title>Building StickyShell: A Desktop Sticky Note That Runs Shell Commands</title>
      <dc:creator>RadnusD</dc:creator>
      <pubDate>Fri, 18 Sep 2026 07:29:22 +0000</pubDate>
      <link>https://dev.to/radnusd/building-stickyshell-a-desktop-sticky-note-that-runs-shell-commands-186h</link>
      <guid>https://dev.to/radnusd/building-stickyshell-a-desktop-sticky-note-that-runs-shell-commands-186h</guid>
      <description>&lt;p&gt;Have you ever found yourself juggling terminal commands, curl one-liners, Docker snippets, and diagnostic scripts across ten different browser tabs, text files, and sticky notes?&lt;/p&gt;

&lt;p&gt;I kept running into this issue during daily development. Traditional sticky notes are great for quick thoughts, but useless when you actually want to run a command. Full IDEs and terminals are powerful, but too heavy for quick throwaway scratchpads.&lt;/p&gt;

&lt;p&gt;To bridge this gap, I built StickyShell Home — a lightweight cross-platform desktop sticky note that doubles as an instant executable shell scratchpad.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Makes It Different?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Dual Execution Modes
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Inline Capture Mode (Ctrl + Enter): Runs the command in the background and renders stdout and stderr directly into a slide-out drawer with a 1-click copy button.&lt;/li&gt;
&lt;li&gt;External System Console (Ctrl + Shift + Enter): Spawns an interactive terminal window for interactive workflows.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Persistent Accidental Delete Recovery (Ctrl + Z)
&lt;/h3&gt;

&lt;p&gt;Ever closed a sticky note and immediately lost that important snippet? StickyShell maintains an active undo stack that persists even across full application restarts. Pressing Ctrl + Z brings back your deleted note.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. LaTeX Math &amp;amp; Markdown Checklists
&lt;/h3&gt;

&lt;p&gt;Write formatted notes, task checklists, and complex mathematical formulas with built-in instant KaTeX rendering.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. 100% Offline &amp;amp; Private
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Zero accounts, zero telemetry, zero remote tracking.&lt;/li&gt;
&lt;li&gt;All notes and configurations are stored purely on your local hard drive in clean JSON files.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Tech Stack &amp;amp; Architecture
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Backend: Built with Rust and Tauri v2 for sub-millisecond startup times, minimal memory consumption, and a tiny installer size (~3.2 MB).&lt;/li&gt;
&lt;li&gt;Frontend: Clean vanilla JavaScript and hardened Content Security Policy (CSP).&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Getting Started &amp;amp; Downloads
&lt;/h2&gt;

&lt;p&gt;You can install StickyShell on Windows via the Windows Package Manager:&lt;/p&gt;

&lt;p&gt;winget install StickyShell&lt;/p&gt;

&lt;p&gt;Cross-platform binaries are also available for Windows (.exe / .msi), macOS (.dmg), and Linux (.AppImage / .deb / .rpm):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Repository &amp;amp; Releases: &lt;a href="https://github.com/RadnusD/stickyshell-home" rel="noopener noreferrer"&gt;https://github.com/RadnusD/stickyshell-home&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Project Landing Page: &lt;a href="https://RadnusD.github.io/stickyshell-home/" rel="noopener noreferrer"&gt;https://RadnusD.github.io/stickyshell-home/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'd love to hear your feedback, thoughts, and ideas for what tools or features you would like to see in future updates!&lt;/p&gt;

</description>
      <category>rust</category>
      <category>productivity</category>
      <category>devtool</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
