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

[Feature request]: Modify "Pause Breaks" options #1462

Open
4 tasks done
vardecab opened this issue May 31, 2024 · 1 comment
Open
4 tasks done

[Feature request]: Modify "Pause Breaks" options #1462

vardecab opened this issue May 31, 2024 · 1 comment

Comments

@vardecab
Copy link

Version

  • I'm using version 1.15.1

Existing requests

  • I've checked Existing requests

Advanced Preferences

  • I've checked Advanced Preferences

What operating system are you using?

macOS

Operating System Version

macOS Sonoma 14.4.1

Problem description

Hello! Thanks for creating this super useful software :)

I was wondering if it's possible to change these times here?
image

I'd like to have additional options like:

  • 5 minutes
  • 10 minutes
  • 15 minutes

I did take a look at other requests and didn't find anything. I've checked README and also config.json but either the option to modify is there and I'm blind :) or it wasn't implemented.

Possible solution

I'd like to have additional options like:

  • 5 minutes
  • 10 minutes
  • 15 minutes

Alternative solutions

If adding additional options is not feasible then there could be entries in config.json to modify the default values.

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@hovancik
Copy link
Owner

hovancik commented Jun 2, 2024

Hi and thanks for the feedback. As you say, currently it is not possible to cofigure that.

You can set custom pause when using command line

        stretchly pause                                  Pause breaks indefinitely
        stretchly pause -d 60                            Pause breaks for one hour
        stretchly pause -d 1h                            Pause breaks for one hour
        stretchly pause -d 1h20m                         Pause breaks for one hour and twenty minutes

On macOS, you need to use full path, ie: /Applications/Stretchly.app/Contents/MacOS/Stretchly pause -d 5m

I prefer not to add new options there to keep it simple but I guess the options in tray could be made configurable so that people can set their preferable variables.

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

No branches or pull requests

2 participants