<?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: Lusan Sapkota</title>
    <description>The latest articles on DEV Community by Lusan Sapkota (@lusan_sapkota).</description>
    <link>https://dev.to/lusan_sapkota</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%2F2234407%2F063b5867-8ec0-495f-88d0-a8f75782a612.jpeg</url>
      <title>DEV Community: Lusan Sapkota</title>
      <link>https://dev.to/lusan_sapkota</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lusan_sapkota"/>
    <language>en</language>
    <item>
      <title>Introducing TimeRing – My First .deb Release for Linux Users</title>
      <dc:creator>Lusan Sapkota</dc:creator>
      <pubDate>Fri, 11 Jul 2025 15:00:23 +0000</pubDate>
      <link>https://dev.to/lusan_sapkota/introducing-timering-my-first-deb-release-for-linux-users-4e4g</link>
      <guid>https://dev.to/lusan_sapkota/introducing-timering-my-first-deb-release-for-linux-users-4e4g</guid>
      <description>&lt;p&gt;I'm excited to launch &lt;strong&gt;TimeRing&lt;/strong&gt;, my first desktop timer application packaged as a &lt;code&gt;.deb&lt;/code&gt; release! 🎉&lt;/p&gt;

&lt;p&gt;TimeRing is a lightweight yet powerful Linux timer built with &lt;strong&gt;Python 3.11+&lt;/strong&gt; and &lt;strong&gt;PyQt5&lt;/strong&gt; perfect for anyone using Pomodoro, managing tasks, or simply staying focused.&lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Features You'll Love
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Run multiple timers at once
&lt;/li&gt;
&lt;li&gt;Custom audio alerts
&lt;/li&gt;
&lt;li&gt;Add names, description, and durations
&lt;/li&gt;
&lt;li&gt;Smart focus on the most important timer
&lt;/li&gt;
&lt;li&gt;Smooth and intuitive PyQt UI
&lt;/li&gt;
&lt;li&gt;Persistent state (auto-restore)
&lt;/li&gt;
&lt;li&gt;Native desktop notifications (KDE, GNOME, XFCE tested)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📦 My First &lt;code&gt;.deb&lt;/code&gt; Release
&lt;/h2&gt;

&lt;p&gt;TimeRing is now available as a &lt;strong&gt;&lt;code&gt;.deb&lt;/code&gt; package&lt;/strong&gt; for easy installation:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;wget https://sourceforge.net/projects/timering/files/TimeRing_1.0.0.deb/download
&lt;span class="nb"&gt;sudo &lt;/span&gt;dpkg &lt;span class="nt"&gt;-i&lt;/span&gt; TimeRing_1.0.0.deb
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://github.com/Lusan-sapkota/TimeRing" rel="noopener noreferrer"&gt;View Github&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sourceforge.net/projects/timering/" rel="noopener noreferrer"&gt;View Sourceforge&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Introducing Smart-Shell — Your AI-Powered Terminal Assistant</title>
      <dc:creator>Lusan Sapkota</dc:creator>
      <pubDate>Tue, 01 Jul 2025 08:36:15 +0000</pubDate>
      <link>https://dev.to/lusan_sapkota/ntroducing-smart-shell-your-ai-powered-terminal-assistant-1a1d</link>
      <guid>https://dev.to/lusan_sapkota/ntroducing-smart-shell-your-ai-powered-terminal-assistant-1a1d</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;I’m excited to release v1.0.0 of Smart-Shell!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;What is Smart-Shell?&lt;br&gt;
A modern, AI-assisted terminal tool (not a wrapper) that lets you write commands in natural language, and executes them safely, backed by Google Gemini, intelligent risk analysis, and real-time web-enhanced context.&lt;/p&gt;

&lt;p&gt;🔥 Features:&lt;/p&gt;

&lt;p&gt;🧠 Plain English → Bash/Zsh Commands&lt;/p&gt;

&lt;p&gt;🛡️ Four-level safety checks before execution&lt;/p&gt;

&lt;p&gt;🔀 Gemini Pro/Flash/Legacy model support with cost warnings&lt;/p&gt;

&lt;p&gt;💬 Interactive REPL with special commands (!help, !update, !creator, etc.)&lt;/p&gt;

&lt;p&gt;🌐 Web search integration&lt;/p&gt;

&lt;p&gt;🖥️ CLI tab completion, desktop entry, sudo handling&lt;/p&gt;

&lt;p&gt;📦 Install via pipx or standalone&lt;/p&gt;

&lt;p&gt;📘 &lt;a href="https://lusan-sapkota.github.io/smart-shell/" rel="noopener noreferrer"&gt;Docs&lt;/a&gt;&lt;br&gt;&lt;br&gt;
💻 &lt;a href="https://github.com/Lusan-sapkota/smart-shell" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Contributions and feedback welcome! 🛠️&lt;/p&gt;

</description>
      <category>cli</category>
      <category>programming</category>
      <category>tooling</category>
    </item>
    <item>
      <title>I Just Revamped My Dev Platform: Custom CMS, Subdomains, &amp; Real Projects 🚀</title>
      <dc:creator>Lusan Sapkota</dc:creator>
      <pubDate>Sun, 29 Jun 2025 09:46:51 +0000</pubDate>
      <link>https://dev.to/lusan_sapkota/i-just-revamped-my-dev-platform-custom-cms-subdomains-real-projects-43g</link>
      <guid>https://dev.to/lusan_sapkota/i-just-revamped-my-dev-platform-custom-cms-subdomains-real-projects-43g</guid>
      <description>&lt;p&gt;👋 Hey Devs!&lt;/p&gt;

&lt;p&gt;I just revamped my developer platform and portfolio — everything built from scratch, no templates, no page builders.&lt;/p&gt;

&lt;p&gt;🔧 What’s New:&lt;br&gt;
My own content management system (CMS)&lt;/p&gt;

&lt;p&gt;A clean, responsive design system&lt;/p&gt;

&lt;p&gt;Live portfolio at &lt;a href="https://lusansapkota.com.np/" rel="noopener noreferrer"&gt;lusansapkota.com.np&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🌐 Subdomains with Purpose:&lt;br&gt;
wiki. — dev articles, project wikis, notes&lt;/p&gt;

&lt;p&gt;git. — project mirrors and code links&lt;/p&gt;

&lt;p&gt;shop. — templates, tools, and SaaS (launching soon)&lt;/p&gt;

&lt;p&gt;donation. — support my open-source work&lt;/p&gt;

&lt;p&gt;I built this to showcase not just my skills, but my vision — to launch real, useful platforms and tools over the next year.&lt;/p&gt;

&lt;p&gt;Would love your feedback or ideas for new features!&lt;/p&gt;

</description>
      <category>portfolio</category>
      <category>softwaredevelopment</category>
      <category>saas</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Let's go, GitHub Hackathon.</title>
      <dc:creator>Lusan Sapkota</dc:creator>
      <pubDate>Fri, 10 Jan 2025 02:13:23 +0000</pubDate>
      <link>https://dev.to/lusan_sapkota/lets-go-github-hackathon-1oni</link>
      <guid>https://dev.to/lusan_sapkota/lets-go-github-hackathon-1oni</guid>
      <description>&lt;p&gt;So excited 🙌&lt;/p&gt;

</description>
      <category>githubchallenge</category>
      <category>webdev</category>
      <category>python</category>
    </item>
  </channel>
</rss>
