Skip to content
View garoto's full-sized avatar
💭
All I wanted was an Atari 2600
💭
All I wanted was an Atari 2600

Block or report garoto

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 250 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. chrisant996/clink chrisant996/clink Public

    Bash's powerful command line editing in cmd.exe

    C++ 4.6k 181

  2. bradharding/doomretro bradharding/doomretro Public

    The classic, refined DOOM source port. For Windows PC.

    C 731 89

  3. rmyorston/busybox-w32 rmyorston/busybox-w32 Public

    WIN32 native port of BusyBox.

    C 765 145

  4. ihabunek/twitch-dl ihabunek/twitch-dl Public

    CLI tool for downloading videos from Twitch.

    Python 720 82

  5. winfsp/sshfs-win winfsp/sshfs-win Public

    SSHFS For Windows

    C 5.8k 280

  6. doskey macros as of 2025 (sanitized)... doskey macros as of 2025 (sanitized)(use at your own risk)
    1
    ip2hex=busybox.exe sh -c "bar=$1; printf 'IPv4 %s in Hex: 0x%02X%02X%02X%02X\n' $$bar $${bar//./\ }"
    2
    ip2hex_alt=busybox.exe sh -c "IFS=.; bar=$1; printf 'IPv4 %s.%s.%s.%s in Hex: 0x%02X%02X%02X%02X\n' $$bar $$bar"
    3
    ip2hex_slow=busybox.exe sh -c "bar=$1; foo=$(command echo -n $1 | command sed 's,\., ,g' ); printf 'IPv4 %s in Hex: 0x%02X%02X%02X%02X\n' $$bar $$foo"
    4
    svc?=@rg --color=never -N -B1 -A9 ".Services and Drivers Start numbers:" C:\Users\username\windows_win10_decrap_and_notes.txt
    5
    mpv2=cmd /d /c "setlocal & set "MPV_HOME=" & C:\Apps\AV\mpv2\mpv.com $*"