Skip to content
View bulatenkom's full-sized avatar

Organizations

@tomuniversal @geron-welding @bulatenkom-ru
Block or Report

Block or report bulatenkom

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. manga-updater manga-updater Public

    eventloop-based manga scrapper/updater app

    Python

  2. nc-server nc-server Public

    Simple netcat server wrapped into a bash script

    Shell

  3. dedup dedup Public

    Simple python script to get rid of duplicated files

    Python

  4. planner planner Public

    Go 1

  5. [Xorg, KDE, custom shortcuts] Script... [Xorg, KDE, custom shortcuts] Script to focus/hide separate chrome window with opened ChatGPT
    1
    #!/usr/bin/env sh
    2
    
                  
    3
    get_active_desktop_num() {
    4
        wmctrl -d | awk '/*/{print NR-1}'
    5
    }