package main
import (
"fmt"
"curiosity"
"linux"
"tooling"
)
type Kitsune struct {
Name string
Alias string
Focus []string
Mantra string
}
func main() {
me := Kitsune{
Name: "Arthur Augusto",
Alias: "KitsuneSemCalda",
Focus: []string{"Kernels", "Linux Internals", "Experimental Tooling"},
Mantra: "lost the tail, kept the curiosity",
}
fmt.Println(me.Introduce())
}#include "cest.h"
describe("KitsuneSemCalda", {
it("lost its tail, kept its curiosity", {
expect(Cest).toBeA("header-only C testing framework");
expect(ghCleaner).toBeA("Go CLI for GitHub cleanup");
});
it("explores systems deeply", {
expect(linux).toBeInfinite();
expect(kernel).toBe(endlesslyFascinating);
});
});| Project | Lang | Description |
|---|---|---|
| Cest | Makefile | A C-based test unit engine like javascript testing tool Jest / golang testing tool Gest |
| gh-cleaner | Go | A small command line interface to clean github using .netrc, bayes theorem and prompt-ui |
| omarchy-sword-art-theme | Python | An Omarchy theme inspired by Season 1 of Sword Art Online — carbon-black Aincrad system windows with a cyan 'Link Start' glow |
| iae | Shell | Tmux-based agentic-dev TUI for Omarchy Linux — editor, agent, shell, and git/logs panes in one script |
| Feader-RSS | Go | An Omarchy plugin to read RSS offline, with local caching, full-text search, and OPML support. |
| Project | PRs | Stars |
|---|---|---|
| omacom/omarchy-site | 1 | 116 |
| Wheel-Smith/awesome-omarchy | 1 | 128 |




