Skip to content
View RobertFlexx's full-sized avatar
💭
probably coding something
💭
probably coding something

Block or report RobertFlexx

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.

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
RobertFlexx/README.md

RobertFlexx

probably coding something

Fast, weird, low-level software.
shells • editors • file search • package managers • HTTP clients • UNIX-like systems

profile views


about me

I build software that tries to be direct, practical, and fast.

Most of what I make lives somewhere around:

  • command-line tools
  • systems programming
  • UNIX-style workflows
  • text editors and shells
  • file search / traversal
  • packaging and tooling
  • operating system experiments

From Axioms, Order.


featured stuff

ObeliskOS

A standalone UNIX-like OS with a practical minimal base, a CLI-first mindset, and a desktop-capable direction.

fastfind

Smart file search with fuzzy matching, content filters, natural language queries, interactive mode, and semantic code search.

raid

A low-level recursive file system traversal tool in Zig — fast, predictable, and unapologetically minimal.

tedit

A command-line text editor inspired by classic editor workflows, but with modern safety features and a lot more bite.

RSH / srsh

A Ruby shell with built-ins, autosuggestions, history tools, and quality-of-life features.

UnixImage

A GTK image writer for UNIX and UNIX-like systems, because apparently a lot of them still enjoy making simple things annoying.

Volt

A fast minimal HTTP client built in Odin.


what i like building

low-level tools
small binaries
fast workflows
unix-ish software
editors
shells
kernels
build tooling
stuff that probably should not exist, but does

philosophy

  • keep it fast
  • keep it understandable
  • keep it practical
  • avoid fluff
  • build real things
  • make the terminal fun again

github stats


currently messing with

  • operating systems
  • package managers
  • recursive file traversal
  • smart search tooling
  • terminal UX
  • weird language experiments

contact


less bloat. more software.

Pinned Loading

  1. fastfind fastfind Public

    Fast, smart file search with fuzzy matching and natural language queries

    Nim 17

  2. RSH RSH Public

    A Simple Ruby SHell (srsh), very feature-ful, and fills your needs.

    Ruby 4 1

  3. tedit tedit Public

    tedit - also stands for Tedit Editor, true ED in theory, or text edit. It is a simple command line text editor that serves as a general purpose CLI text editor.

    C++ 4

  4. FerriteOS FerriteOS Public

    This "OS" is completely standalone/original, it is a kernel-less "OS" that runs in your terminal. Read the documentation files for more info.

    C++ 3

  5. GLSL-Hallway-GPU-Benchmark GLSL-Hallway-GPU-Benchmark Public

    Raw GLSL shader i wrote myself, acts as the game map. Ray traced gpu benchmark, run with mangohud for results.

    GLSL 2

  6. sigmaboyihate/iris-build sigmaboyihate/iris-build Public

    simple build system with memorable and easy syntax

    C++