MCPcopy
hub / github.com/hovancik/stretchly

github.com/hovancik/stretchly @v1.21.0 sqlite

repository ↗ · DeepWiki ↗ · release v1.21.0 ↗
209 symbols 672 edges 60 files 2 documented · 1%
README

Stretchly Awesome Humane Tech Build Status JavaScript Style Guide codecov Translation status

Stretchly logo

The break time reminder app

Stretchly is a cross-platform Electron app that reminds you to take breaks when working on your computer.

Become a Sponsor! Become a Patron!

Table of contents

Install GitHub All Releases Packaging status

The latest official installers and portable versions for macOS, Windows and Linux can be found at Github Releases page. For supported versions of your OS check Electron's supported versions. Read on for details of specific OSes.

macOS

It is recommended to install Stretchly with Homebrew tap by running the following command. See Application Signing for details.

brew install --cask --no-quarantine hovancik/stretchly/stretchly

When upgrading, run the following command. Don't forget to Quit Stretchly, first.

brew upgrade --cask hovancik/stretchly/stretchly

If you're using Alfred or Raycast on macOS you can use this Alfred Workflow or Raycast Extension to interact with Stretchly.

Application Signing

Stretchly is not signed (due to its costs and me not owning supported Apple device) so you will need to use a workaround for the first run. The workaround depends on if you're running an Intel or Apple Silicon chip.

sudo xattr -r -d com.apple.quarantine /Applications/Stretchly.app

If you install via Homebrew, you can use the --no-quarantine flag to automatically apply the correct workaround.

brew install --cask --no-quarantine hovancik/stretchly/stretchly

Not sure which chip your computer has? Here's how to tell.

Windows

You can also install Stretchly with Chocolatey by running the following command from the command line or from PowerShell:

choco install stretchly

To update:

choco upgrade stretchly

Stretchly is also available in Microsoft's winget. You can install it by running:

winget install -e --id Stretchly.Stretchly

Stretchly can be also found at official Microsoft Store.

You can install Stretchly for all users silently by running this as administrator:

installer.exe /S /allusers

Linux / Portable

For portable versions and for Linux installers, head to Github Releases page. The most widely used distributions should be covered.

Stretchly is also available in some of the Linux stores: - Flathub - Snap Store

For Debian/Ubuntu and derivates you could also try this apt repository: deb [trusted=yes] https://apt.fury.io/hovancik/ /.

Linux note

Please see http://electron.atom.io/docs/api/tray/ for Electron's Tray Linux specifics.

For Natural breaks, you might need some packages too (libxss-dev).

If Stretchly is not starting, you might need to run:

sudo sysctl kernel.unprivileged_userns_clone=1
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

Read more here. Depending on your distro, you probably want to do something similar to this, so the preferences are kept after reboot: Add kernel.unprivileged_userns_clone=1 and kernel.apparmor_restrict_unprivileged_userns=0 to /etc/sysctl.d/00-local-userns.conf and reboot.

If you're on Wayland and you would like to be able to monitor idle time, you'll need to add your user to input group, with sudo gpasswd --add $USER input (depending on your distro) and logout/login to take an effect.

Running from source

To run Stretchly from source you will need Node.js, ideally the one specified in package.json. Clone the repo, run npm install and then simply run npm start to start Stretchly.

Custom installer

You can create a custom installer by running npm run pack or npm run dist after npm install --no-save.

Default behavior

When you run Stretchly for the first time, you are presented with a Welcome window that allows you to change the language, review the preferences, view the online tutorial or simply continue with the default preferences.

Stretchly itself lives in your tray, only displaying a reminder window from time to time, which contains an idea for a break.

By default, there is a 20 second Mini break every 10 minutes and a 5 minute Long break every 30 minutes (after 2 Mini breaks).

You'll be notified 10 seconds before a Mini break (and 30 seconds before a Long break) so that you can prepare to pause your work.

When a break starts, you can postpone it once for 2 minutes (Mini breaks) or 5 minutes (Long breaks). Then, after a specific time interval passes, you can skip the break. Both actions are available by clicking on the link at the bottom of window or by using the Ctrl/Cmd + X keyboard shortcut.

Clicking the Stretchly icon in your tray area will display the current status of breaks, provide menu items with extra functionality, and link to the Preferences.

Stretchly is monitoring your idle time, so when you are idle for 5 minutes, breaks will be paused until you return.

Stretchly is also monitoring Do Not Disturb mode, so breaks are paused when DnD mode is On.

Stretchly follows the theme of your system and is also available in dark mode.

Interact with stretchly from command line

When a Stretchly instance is running, the stretchly command can be use to interact with it from the command line.

Type stretchly help to get a list of all commands and options available as well as some examples.

Preferences

Most of the preferences can be customized by clicking on the "Preferences" item in the tray menu. (On Windows, to open Preferences, you can also double-click on the tray icon.)

Preferences are divided into multiple categories and you are encouraged to take some time to make Stretchly your own by customizing them.

You can also Restore the defaults to return to the default preferences state.

Advanced Preferences

While the most of the preferences can be edited via the app, some options and values are not available to make the app easy to understand and setup.

All preferences are saved in a JSON file, so you can set Stretchly in the way you need. Use the Ctrl/Cmd + D shortcut while viewing the About section of Preferences, to show debug info and display a clickable link to the preferences file.

It's recommended to Quit Stretchly before editing the preferences file.

To make sure that all works as expected, it's always good idea to check that format of the preferences file is correct, ie. by using jsonformatter.

After you make changes to preferences files, some of the values being shown in Preferences or elsewhere might show incorrect value, as the UI is expecting specific values and is not handling cases where user makes manual changes to preferences file.

Some of the extra preferences are available in Contributor Preferences for Contributors. Those are marked by Contributor Preferences badge.

Preferences marked with Not Reliable might not work correctly and might break Stretchly. Use at own risk.

Note: Before 1.0, Mini breaks and Long breaks were called Microbreaks and Breaks, respectively. To keep the upgrade smooth they still use that name in preferences file and in code.

Preferences editable in the app

Here are the preferences editable via the app. If values in the app does not suite your style, you could edit them maually:

  • microbreakDuration - duration of Mini break (ms)
  • microbreakInterval - interval of Mini break (ms)
  • breakDuration - duration of Long break (ms)
  • breakInterval - interval of Long break (Mini breaks)
  • breakNotification - show notification before Mini break
  • microbreakNotification - show notification before Long break
  • microbreak - enable Mini breaks
  • break - enable Long breaks
  • microbreakStrictMode - enable strict mode for Mini breaks
  • breakStrictMode - enable strict mode for Long breaks
  • mainColor - theme color code (for Long breaks),
  • miniBreakColor - theme color code (for Mini breaks),
  • transparentMode - show break windows as transparent
  • longBreakAudio - sound theme name (for Long breaks)
  • miniBreakAudio - sound theme name (for Mini breaks)
  • fullscreen - show breaks in fullscreen mode
  • ideas - show break ideas
  • naturalBreaks - monitor idle time
  • allScreens - show breaks on all screens
  • language - language
  • useMonochromeTrayIcon - use monochrome icon
  • useMonochromeInvertedTrayIcon - use inverted monochrome icon
  • trayIconStyle - icon style for menubar: default, time to break, or progress to break
  • silentNotifications - enable sounds
  • monitorDnd - monitor DND mode
  • checkNewVersion - check for new versions

Editing break ideas

In the preferences file, change useIdeasFromSettings: false, to useIdeasFromSettings: true, and edit breakIdeas and microbreakIdeas.

Note that when a new Stretchly version with new break ideas is out, your custom ideas will not be overwritten. You can reset break ideas to the latest defaults when you "Restore defaults" from Preferences window.

Using HTML in break ideas

You can use simple HTML formatting in custom break ideas to enhance their appearance:

Allowed HTML elements: - <a> - links (only https:// and mailto: URLs are allowed) - <b> - bold text - <i> - italic text - `

- line breaks -

- paragraphs -

,

,

- headings -` - local images (filenames only, see below)

Using links:

"breakIdeas": [
  {
    "data": ["<b>Stretch Time!</b>", "Try this <a href=\"https://example.com/stretch\">stretching routine</a>"],
    "enabled": true
  }
]

Using local images:

Place your images in the images folder inside Stretchly's user data directory (see Preferences → About → Debug info for the exact location). Then reference them by filename only:

"breakIdeas": [
  {
    "data": ["<b>Desk Yoga</b>", "Try this pose: <img src=\"yoga-pose.png\" width=\"200\">"],
    "enabled": true
  }
]

Supported image formats: PNG, JPEG, WebP, GIF. Only images from the local images folder are allowed - remote URLs will be blocked for security.

Stretchly sanitizes all HTML to keep break windows secure by removing any unsupported tags or unsafe content.

Editing break notification interval Contributor Preferences

In the preferences file, change breakNotificationInterval: 30000, to whatever value you want. 30000 is 30 seconds. Same goes for Mini breaks.

Editing sunrise time to pause breaks until morning

In the preferences file you can set the morningHour setting to pause until that hour today or the next day Otherwise, you can set morningHour: "sunrise" and set posLatitude, posLongitude in preferences to pause until the actual sunrise

Core symbols most depended-on inside this repo

isAllowedImageFilename
called by 30
app/utils/imageResolver.js
updateTray
called by 25
app/main.js
getDisplayX
called by 20
app/utils/displayManager.js
formatTimeRemaining
called by 18
app/utils/utils.js
formatTimeIn
called by 17
app/utils/utils.js
getDisplayY
called by 16
app/utils/displayManager.js
waitToMs
called by 15
app/utils/commands.js
formatElapsedDuration
called by 15
app/utils/utils.js

Shape

Method 94
Function 83
Class 32

Languages

TypeScript100%

Modules by API surface

app/main.js41 symbols
app/breaksPlanner.js19 symbols
app/utils/commands.js16 symbols
app/utils/utils.js13 symbols
app/utils/dndManager.js13 symbols
app/utils/flatpakPortalManager.js11 symbols
app/utils/displayManager.js11 symbols
app/utils/context-bridge-exposers.js9 symbols
app/utils/appExclusionsManager.js9 symbols
app/utils/scheduler.js7 symbols
app/utils/naturalBreaksManager.js7 symbols
app/utils/autostartManager.js6 symbols

Dependencies from manifests, versioned

@particle/dbus-next0.11.4 · 1×
@vitest/coverage-istanbul4.1.5 · 1×
auto-launch6.0.0-rc1 · 1×
cross-env10.1.0 · 1×
dompurify3.4.1 · 1×
electron41.3.0 · 1×
electron-builder26.8.1 · 1×
electron-log5.4.3 · 1×
electron-store11.0.2 · 1×
humanize-duration3.33.2 · 1×
husky9.1.7 · 1×
i18next26.0.7 · 1×

For agents

$ claude mcp add stretchly \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact