<?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: Gennaro Biondi</title>
    <description>The latest articles on DEV Community by Gennaro Biondi (@gennarobiondi).</description>
    <link>https://dev.to/gennarobiondi</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%2F3967127%2Fd6844ddd-d5d2-4572-b9b4-fb4177347949.jpeg</url>
      <title>DEV Community: Gennaro Biondi</title>
      <link>https://dev.to/gennarobiondi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gennarobiondi"/>
    <language>en</language>
    <item>
      <title>I built a Rust CLI because I kept forgetting to open my todo app</title>
      <dc:creator>Gennaro Biondi</dc:creator>
      <pubDate>Wed, 03 Jun 2026 20:36:01 +0000</pubDate>
      <link>https://dev.to/gennarobiondi/i-built-a-rust-cli-because-i-kept-forgetting-to-open-my-todo-app-46cc</link>
      <guid>https://dev.to/gennarobiondi/i-built-a-rust-cli-because-i-kept-forgetting-to-open-my-todo-app-46cc</guid>
      <description>&lt;p&gt;I always wanted to organize my tasks in a todo app, but because the habit was new, the next day i would always forget the existence of it. So i built something that opens itself (or, well, whenever your terminal does, by default)&lt;/p&gt;

&lt;p&gt;Meet Amnosia. The CLI Tool that opens whenever your terminal does.&lt;br&gt;
It's different from a regular todo app, because it gets in your face (in a good way!)&lt;/p&gt;
&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;p&gt;To install, you can just clone the repo on github and then use cargo to put it in your PATH.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/GennaroBiondi/amnosia
&lt;span class="nb"&gt;cd &lt;/span&gt;amnosia
cargo &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;--path&lt;/span&gt; &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Usage
&lt;/h2&gt;

&lt;p&gt;adding reminders, seeing them, and deleting them, is as easy as three commands:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Info&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;amnosia mind "ENTRY"&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Add an entry&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;amnosia remind&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Lists all reminders&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;amnosia demind&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Remove an entry by fuzzy searching through all the entries&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;amnosia --help&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Display more detailed info about the program&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  The magic part
&lt;/h2&gt;

&lt;p&gt;Add this to your &lt;code&gt;.zshrc&lt;/code&gt; or &lt;code&gt;.bashrc&lt;/code&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;amnosia remind &lt;span class="nt"&gt;-n&lt;/span&gt; 7
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now every time you open a terminal, your reminders are right there.&lt;br&gt;
No app to open. No habit to build.&lt;/p&gt;

&lt;p&gt;You can view more &lt;a href="https://github.com/GennaroBiondi/amnosia" rel="noopener noreferrer"&gt;here on github&lt;/a&gt;&lt;/p&gt;

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