rbw-tui written by a human (me ((send help!!)))
- Go 98.4%
- Makefile 1.6%
| cmd | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| makefile | ||
| README.md | ||
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