Skip to content
View KitsuneSemCalda's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@LunarPyOrg

Block or report KitsuneSemCalda

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KitsuneSemCalda/README.md
package main

import (
    "fmt"
    "curiosity"
    "linux"
    "tooling"
)

func main() {
    me := Developer{
        Name:     "Arthur Augusto",
        Alias:    "KitsuneSemCalda",
        Focus:    []string{"Kernels", "Linux Internals", "Experimental Tooling"},
        Mantra:   "where curiosity drives the code",
    }

    fmt.Println(me.Introduce())
}
#include "cest.h"

describe("KitsuneSemCalda", {

    it("builds low-level tooling", {
        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);
    });
});


🛠 Projects

Project Lang Description
Cest C/C++ Header-only unit testing framework — like Jest for C
gh-cleaner Go CLI to bulk-delete GitHub repos using Bayes + prompt-ui

Pinned Loading

  1. Feader-RSS Feader-RSS Public

    A Omarchy plugin to read RSS offline

    Go

  2. Sword-Art-Omarchy Sword-Art-Omarchy Public

    A Omarchy Theme highly inspired on Sword Art Online

    2

  3. gh-cleaner gh-cleaner Public

    A small command line interface to clean github using .netrc, bayes theorem and prompt-ui

    Go 4

  4. Cest Cest Public

    A C-based test unit engine like javascript testing tool Jest / golang testing tool Gest

    Makefile 4

  5. Dotfiles Dotfiles Public

    My personal configuration to daily using

    Perl