Skip to content

Instantly share code, notes, and snippets.

View brxyxn's full-sized avatar
🌎
Enjoying remote work!

Brayan López brxyxn

🌎
Enjoying remote work!
View GitHub Profile
@jcwillox
jcwillox / pnpm.ps1
Last active May 8, 2025 15:09
PowerShell Completion Script for `pnpm`
# powershell completion for pnpm -*- shell-script -*-
Register-ArgumentCompleter -CommandName 'pnpm' -ScriptBlock {
param(
$WordToComplete,
$CommandAst,
$CursorPosition
)
function __pnpm_debug {
@tamagosante
tamagosante / file-mime-types.ts
Last active November 13, 2024 06:32
Typescript Enum for file mime types
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
enum MimeTypes {
".aac" = "audio/aac",
".abw" = "application/x-abiword",
".arc" = "application/x-freearc",
".avi" = "video/x-msvideo",
".azw" = "application/vnd.amazon.ebook",
".bin" = "application/octet-stream",
".bmp" = "image/bmp",
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 8, 2025 07:08
Conventional Commits Cheatsheet
@parmentf
parmentf / GitCommitEmoji.md
Last active June 6, 2025 16:10
Git Commit message Emoji