wick3dr0se / drawin

A super minimal TUI drawing tool written in BASH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DrawIn - Draw Input 🖌️

A super minimal drawing tool written in BASH. The uncreatively named drawin is a TUI written in heavy bashisms not intended for portability. Drawin utilizes raw ANSI escape sequences and pure BASH outside of `stty` invocation. Using the aforementioned; drawin implements mouse control in just BASH!


Interface Controls

Movement via mouse, arrow keys or H,J,K,L/W,A,S,D
Switch colors with 1-8

About

A super minimal TUI drawing tool written in BASH

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%