<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cli on zizani.dev</title><link>https://zizani.dev/tags/cli/</link><description>Recent content in Cli on zizani.dev</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 10 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://zizani.dev/tags/cli/index.xml" rel="self" type="application/rss+xml"/><item><title>Writing cli tools for fun</title><link>https://zizani.dev/devlog/2026-05-10-writing-cli-tools/</link><pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate><guid>https://zizani.dev/devlog/2026-05-10-writing-cli-tools/</guid><description>&lt;h2 id="a-simple-problem"&gt;A simple problem&lt;/h2&gt;
&lt;p&gt;It usually starts with a single task to be done. Single, simple that can be done by hand. For instance, I try to add a three-lines header for each file of any projects I work on.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-txt" data-lang="txt"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;# Copyright (C) 2023 Rémy Cases
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;# See LICENSE file for extended copyright information.
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;# This file is part of adventOfCode project from https://github.com/remyCases/adventOfCode.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Even though, I almost work under MIT, I like the idea that someone could stumble upon my code and will immediatly look for the rest of the project. Well, I did it in the past, so I like the idea. The main problem is the lack of discipline, in all projects (without any exception) I forgot some headers.&lt;/p&gt;</description></item></channel></rss>