# n: the command-line tool that I wrote without writing any code

DevFeed: [n: the command-line tool that I wrote without writing any code](<https://devfeed.tech/articles/n-the-command-line-tool-that-i-wrote-without-writing-any-code-28718.md>)

Original publisher: [Read original article](<https://le0nidas.gr/2026/01/04/n-the-command-line-tool-that-i-wrote-without-writing-any-code/>)

Author: Leonidas Partsas

Published: 2026-01-04T10:09:38Z

Content type: opinion

Language: en

Sources: [le0nidas](<https://devfeed.tech/sources/le0nidas.md>)

Topics: [Command-line interface](<https://devfeed.tech/topics/cli.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Warp](<https://devfeed.tech/topics/warp.md>), [Development](<https://devfeed.tech/topics/development.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [coding](<https://devfeed.tech/tags/coding.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [engineering-manager](<https://devfeed.tech/tags/engineering-manager.md>), [github](<https://devfeed.tech/tags/github.md>), [go](<https://devfeed.tech/tags/go.md>), [repo](<https://devfeed.tech/tags/repo.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>), [warp](<https://devfeed.tech/tags/warp.md>)

## AI overview

The author describes creating a command-line tool in an afternoon with Warp and coding-agent assistance, choosing Go for the initial implementation. The tool organizes dated notes about reports, supports tagging, editing, deletion, backups using GitHub, and multiple ways to view notes. The author also explains how beads helped manage tasks while keeping the coding agent's context focused.

## Source excerpt

There are three reasons I wanted to write this blog post: A tool in an afternoon The idea of a command line tool that will fit my needs was planted quite a while a go. Couldn't find the time or didn't have the energy to act on it so it remained just that, an idea. ... Continue reading n: the command-line tool that I wrote without writing any code ->