Skip to content

Instantly share code, notes, and snippets.

View aerodevxp's full-sized avatar

Raphael Beauregard aerodevxp

  • Canada
View GitHub Profile
@sonic2kk
sonic2kk / get_long_steam_shortcut_appid.sh
Created June 3, 2024 19:39
Fetch all Steam Shortcut App IDs from `shortcuts.vdf` and convert them to the Long Shortcut AppIDs using Bash.
#!/usr/bin/env bash
# Magic that represents 'appid' column
magic_appid="617070696400"
# Paste in your Steam UserID
steam_userid=""
shortcuts_vdf="$HOME/.steam/root/userdata/${steam_userid}/config/shortcuts.vdf"
# Parse short AppID (unsigned 32bit integer) and convert it to an unsigned 64bit integer