rbw-tui written by a human (me ((send help!!)))
  • Go 98.4%
  • Makefile 1.6%
Find a file
2026-07-14 17:45:53 +02:00
cmd fixing some go best practises 2026-07-14 17:45:53 +02:00
internal fixing some go best practises 2026-07-14 17:45:53 +02:00
.gitignore fixing some problems 2026-07-13 14:05:57 +02:00
go.mod fixing some go best practises 2026-07-14 17:45:53 +02:00
go.sum fixing some go best practises 2026-07-14 17:45:53 +02:00
makefile fixing some problems 2026-07-13 14:05:57 +02:00
README.md adding readme bee boo bee boo 2026-07-08 23:51:27 +02:00

rbwault

(a go tui written by me, a human.. Also this is my first ever go project....)

This is a rewrite from me, a human, because i had done this before with AI, which i felt was pretty nice, but it was getting more and more frustrating to tell the AI to move this specific window 3 pixels to there, or make this exact color a bit different, or change this word's color... The list goes on.

So i started with go.. Now having a parser in under 200 lines. Go feels.. Nice.

Usage

Currently, there is nothing much here.

Instructions

  • install: make install (installs to ~/.local/bin/rbwault)
  • build: make build (builds to ./rbwault)
  • run: make run