You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,18 @@ Although currently outside the scope of this project, if you wanted you could pu
79
79
This is all tenable for simple programs, but these are the reasons we don't *recommend* large/complex programs using DarwinKit.
80
80
81
81
## Examples
82
-
[macos/_examples/largetype](https://github.com/progrium/macdriver/blob/main/macos/_examples/largetype/main.go#L1) - A Contacts/Quicksilver-style Large Type utility in under 80 lines:
[macos/_examples/pomodoro](https://github.com/progrium/macdriver/blob/main/macos/_examples/pomodoro/main.go#L1) - A menu bar pomodoro timer in under 80 lines:
0 commit comments