Skip to content
View lzilioli's full-sized avatar
💻
Probably coding
💻
Probably coding

Highlights

  • Pro
Block or Report

Block or report lzilioli

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. md-macros md-macros Public

    TypeScript implementation of macros for markdown

    TypeScript 3 1

  2. lz-ts-template lz-ts-template Public

    Template to quickly spin up a new TypeScript-based repository, using all of my favorite tools.

    JavaScript 3

  3. plex-to-pushcut plex-to-pushcut Public

    Receive Plex webhooks and redirect them as Pushcut notifications or Pushcut server actions.

    JavaScript 5

  4. git `prepare-commit-msg` - prepend b... git `prepare-commit-msg` - prepend branch name when branch matches `PROJECT-[0-9]+`
    1
    #!/bin/bash
    2
    
                  
    3
    BRANCH_NAME=$(git symbolic-ref --short HEAD)
    4
    BRANCH_NAME="${BRANCH_NAME##*/}"
    5