This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## =========================== | |
| ## Raspberry Pi Pomodoro | |
| ## Requires: Sense Hat | |
| ## | |
| ## Run: Click the center button | |
| ## on the joystick to start a | |
| ## 20 minute Pomodoro timer | |
| ## where the matrix fills up | |
| ## green over the course of | |
| ## the 20 minute time period. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This script is designed to make opening a file | |
| in iA Writer on the Mac from the Terminal | |
| command line easy. | |
| EXAMPLE USE: | |
| Running "ia README" will open the file if it exists, | |
| exactly as the name is specified with no extension. | |
| Otherwise, it will create a new file called README.md | |
| with the md file extension, if it doesn't already exist, |