Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Looping? #67

Open
TheCedarPrince opened this issue Nov 10, 2020 · 0 comments
Open

Add Support for Looping? #67

TheCedarPrince opened this issue Nov 10, 2020 · 0 comments

Comments

@TheCedarPrince
Copy link

Hi @trehn -

This is a fantastic tool and I greatly love it! I have even incorporated it into my live streaming setup here:

image

I am a huge fan of the pomodoro technique and would love to have some sort of looping mechanism available in termdown. Right now, I get around it by using a shell loop like this:

for i in {1..5} 
do 
    termdown 2s -c 60 -t BREAK -q 2
done

However, it is not perfect as it stutters for a moment before reopening termdown. Perhaps there could be syntax like:

termdown 25m -c 60 -t BREAK -q 300 --loops 5 
# or alternatively
termdown 25m -c 60 -t BREAK -q 300 -l 5

Would this be feasible/doable to add? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant