Skip to content
/ godraw Public

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

License

Notifications You must be signed in to change notification settings

oscgu/godraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published