<?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: Bunch</title>
    <description>The latest articles on DEV Community by Bunch (@paulbunch).</description>
    <link>https://dev.to/paulbunch</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%2F4095002%2Fcd577cad-5855-4ad3-a930-b83f2aba7a52.png</url>
      <title>DEV Community: Bunch</title>
      <link>https://dev.to/paulbunch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paulbunch"/>
    <language>en</language>
    <item>
      <title>I built a Linux reminder CLI because sleep &amp;&amp; notify-send dies on reboot</title>
      <dc:creator>Bunch</dc:creator>
      <pubDate>Wed, 26 Aug 2026 13:12:14 +0000</pubDate>
      <link>https://dev.to/paulbunch/i-built-a-linux-reminder-cli-because-sleep-notify-send-dies-on-reboot-895</link>
      <guid>https://dev.to/paulbunch/i-built-a-linux-reminder-cli-because-sleep-notify-send-dies-on-reboot-895</guid>
      <description>&lt;p&gt;I used to do this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;sleep &lt;/span&gt;25m &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; notify-send &lt;span class="s2"&gt;"Tea is ready"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;It works until the laptop sleeps, the terminal closes, or you reboot. Then the timer is just gone.&lt;/p&gt;

&lt;p&gt;I wanted one-shot reminders that survive that — and actually interrupt me. Not another todo list.&lt;/p&gt;

&lt;p&gt;So I wrote &lt;strong&gt;rmd&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  The interface
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;rmd +25m Tea is ready
rmd tomorrow 15:00 Join release call
rmd fri 22:00 Shut up and go to bed
rmd
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;&lt;code&gt;rmd&lt;/code&gt; with no args lists what's coming. Relative durations, weekdays, ISO dates. Quotes optional.&lt;/p&gt;
&lt;h2&gt;
  
  
  What it is not
&lt;/h2&gt;

&lt;p&gt;Not a task manager. No recurring projects, no kanban, no "someday". Push notifications are reserved for time-bound things: food on the stove, a call in 10 minutes.&lt;/p&gt;
&lt;h2&gt;
  
  
  What it does that &lt;code&gt;sleep&lt;/code&gt; doesn't
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Daemon via systemd user service (or auto-spawned by the CLI)&lt;/li&gt;
&lt;li&gt;State in &lt;code&gt;~/.local/state/rmd/reminders.json&lt;/code&gt; — reboot-safe&lt;/li&gt;
&lt;li&gt;If the machine was off, missed reminders come back as one grouped notification&lt;/li&gt;
&lt;li&gt;Desktop notifications over D-Bus (Dunst, Mako, Fnott, SwayNC, DE built-in)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Linux + a notification daemon. Built in Rust.&lt;/p&gt;
&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/PaulBunch" rel="noopener noreferrer"&gt;
        PaulBunch
      &lt;/a&gt; / &lt;a href="https://github.com/PaulBunch/rmd" rel="noopener noreferrer"&gt;
        rmd
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      One-shot Linux reminders that survive reboot and show up as desktop notifications
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;rmd&lt;/h1&gt;
&lt;/div&gt;

&lt;p&gt;&lt;a href="https://github.com/PaulBunch/rmd/releases/latest" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/52d93997d3bdc47f45621d9d5cdfb95c2da76260146189b5f8b26b448b70e602/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f5061756c42756e63682f726d64" alt="GitHub release"&gt;&lt;/a&gt;
&lt;a href="https://crates.io/crates/rmd-cli" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/97fa900f4e4e1b5d67a036f219cbaced001826a3ff937b84128bb82446cbdc6a/68747470733a2f2f696d672e736869656c64732e696f2f6372617465732f762f726d642d636c692e737667" alt="Crates.io"&gt;&lt;/a&gt;
&lt;a href="https://github.com/PaulBunch/rmd/LICENSE" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667" alt="License: MIT"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A lightweight, reliable reminder daemon and CLI for Linux.&lt;/p&gt;
&lt;p&gt;Set one-shot reminders that survive reboots and show up as desktop notifications.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Philosophy:&lt;/strong&gt; &lt;code&gt;rmd&lt;/code&gt; is not a task manager. It is a zero-friction, hard-interrupt system designed to protect your flow state—reserving push notifications strictly for urgent, time-bound events (like food on the stove or an immediate meeting). Read the full &lt;a href="https://github.com/PaulBunch/rmd/docs/VISION.md" rel="noopener noreferrer"&gt;Design Vision&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
  &lt;a rel="noopener noreferrer" href="https://private-user-images.githubusercontent.com/134164648/641047192-c6b2d4fc-9ebd-41e4-8051-6dace1fb8463.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODc3NTAyMzQsIm5iZiI6MTc4Nzc0OTkzNCwicGF0aCI6Ii8xMzQxNjQ2NDgvNjQxMDQ3MTkyLWM2YjJkNGZjLTllYmQtNDFlNC04MDUxLTZkYWNlMWZiODQ2My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwODI2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDgyNlQxMzEyMTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MWU4YjhmMWM5ODMyYmUxMmI4Yzc1YzA4YWVmYmYwYmU0MmQwZGNjNmYzODM1ZGU2OTk1MGM1MWI1ZjNhOGI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ._gUZ4S9bYFB_oRKr5aDLgzUl3fAIY9hT9wBDzoUjjDo"&gt;&lt;img width="959" height="539" alt="rmd CLI usage example" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fprivate-user-images.githubusercontent.com%2F134164648%2F641047192-c6b2d4fc-9ebd-41e4-8051-6dace1fb8463.png%3Fjwt%3DeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODc3NTAyMzQsIm5iZiI6MTc4Nzc0OTkzNCwicGF0aCI6Ii8xMzQxNjQ2NDgvNjQxMDQ3MTkyLWM2YjJkNGZjLTllYmQtNDFlNC04MDUxLTZkYWNlMWZiODQ2My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwODI2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDgyNlQxMzEyMTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT03MWU4YjhmMWM5ODMyYmUxMmI4Yzc1YzA4YWVmYmYwYmU0MmQwZGNjNmYzODM1ZGU2OTk1MGM1MWI1ZjNhOGI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZyZXNwb25zZS1jb250ZW50LXR5cGU9aW1hZ2UlMkZwbmcifQ._gUZ4S9bYFB_oRKr5aDLgzUl3fAIY9hT9wBDzoUjjDo" class="js-gh-image-fallback"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Features&lt;/h2&gt;
&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;Simple CLI: &lt;code&gt;rmd +25m Tea is ready&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Background daemon (auto-started by CLI or managed via &lt;code&gt;systemd&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Persistent storage (&lt;code&gt;~/.local/state/rmd/reminders.json&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Missed reminders handling (grouped notification when the system was offline)&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Requirements&lt;/h2&gt;
&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;Linux (x86_64 or aarch64)&lt;/li&gt;
&lt;li&gt;A D-Bus notification daemon (e.g., Fnott, Mako, Dunst, SwayNC, or DE built-in)&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Installation&lt;/h2&gt;

&lt;/div&gt;

&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;Prebuilt Binary (Recommended)&lt;/h3&gt;

&lt;/div&gt;

&lt;p&gt;Downloads the pre-compiled static &lt;code&gt;musl&lt;/code&gt; binary and enables the systemd user service:&lt;/p&gt;

&lt;div class="highlight highlight-source-shell notranslate position-relative overflow-auto js-code-highlight"&gt;
&lt;pre&gt;curl -sSfL https://github.com/PaulBunch/rmd/releases/latest/download/rmd-linux-x86_64.tar.gz &lt;span class="pl-k"&gt;|&lt;/span&gt; tar -xz
install -Dm755 rmd &lt;span class="pl-k"&gt;~&lt;/span&gt;/.local/bin/rmd
install -Dm644 rmd.service &lt;span class="pl-k"&gt;~&lt;/span&gt;/.config/systemd/user/rmd.service
systemctl --user daemon-reload
systemctl --user &lt;/pre&gt;…
&lt;/div&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/PaulBunch/rmd" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;cargo &lt;span class="nb"&gt;install &lt;/span&gt;rmd-cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Prebuilt binaries are in the &lt;a href="https://github.com/PaulBunch/rmd/releases" rel="noopener noreferrer"&gt;GitHub releases&lt;/a&gt; if you prefer not to compile.&lt;/p&gt;




&lt;p&gt;If you also got tired of &lt;code&gt;sleep &amp;amp;&amp;amp; notify-send&lt;/code&gt;, that's the whole pitch.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>linux</category>
      <category>rust</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
