name | description | version | started-on | github | issue-tracker | devlog-version |
---|---|---|---|---|---|---|
Project Name |
Project description. |
1.0.0 |
1 January 1970 |
Link |
Link |
1.2.0 |
This file contains 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
"""iTerm script to fetch and display Spotify's current playing song | |
in a status bar component. | |
""" | |
__author__ = "Phixyn (Alpeche Pancha)" | |
__version__ = "1.1.0" | |
import iterm2 |