Skip to content

Commit

Permalink
README: add webshot example
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Aug 23, 2023
1 parent 7e35b12 commit 13fdcfa
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,22 @@ This is all tenable for simple programs, but these are the reasons we don't *rec

## Examples

### [largetype](https://github.com/progrium/macdriver/blob/main/macos/_examples/largetype/main.go)
### [largetype](./macos/_examples/largetype/main.go)
A Contacts/Quicksilver-style Large Type utility in under 80 lines:

![largetype screenshot](https://github.com/progrium/macdriver/blob/main/macos/_examples/largetype/largetype.jpeg?raw=true)
![largetype screenshot](./macos/_examples/largetype/largetype.jpeg?raw=true)

### [pomodoro](https://github.com/progrium/macdriver/blob/main/macos/_examples/pomodoro/main.go)
### [pomodoro](./macos/_examples/pomodoro/main.go)
A menu bar pomodoro timer in under 80 lines:

![pomodoro gif](https://github.com/progrium/macdriver/blob/main/macos/_examples/pomodoro/pomodoro.gif?raw=true)
![pomodoro gif](./macos/_examples/pomodoro/pomodoro.gif?raw=true)

### [See all examples](https://github.com/progrium/macdriver/blob/main/macos/_examples)
### [webshot](./macos/_examples/webshot/main.go)
A webview PNG capture example in under 100 lines:

![webshot screenshot](./macos/_examples/webshot/webshot.png?raw=true)

### [See all examples](./macos/_examples)

## How it works

Expand Down

0 comments on commit 13fdcfa

Please sign in to comment.