Evan Pratten
Evan Pratten
Software Developer

gamels will list all files in a directory in the style of ls -la, but will also show the name of any Steam game found in the listing. This utility was made to help me explore the filesystem of the Steam Deck.

This works by querying the Steam API to resolve the appids back in to something useful for us humans.

Rust users can install this tool with cargo install gamels. The source code and builds are available on GitHub.