Skip to content

Commit

Permalink
AU: 1 updated - stretchly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 13, 2018
1 parent e98d560 commit 2c7c291
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions automatic/stretchly/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ![stretchly Changelog](https://img.shields.io/badge/stretchly-Package%20Changelog-blue.svg?style=for-the-badge)

## UPCOMING

## Version: 0.18.0 (2018-12-13)
- Initial implementation of the stretchly chocolatey package

2 changes: 1 addition & 1 deletion automatic/stretchly/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@4a1c8326dae055eba251fe4911ad477523dc9522/icons/stretchly.png" height="48" width="48" /> ![stretchly](https://img.shields.io/chocolatey/v/stretchly.svg?label=stretchly&style=for-the-badge)](https://chocolatey.org/packages/stretchly)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@d2b87921365d4a6237272f2ec549c754586bbb53/icons/stretchly.png" height="48" width="48" /> ![stretchly](https://img.shields.io/chocolatey/v/stretchly.svg?label=stretchly&style=for-the-badge)](https://chocolatey.org/packages/stretchly)

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

Expand Down
6 changes: 3 additions & 3 deletions automatic/stretchly/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://hovancik.net/stretchly/downloads/>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <https://github.com/hovancik/stretchly/releases/download/v0.18.0/stretchly.Setup.0.18.0.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum:
checksum type: sha256
checksum: F2CDDF589C61D324137D95D0E473545D2E6E7A5E35AFE2564B230D9837EA2D30

The file 'LICENSE.txt' has been obtained from <https://github.com/hovancik/stretchly/blob/master/LICENSE>
17 changes: 8 additions & 9 deletions automatic/stretchly/stretchly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>stretchly</id>
<version>0.0</version>
<version>0.18.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/stretchly</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>stretchly</title>
<authors>Jan Hovancik</authors>
<projectUrl>https://hovancik.net/stretchly/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@4a1c8326dae055eba251fe4911ad477523dc9522/icons/stretchly.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@d2b87921365d4a6237272f2ec549c754586bbb53/icons/stretchly.png</iconUrl>
<copyright>Jan Hovancik 2014+</copyright>
<licenseUrl>https://github.com/hovancik/stretchly/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -18,15 +18,14 @@
<tags>stretchly reminder time-out break cross-platform foss</tags>
<summary>break time reminder app</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
stretchly is a cross-platform electron app that reminds you to take breaks when working on your computer.
<description><![CDATA[stretchly is a cross-platform electron app that reminds you to take breaks when working on your computer.
By default, it runs in your tray and displays a reminder window containing an idea for a microbreak for 20 seconds every 10 minutes.
![](https://cdn.jsdelivr.net/gh/hovancik/stretchly@ae002c8e8342a6fa507f3004385a96b52969255b/stretchly-microbreak.png)
![](https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@f158c4d2fe17a22a2a94e17ad674dd427ebeaeda/automatic/stretchly/screenshots/stretchly-microbreak.png)
Every 30 minutes, it displays a window containing an idea for a longer 5 minute break.
![](https://cdn.jsdelivr.net/gh/hovancik/stretchly@ae002c8e8342a6fa507f3004385a96b52969255b/stretchly-break.png)
![](https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@f158c4d2fe17a22a2a94e17ad674dd427ebeaeda/automatic/stretchly/screenshots/stretchly-break.png)
The user gets notified 30 seconds before each break to be able to prepare to pause the work.
Expand All @@ -36,18 +35,18 @@ You can close the break or microbreak window early by clicking the link at the b
You can pause/resume stretchly's break reminders. On Windows and macOS, you can set the app to start at login. Also, Do Not Disturb mode is respected on those platforms.
![](https://cdn.jsdelivr.net/gh/hovancik/stretchly@ae002c8e8342a6fa507f3004385a96b52969255b/stretchly-tray-1.png)
![](https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@f158c4d2fe17a22a2a94e17ad674dd427ebeaeda/automatic/stretchly/screenshots//stretchly-tray-1.png)
You can also skip to the next break or microbreak anytime from the menu, or reset (restart) breaks.
![](https://cdn.jsdelivr.net/gh/hovancik/stretchly@ae002c8e8342a6fa507f3004385a96b52969255b/stretchly-tray-2.png)
![](https://cdn.jsdelivr.net/gh/hovancik/AdmiringWorm/chocolatey-packages@f158c4d2fe17a22a2a94e17ad674dd427ebeaeda/automatic/stretchly/screenshots//stretchly-tray-2.png)
The tray tooltip shows information about how much time is left till the next (micro)break, the number of microbreaks until the next break, or the time remaining in pause till breaks resume.
![](https://cdn.jsdelivr.net/gh/hovancik/stretchly@ae002c8e8342a6fa507f3004385a96b52969255b/stretchly-tray-3.png)
Tray menu displays the time and type of next break as well.
</description>
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/hovancik/stretchly/blob/master/CHANGELOG.md)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/stretchly/Changelog.md)
Expand Down
6 changes: 3 additions & 3 deletions automatic/stretchly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\"
file = "$toolsPath\stretchly.Setup.0.18.0.exe"
softwareName = 'stretchly*'
silentArgs = '/S /allusers'
validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } }
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }

0 comments on commit 2c7c291

Please sign in to comment.