Timer in your terminal.
Pre-built binaries for Windows, macOS, and Linux are available on the Releases page.
- Navigate to the Releases page
- Download the binary for your operating system:
- Windows:
yawn-windows.exe - macOS:
yawn-macos - Linux:
yawn-linux
- Windows:
- Make the binary executable (macOS/Linux only):
chmod +x yawn-* - Add it to your
PATHfor system-wide access:- macOS/Linux: Move to
/usr/local/bin/and rename it:mv yawn-macos /usr/local/bin/yawn # or for Linux: mv yawn-linux /usr/local/bin/yawn - Windows: Move to your desired location and add that directory to your
PATHenvironment variable, or rename toyawn.exe
- macOS/Linux: Move to
This is a simple timer that will notify you after a specified number of minutes.
yawn <start> <minutes>MIT