This PowerShell script helps you work by opening a project in your IDE and playing some music. It will prompt you to select a project and music from your database.
If this is your first time running this script, please make sure to configure the paths in the beginning of the script
- Clone this repository to your machine
- Edit the paths at the beginning of
anticrastinator.ps1 - see "Add your own music"
- Creating an icon on your Desktop
- Right-click
anticrastinator.ps1in your file explorer - Click on
Send to - Click on
Desktop (link) - Double-click the icon you just created on your desktop
- Run it using Powershell. Remember to check
use this every time []
- Right-click
To add your own music, open the music.csv file using a text editor and add a row for each music following this format: name, youtube-identifier
e.g. I want to add this music
Lindsey Stirling - Roundtable Rival (Official Music Video)
https://www.youtube.com/watch?v=jvipPYFebWcThe shortened youtube URL is the string of characters after the
=. here it isjvipPYFebWcTherefore I add
Lindsey Stirling - Roundtable Rival,jvipPYFebWcat the end ofmusic.csv