Skip to content

⏳ CLI timer. Simple version of the pomodoro using bun-shell.

Notifications You must be signed in to change notification settings

marcosrjjunior/bun-shell-min-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

⏳ CLI timer. Simple version of the pomodoro using bun-shell.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published