Skip to content
View tuxx's full-sized avatar
  • Netherlands

Organizations

@devNL

Block or report tuxx

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

    Small binary to display a folders content on a local webpage.

    JavaScript 37 2

  2. fancylock fancylock Public

    Screenlock utility to play videos or show images for linux.

    Go 34

  3. youtube2mediacms youtube2mediacms Public

    This script allows you to back up your own YouTube videos to a MediaCMS instance. It downloads videos from a specified YouTube channel, extracts metadata, and uploads them to MediaCMS for archival …

    Python 1

  4. wayland-ext-session-lock-go wayland-ext-session-lock-go Public

    Go

  5. LinxShare LinxShare Public

    Forked from iksteen/LinxShare

    Android app to share images through a linx server.

    Kotlin

  6. Hyprland 0.48 windowrule config fix Hyprland 0.48 windowrule config fix
    1
    import re
    2
    
                  
    3
    def update_hyprland_config(config_path):
    4
        with open(config_path, 'r') as file:
    5
            lines = file.readlines()