Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 742 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 742 Bytes

bun-shell-min-timer ⏳ 🎧 🧘

Simple version of the pomodoro timer. Project created to test bun-shell update.

rest

work

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 &

How to contribute

Install dependencies:

bun install

Run:

bun index.ts work
bun index.ts rest

How to build

bun run build