{"id":20508666,"url":"https://github.com/philipk/steam_shortcuts_util","last_synced_at":"2025-08-10T22:38:48.791Z","repository":{"id":57668619,"uuid":"400965281","full_name":"PhilipK/steam_shortcuts_util","owner":"PhilipK","description":"Utilities for parsing \u0026 writing Steams shortcut.vdf file format","archived":false,"fork":false,"pushed_at":"2022-05-20T21:15:05.000Z","size":87,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T01:32:38.193Z","etag":null,"topics":["parser","steam"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/steam_shortcuts_util","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhilipK.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-29T06:09:26.000Z","updated_at":"2024-07-29T16:34:23.000Z","dependencies_parsed_at":"2022-08-27T03:25:02.940Z","dependency_job_id":null,"html_url":"https://github.com/PhilipK/steam_shortcuts_util","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhilipK/steam_shortcuts_util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipK%2Fsteam_shortcuts_util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipK%2Fsteam_shortcuts_util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipK%2Fsteam_shortcuts_util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipK%2Fsteam_shortcuts_util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilipK","download_url":"https://codeload.github.com/PhilipK/steam_shortcuts_util/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilipK%2Fsteam_shortcuts_util/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269799407,"owners_count":24477635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["parser","steam"],"created_at":"2024-11-15T20:19:44.967Z","updated_at":"2025-08-10T22:38:48.742Z","avatar_url":"https://github.com/PhilipK.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Steam Shortcuts utility\n\nSteam Shortcuts is a utility crate that helps you to manage your Steam shortcuts.\nIt is a simple Rust crate that provides a simple interface to manage your Steam shortcuts.\n\n## Getting started\n\nFirst include the crate in your project:\n\n```toml\n[dependencies]\nsteam_shortcuts_util = \"1.1.7\"\n```\n\nThen you can use it:\n\n```rust\n use steam_shortcuts_util::parse_shortcuts;\n use steam_shortcuts_util::shortcuts_to_bytes;\n\n fn example() -\u003e Result\u003c(), Box\u003cdyn std::error::Error\u003e\u003e {\n     // This path should be to your steam shortcuts file\n     // Usually located at $SteamDirectory/userdata/$SteamUserId/config/shortcuts.vdf\n     let content = std::fs::read(\"src/testdata/shortcuts.vdf\")?;\n     let shortcuts = parse_shortcuts(content.as_slice())?;\n     assert_eq!(shortcuts[0].app_name, \"Celeste\");\n     assert_eq!(3, shortcuts[0].tags.len());\n\n     let shortcut_bytes_vec = shortcuts_to_bytes(\u0026shortcuts);\n     assert_eq!(shortcut_bytes_vec, content);\n     Ok(())\n }\n```\n\n*Be aware that if you overwrite the shortcuts.vdf file, you will have to restart Steam for the changes to take effect.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipk%2Fsteam_shortcuts_util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilipk%2Fsteam_shortcuts_util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipk%2Fsteam_shortcuts_util/lists"}