<?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>Forem: Usan</title>
    <description>The latest articles on Forem by Usan (@usan).</description>
    <link>https://forem.com/usan</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%2F681536%2Ffa72d300-14c8-46bb-abd9-f5c82a98049e.png</url>
      <title>Forem: Usan</title>
      <link>https://forem.com/usan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/usan"/>
    <language>en</language>
    <item>
      <title>Mini CLI Productivity Tool – GitHub Copilot CLI Challenge</title>
      <dc:creator>Usan</dc:creator>
      <pubDate>Sun, 15 Feb 2026 16:32:54 +0000</pubDate>
      <link>https://forem.com/usan/mini-cli-productivity-tool-github-copilot-cli-challenge-556</link>
      <guid>https://forem.com/usan/mini-cli-productivity-tool-github-copilot-cli-challenge-556</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hello. My name is Usanase and I am participating in the GitHub Copilot CLI Challenge.I should specify that I signed up for this challenge yesterday, on the 14th of February 2026.&lt;/p&gt;

&lt;p&gt;I installed and configured the Copilot CLI, but my free plan quota was reached, so I could not use Copilot for code generation.&lt;/p&gt;

&lt;p&gt;Instead, I built a Mini CLI Productivity Tool manually in Node.js. It supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Adding tasks&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Listing tasks&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Marking tasks as done&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deleting tasks&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All tasks are stored in a JSON file, and the tool is fully tested in PowerShell.&lt;/p&gt;

&lt;p&gt;This project demonstrates my ability to problem-solve, implement CLI tools, and work independently even when automated tools are unavailable. The full project is on my &lt;a href="https://github.com/usanCode/Github_Copilot_CLI_Challenge" rel="noopener noreferrer"&gt;GitHub repository&lt;/a&gt;&lt;br&gt;
.&lt;/p&gt;

&lt;h2&gt;
  
  
  How an unknown user can use this tool?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flhdnlmmns5lflfg8pse9.GIF" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flhdnlmmns5lflfg8pse9.GIF" alt=" " width="977" height="593"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1.Clone or download the repo&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;git clone &lt;a href="https://github.com/your-username/your-repo.git" rel="noopener noreferrer"&gt;https://github.com/your-username/your-repo.git&lt;/a&gt;&lt;br&gt;
cd your-repo&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;2.Make sure Node.js is installed&lt;/strong&gt;&lt;br&gt;
They need Node.js installed on their computer (&lt;a href="https://nodejs.org/" rel="noopener noreferrer"&gt;https://nodejs.org/&lt;/a&gt;&lt;br&gt;
).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3.Check that tasks.json exists&lt;/strong&gt;&lt;br&gt;
If not, create it:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;[]&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;4.Run the CLI commands in terminal / PowerShell&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;node index.js add "Sample Task"&lt;br&gt;
node index.js list&lt;br&gt;
node index.js done 1&lt;br&gt;
node index.js delete 1&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Tasks are stored locally in tasks.json&lt;/strong&gt;&lt;br&gt;
So every user has their own copy of tasks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key points:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This tool cannot run directly in the browser — it’s a Node.js CLI app.&lt;/li&gt;
&lt;li&gt;Anyone who downloads it can run it on their computer if Node.js is installed&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
