Crates.io | gamels |
lib.rs | gamels |
version | 1.0.0 |
source | src |
created_at | 2022-12-07 18:33:14.834091 |
updated_at | 2022-12-07 18:33:14.834091 |
description | List current directory, converting file names to steam game titles |
homepage | https://github.com/ewpratten/gamels |
repository | https://github.com/ewpratten/gamels |
max_upload_size | |
id | 732074 |
size | 188,347 |
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 crate can be installed via cargo
with:
cargo install gamels
It may also be built for the Steam Deck with:
cargo build --release --target x86_64-unknown-linux-musl