Skip to content
View Roy-Orbison's full-sized avatar
Block or Report

Block or report Roy-Orbison

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

    Forked from jonathanKingston/new-container-tab

    Provides a keyboard shortcut (Shift + Alt + C by default) to create a new tab that retains the current/last-used container.

    JavaScript 2

  2. GTrash GTrash Public

    Adds a button and keyboard shortcut in Thunderbird to move messages to the Trash. It completes the "folders as labels" functionality in GMail over IMAP.

    JavaScript 2 2

  3. mmpy_chessbot mmpy_chessbot Public

    A simple service that provides a computer opponent for the Chess plugin on a Mattermost installation.

    Python 1

  4. Simple link from Dolphin file manage... Simple link from Dolphin file manager to file/folder on Dropbox.com using Maestral GUI under KDE. The .desktop file goes under `~/.local/share/kio/servicemenus/` and the script should be anywhere in your PATH, I used `~/.local/bin/`. Script depends on realpath, xdg-open, notify-send, and of course maestral.
    1
    #!/bin/bash
    2
    if maestral status | grep -qFi 'not running'; then
    3
    	err='Maestral not running'
    4
    elif ! droot="`maestral config get path`"; then
    5
    	err='Maestral not found'
  5. vim-phar-view vim-phar-view Public

    View files inside Phar archives in Vim

    Vim Script

  6. airline-colour-splits airline-colour-splits Public

    A Vim plugin to make your vertical splits automatically follow your Airline theme for visual consistency.

    Vim Script