🌸 TUI EDITOR

thingy

The toughest little blossom in your terminal.
Pink outside. Lethal inside. Built in C.

thingy — ctrl+R to launch
DOCK

Navigate thingy

Hover a key to see its function. Click to jump to that section.

R
^R Aggressive Run Watch it execute.
F
^F Tactical Folds The feature set.
S
^S Sakura Palette The color system.
O
^O The Pit Output panel preview.
L
^L Install Get thingy running.
W
^W Source View on GitHub.

🚀 Aggressive Run

Hit ^R. thingy forces your code to execute.

thingy — bash
$ 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.

output exit 1
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
Full Install Guide →