https://github.com/phenax/draw-stuff-on-your-screen
draw-stuff-on-your-screen
https://github.com/phenax/draw-stuff-on-your-screen
Last synced: 5 months ago
JSON representation
draw-stuff-on-your-screen
- Host: GitHub
- URL: https://github.com/phenax/draw-stuff-on-your-screen
- Owner: phenax
- License: gpl-3.0
- Created: 2025-02-16T19:15:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-22T09:02:45.000Z (over 1 year ago)
- Last Synced: 2025-11-05T13:29:16.363Z (9 months ago)
- Language: Crystal
- Size: 213 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dsoys
Draw stuff on your screen

## Installation
- Clone the repo
- Build with crystal or nix
```sh
crystal build src/main.cr
# OR
nix build
```
Or run it directly with nix
```
nix run github:phenax/chelleport#chelleport
```
## Usage
Run `dsoys` and draw stuff
#### Keybindings
- `q`: Quit
- `r`: Rectangle tool
- `p`: Pencil tool
- `c`: Circle tool
- `d`: Delete object tool
- `1-6`: Select the colors
- `Delete`: Clear screen
- `Tab`: Toggle ui elements