Skip to content
View julianorchard's full-sized avatar

Organizations

@codewizards @wessexlifts
Block or Report

Block or report julianorchard

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

  1. rss-ntfy rss-ntfy Public

    Tiny Python 3 RSS reading script to get notifications (using ntfy) of posts on services like Proxitok and Nitter.

    Python 5 2

  2. center-comment.vim center-comment.vim Public

    A Vim plugin to centre comments.

    Vim Script

  3. Vim Insert Git Signature Using `iab` Vim Insert Git Signature Using `iab`
    1
    " ~g to insert 'git_username <git@email.com>'
    2
    iab <expr> ~g substitute(system('git config --global user.name') . " <" . 
    3
      \system('git config --global user.email') . ">", '\n', '', 'g') 
  4. dotfiles dotfiles Public

    👨‍💻 My life insode compter.

    Lua 2