{"id":20575966,"url":"https://github.com/pryrt/nppconfigcheck","last_synced_at":"2026-04-21T13:34:15.510Z","repository":{"id":48796097,"uuid":"382693857","full_name":"pryrt/nppConfigCheck","owner":"pryrt","description":"Utility to compare Notepad++ config files to the default config files","archived":false,"fork":false,"pushed_at":"2021-10-11T21:16:45.000Z","size":619,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T10:56:02.608Z","etag":null,"topics":["notepad-plus-plus","notepadplusplus"],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pryrt.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}},"created_at":"2021-07-03T19:21:15.000Z","updated_at":"2021-08-07T17:32:12.000Z","dependencies_parsed_at":"2022-08-27T07:21:16.940Z","dependency_job_id":null,"html_url":"https://github.com/pryrt/nppConfigCheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pryrt/nppConfigCheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FnppConfigCheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FnppConfigCheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FnppConfigCheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FnppConfigCheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pryrt","download_url":"https://codeload.github.com/pryrt/nppConfigCheck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FnppConfigCheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32094654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["notepad-plus-plus","notepadplusplus"],"created_at":"2024-11-16T05:44:13.098Z","updated_at":"2026-04-21T13:34:15.480Z","avatar_url":"https://github.com/pryrt.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\r\n\r\nnppConfigCheck - Utility to compare Notepad++ config files to the default config files\r\n\r\n# USAGE\r\n\r\n    nppConfigCheck.exe [--path \u003cpathToNotepadPlusPlus\u003e] [--version \u003cversionToCompareTo\u003e] [--config appdata|\u003cpathToNotepadPlusPlusConfigs\u003e]\r\n\r\n        --path \u003cpathToNotepadPlusPlus\u003e  Chooses the path for the notepad++ executable.\r\n                                        If not provided, defaults to checking `c:\\Program Files\\Notepad++` then `c:\\Program Files (x86)\\Notepad++`.\r\n\r\n        --version \u003cversionToCompareTo\u003e  Chooses a version of Notepad++ to compare against.\r\n                                        If not provided, defaults to the most recently-released version of Notepad++.\r\n\r\n        --config appdata                        Checks the %AppData%\\Notepad++ folder.\r\n        --config \u003cpathToNotepadPlusPlusConfig   Checks a specific path for config files.\r\n                                                This is useful for when you have Notepad++ configured to use a Cloud path,\r\n                                                or using the -settingsDir command-line option.\r\n                                                If not provided, will use a heuristic to guess the correct location.\r\n\r\n## EXAMPLES\r\n\r\nCompare the standard Notepad++ installation location to the most recently-released version of Notepad++:\r\n\r\n    nppConfigCheck.exe\r\n\r\nCompare the standard Notepad++ installation location to a specific version's config files:\r\n\r\n    nppConfigCheck.exe --version v7.9.5\r\n\r\nCompare a portable Notepad++ installation location to the most recently-released version of Notepad++:\r\n\r\n    nppConfigCheck --path \"c:\\usr\\local\\apps\\npp\\npp.7.9.5.portable.x64\"\r\n\r\nCompare a portable Notepad++ installation location to a specific version of Notepad++:\r\n\r\n    nppConfigCheck --path \"c:\\usr\\local\\apps\\npp\\npp.7.9.5.portable.x64\" --version v7.9.5\r\n\r\nCompare the standard Notepad++ installation location using \\`%AppData%\\` config files:\r\n\r\n    nppConfigCheck --config appdata\r\n\r\nCompare the standard Notepad++ installation location using Dropbox as the Cloud prodivder:\r\n\r\n    nppConfigCheck --config d:\\users\\username\\Dropbox\\Notepad++\r\n\r\n# DESCRIPTION\r\n\r\nThis can be used to compare your copy of Notepad++'s config files to a specific revision of Notepad++.\r\n\r\n# AUTHOR\r\n\r\nPeter C. Jones `\u003cpetercj AT cpan DOT org\u003e`\r\n\r\nPlease report any bugs or feature requests\r\nthru the repository's interface at [https://github.com/pryrt/nppConfigCheck/issues](https://github.com/pryrt/nppConfigCheck/issues).\r\n\r\n\u003cdiv\u003e\r\n    \u003ca href=\"https://github.com/pryrt/nppConfigCheck/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/pryrt/nppConfigCheck.svg\" alt=\"\" title=\"github release\"\u003e\u003c/a\u003e\r\n\u003c/div\u003e\r\n\r\n# COPYRIGHT\r\n\r\nCopyright (C) 2021 Peter C. Jones\r\n\r\n# LICENSE\r\n\r\nThis program is free software; you can redistribute it and/or modify it\r\nunder the terms of either: the GNU General Public License as published\r\nby the Free Software Foundation; or the Artistic License.\r\nSee \\[http://dev.perl.org/licenses/\\](http://dev.perl.org/licenses/) for more information.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryrt%2Fnppconfigcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpryrt%2Fnppconfigcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryrt%2Fnppconfigcheck/lists"}