{"id":16100180,"url":"https://github.com/kuniwak/userdefaults-ctl","last_synced_at":"2025-07-30T08:07:11.105Z","repository":{"id":145028275,"uuid":"81928450","full_name":"Kuniwak/userdefaults-ctl","owner":"Kuniwak","description":"Show/Edit/Seatch a file for your UserDefaults","archived":false,"fork":false,"pushed_at":"2017-02-14T10:11:51.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T23:41:06.048Z","etag":null,"topics":["ios","tool"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kuniwak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-14T09:28:20.000Z","updated_at":"2017-02-14T10:15:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb56281c-9360-406e-9d9a-b2e7cc6db380","html_url":"https://github.com/Kuniwak/userdefaults-ctl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Kuniwak/userdefaults-ctl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fuserdefaults-ctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fuserdefaults-ctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fuserdefaults-ctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fuserdefaults-ctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kuniwak","download_url":"https://codeload.github.com/Kuniwak/userdefaults-ctl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kuniwak%2Fuserdefaults-ctl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267834786,"owners_count":24151642,"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-07-30T02:00:09.044Z","response_time":70,"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":["ios","tool"],"created_at":"2024-10-09T18:45:27.084Z","updated_at":"2025-07-30T08:07:11.042Z","avatar_url":"https://github.com/Kuniwak.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"UserDefaults Utility\n====================\n\nShow/edit/search a file for your UserDefaults.\n\n\n\nUsage\n-----\n\n```console\n$ userdefaults-ctl path com.example.app\n/Absolute/path/to/.../Preferences/com.example.app.plist\n```\n\n```console\n$ userdefaults-ctl show com.example.app\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple//DTD ...\n\u003cplist version=\"1.0\"\u003e\n...\n```\n\n```console\n$ userdefaults-ctl edit com.example.app\n# Changes\n\n--- com.example.app.plist         2017-02-14 ...\n+++ com.example.app.plist.XXXXXX  2017-02-14 ...\n@@ -10,7 +10,5 @@\n        \u003ctrue/\u003e\n        \u003ckey\u003eWebKitShrinksStandaloneImagesTo ...\n        \u003ctrue/\u003e\n-       \u003ckey\u003ehogehoge\u003c/key\u003e\n-       \u003ctrue/\u003e\n \u003c/dict\u003e\n \u003c/plist\u003e\n\n# Validation\nSyntax: VALID\n```\n\n```console\n$ userdefaults-ctl help\nusage: userdefaults-ctl \u003ccommand\u003e\n\nThese are available commands:\n\n   path \u003cbundle_id\u003e   Print a path for the UserDefaults of the booted device\n   show \u003cbundle_id\u003e   Print a content of the UserDefaults of the booted device\n   edit \u003cbundle_id\u003e   Edit the UserDefaults of the booted device by $EDITOR\n   help               Print this help\n```\n\n\n\nInstall\n-------\n\nYou can install this by the following command (you should customize `path/to/userdefaults-ctl` to the location you like):\n\n```console\n$ git clone https://github.com/Kuniwak/userdefaults-ctl path/to/userdefaults-ctl\n\n$ export PATH=\"path/to/userdefaults-ctl/bin:$PATH\"\n\n$ which userdefaults-ctl\npath/to/userdefaults-ctl/bin/userdefaults-ctl\n``` \n\n\n\nLicense\n-------\n\n[The MIT License (MIT)](https://kuniwak.mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuniwak%2Fuserdefaults-ctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuniwak%2Fuserdefaults-ctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuniwak%2Fuserdefaults-ctl/lists"}