Simple version of the pomodoro timer. Project created to test bun-shell update.
After building and setting the to my .zshrc I can now just run anywhere:
// $ timer [work|rest] &
$ timer work &
$ timer rest &Or you can set a custom time for each one of the actions:
$ timer work 10 &
$ timer rest 10 &Install dependencies:
bun installRun:
bun index.ts work
bun index.ts restbun run build
