Skip to content
View philib's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report philib

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. proofuino proofuino Public

    Dough proofing box controlled by an Arduino

    C++

  2. DoublesUp DoublesUp Public

    Tennis Doubles Match Making Assistant

    TypeScript

  3. elm-of-life elm-of-life Public

    Game of Life - an Elm implementation

    HTML

  4. add git support to fzf with key bind... add git support to fzf with key bindings. `source` this script in your .zshrc to activate key bindings.
    1
    is_in_git_repo() {
    2
      git rev-parse HEAD > /dev/null 2>&1
    3
    }
    4
    
                  
    5
    fzf-down() {