Skip to content

Support Steam game URLs in terminal (auto-convert to AppID)#1745

Open
Fonsicreus wants to merge 1 commit intoJustArchiNET:mainfrom
Fonsicreus:main
Open

Support Steam game URLs in terminal (auto-convert to AppID)#1745
Fonsicreus wants to merge 1 commit intoJustArchiNET:mainfrom
Fonsicreus:main

Conversation

@Fonsicreus
Copy link

@Fonsicreus Fonsicreus commented Mar 1, 2026

Description

You can now paste Steam game URLs directly into any command that needs an AppID.

Examples:

  • owns ASF https://store.steampowered.com/app/730/
  • redeem https://steamdb.info/app/440/ 123456 https://store.steampowered.com/app/570/

✅ Automatically converts to owns ASF 730

Added processSteamUrls() function (only runs when the command is sent).

Screenshots

Checklist

  • My pull request is not a duplicate
  • I added a descriptive title to this pull request
  • I added a concise description or a self-explanatory screenshot to this pull request
  • My code follows the code style of this project
  • I have performed a self-review of my own code

closes #1744

You can now paste Steam game URLs directly into any command that needs an AppID.

Examples:
- `owns ASF https://store.steampowered.com/app/730/`
- `redeem https://steamdb.info/app/440/ 123456 https://store.steampowered.com/app/570/`

✅ Automatically converts to `owns ASF 730`
✅ Supports multiple URLs + mixed IDs/URLs
✅ Zero breaking changes (history, autocomplete, UI commands, etc.)

Added `processSteamUrls()` function (only runs when the command is sent).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Support Steam Store URLs as Command Input (Quality of Life Improvement)

1 participant