Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 1.08 KB

README.md

File metadata and controls

66 lines (49 loc) · 1.08 KB

godraw

image

A simple tool that allows you to draw on the current screen

Usage

Simply execute the binary and a drawable screenshot of your screen will open

godraw

Warning

godraw only works under X11

Quit

You can exit the program with q

Clear

To clear the screen press c

Flags

Usage of godraw:
  -color uint
        the color of the pencil (hex) (default 14423100)
  -stroke-width int
        the stroke width of the pencil (default 2)

Example:

godraw --color 0xff

Installation

go install github.com/oscgu/godraw@latest

Important

Make sure $HOME/go/bin is part of your $PATH

Build

go build -o godraw .

Why

When screen sharing and explaining code, it's often helpful to highlight or

underline specific sections to direct the listeners attention.