Skip to content
View Stevoni's full-sized avatar

Block or report Stevoni

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. Install zsh on Windows Install zsh on Windows
    1
    REM Run in elevated command prompt
    2
    REM 1. Install msys2 and git
    3
    winget install --id Git.Git -s winget
    4
    winget install --id msys2.msys2 -s winget
    5
    
                  
  2. Legilimens-Hogwarts-Legacy-Collectible-Finder-Site Legilimens-Hogwarts-Legacy-Collectible-Finder-Site Public

    Legilimens is a tool to help you find your last few missing collectibles in Hogwarts Legacy and finally get that 100% completion. Works with field guide pages, collection chests, demiguise statues,…

    JavaScript 1

  3. django-command-autocomplete django-command-autocomplete Public

    A plugin to generate autocomplete integrations for the Django commands in applications.

    Python