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

Highlights

  • Pro

Block or report lzilioli

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