{"id":13541265,"url":"https://github.com/ayax79/nu_plugin_plist","last_synced_at":"2025-04-02T08:31:02.247Z","repository":{"id":66850480,"uuid":"581302253","full_name":"ayax79/nu_plugin_plist","owner":"ayax79","description":"Plugin for handling plist files in nushell","archived":true,"fork":false,"pushed_at":"2024-08-06T20:42:51.000Z","size":102,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-03T06:33:08.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/ayax79.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":"2022-12-22T20:11:33.000Z","updated_at":"2024-08-06T20:43:45.000Z","dependencies_parsed_at":"2024-02-01T23:02:41.685Z","dependency_job_id":"c26e5740-f393-462a-a820-f6060898bec3","html_url":"https://github.com/ayax79/nu_plugin_plist","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayax79%2Fnu_plugin_plist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayax79%2Fnu_plugin_plist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayax79%2Fnu_plugin_plist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayax79%2Fnu_plugin_plist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayax79","download_url":"https://codeload.github.com/ayax79/nu_plugin_plist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246781965,"owners_count":20832943,"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","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":[],"created_at":"2024-08-01T10:00:42.734Z","updated_at":"2025-04-02T08:31:01.984Z","avatar_url":"https://github.com/ayax79.png","language":"Rust","funding_links":[],"categories":["Plugins"],"sub_categories":[],"readme":"# Plist plugin for Nushell\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e The functionality of the plist plugin is moving to [nu_plugin_formats](https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats) for nushell release 0.97.\n\u003e Release 0.96 is the final release of this plugin.\n\nProvides the ability to read and write Apple plists.\n\nTo read a plist:\n```nushell\nopen /System/Library/LaunchDaemons/bootps.plist\n```\n\nor \n\n```\ncat /System/Library/LaunchDaemons/bootps.plist | from plist\n``` \n\nto write a plist:\n\n```\nps | to plist\n```\n\nNote: this requires Nushell 0.92 or later\n\nTo install:\n\n```\n\u003e cargo install --path .\n```\n\nTo register (from inside Nushell):\n```\n\u003e register \u003cpath to installed plugin\u003e \n```\n\nUsage:\n```\nopen file.plist \n```\n\n```\nopen --raw file.plist | from plist\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayax79%2Fnu_plugin_plist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayax79%2Fnu_plugin_plist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayax79%2Fnu_plugin_plist/lists"}