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

Block or report vor0nwe

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. Send a PushBullet notification when ... Send a PushBullet notification when Transmission has finished a download.
    1
    #!/bin/bash
    2
    
                  
    3
    curl -u YOUR_ACCESS_TOKEN: \
    4
    	-X POST https://api.pushbullet.com/v2/pushes \
    5
    	--header 'Content-Type: application/json' \
  2. clip: WSL bash script to access the ... clip: WSL bash script to access the Windows Clipboard (both read and write)
    1
    #!/bin/bash
    2
    [[ ! -t 1 ]] && powershell.exe Get-Clipboard
    3
    [[ ! -t 0 ]] && clip.exe
    4
    if [[ -t 1 && -t 0 ]]; then
    5
        echo Nothing specified to copy or paste! >&2
  3. MopidyClient MopidyClient Public

    A Windows client for Mopidy, residing in the system tray, and emitting (silent) notifications whenever we change tracks, and such..

    C#

  4. npp_preview npp_preview Public

    "Preview HTML" is a plug-in for Notepad++ which allows previewing an HTML page inside Notepad++ while editing it.

    Pascal 1 1

  5. Fr0sT-Brutal/awesome-pascal Fr0sT-Brutal/awesome-pascal Public

    A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!

    Pascal 1.8k 353

  6. koog1000/vscode-fossil koog1000/vscode-fossil Public

    Integrated Fossil source control for Visual Studio Code

    TypeScript 64 8