🌸 TUI EDITOR
thingy
The toughest little blossom in your terminal.
Pink outside. Lethal inside. Built in C.
DOCK
Navigate thingy
Hover a key to see its function. Click to jump to that section.
🚀 Aggressive Run
Hit ^R. thingy forces your code to execute.
$ thingy main.c
[lang: c] [file: main.c]
compiling...
build ok
$ █
🎀 The Arsenal
Soft pinks. Hard C. No compromises.
Sakura Palette
Visual intimidation via soft pinks. It's called psychological warfare.
Remote Fetch
Paste a URL, thingy pulls the code and runs it. No questions asked.
Smart Language
Auto-detects language or pick manually. thingy adapts to your mission.
🌸 Sakura Palette
The color system behind the intimidation.
pink-100#fff0f5
pink-200#ffd6e7
pink-300#ffb3d1
pink-400#ff8ab7
pink-500#ff69b4
pink-600#e84d93
pink-700#c42d78
pink-800#9b1b5a
💨 The Pit
A dedicated output panel where your errors go to die.
main.c:12: error: implicit declaration of function 'pritnf'
main.c:12: note: did you mean 'printf'?
main.c:15: error: expected ';' before 'return'
2 errors generated.
🚀 Deploy thingy
Up and running in seconds.
Homebrew
brew tap velox0/brew && brew install thingy
From source
git clone https://github.com/velox0/thingy && cd thingy && make