Skip to content

aca/tdraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 22, 2021
2a9b6ff · Jun 22, 2021

History

9 Commits
Jan 23, 2021
Jun 22, 2021
Apr 28, 2020
Apr 21, 2020
Apr 28, 2020
Apr 28, 2020
Jan 23, 2021

Repository files navigation

tdraw

Inspired by Explaining Code using ASCII Art.
Supports box / line drawing, text input and eraser.

tdraw

Install

go get -u github.com/aca/tdraw

or download from https://github.com/aca/tdraw/releases

Usage

tdraw > draw.txt
// tdraw has 4 mode.
ESC: Box(+Undirected line, default)
l: Directed line
t: Text
e: Erase

CTRL-C/CTRL-D: exit

// It might not work if terminal emulator consumes right click(iterm2)
MouseR: Eraser