Skip to content

Instantly share code, notes, and snippets.

View Phixyn's full-sized avatar

Alpeche Pancha Phixyn

View GitHub Profile
@Phixyn
Phixyn / devlog_template.md
Last active June 14, 2021 21:21
A template for a development log file in Markdown format. Use it to keep notes about a project, experimental code snippets and handy links.
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
@Phixyn
Phixyn / git_commit_emojis.md
Created December 21, 2019 20:01
Translation table showing what the emojis in my commit messages mean

Git Commit Message Emoji Meanings

Inspired by countless others... but trying to keep it relatively simple.

Main

Commit type Emoji
New feature 📦 :package:
Bug fix 🐛 :bug:
@Phixyn
Phixyn / iterm_spotify_now_playing.py
Last active January 24, 2022 10:39
iTerm Python script that adds a statusbar component which shows your current playing song and artist from Spotify.
"""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