Skip to content
View CharlesBoury's full-sized avatar
🎨
🎨

Block or report CharlesBoury

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

    Forked from allusion-app/Allusion

    A free and open source desktop application for managing your visual library

    TypeScript 19

  2. Add "Open with Sublime Text" to Wind... Add "Open with Sublime Text" to Windows Explorer Context Menu (including folders), allows opening folders from Windows Explorer
    1
    @echo off
    2
    SET stPath=C:\Program Files\Sublime Text 3\sublime_text.exe
    3
    
                  
    4
    rem add it for all file types
    5
    @reg add "HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text"         /t REG_SZ /v "" /d "Open with Sublime Text"   /f