{"id":17540479,"url":"https://github.com/fromkk/spellchecker","last_synced_at":"2025-04-23T22:51:33.902Z","repository":{"id":51124838,"uuid":"223604274","full_name":"fromkk/SpellChecker","owner":"fromkk","description":"SpellChecker for Xcode","archived":false,"fork":false,"pushed_at":"2022-09-16T13:18:05.000Z","size":2071,"stargazers_count":93,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T22:51:30.546Z","etag":null,"topics":["cli","spellchecker","swift","swift5","swift5-1","typo","xcode","xcode11"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/fromkk.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":"2019-11-23T14:44:42.000Z","updated_at":"2025-01-03T10:17:01.000Z","dependencies_parsed_at":"2023-01-18T12:31:59.002Z","dependency_job_id":null,"html_url":"https://github.com/fromkk/SpellChecker","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fromkk%2FSpellChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fromkk%2FSpellChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fromkk%2FSpellChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fromkk%2FSpellChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fromkk","download_url":"https://codeload.github.com/fromkk/SpellChecker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250528694,"owners_count":21445511,"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":["cli","spellchecker","swift","swift5","swift5-1","typo","xcode","xcode11"],"created_at":"2024-10-20T22:24:00.329Z","updated_at":"2025-04-23T22:51:33.877Z","avatar_url":"https://github.com/fromkk.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  SpellChecker for Xcode\n\n![GitHub Actions](https://github.com/fromkk/SpellChecker/workflows/CI/badge.svg)\n![LICENSE](https://img.shields.io/github/license/fromkk/SpellChecker)\n![Tag](https://img.shields.io/github/v/tag/fromkk/SpellChecker)\n\n![screenshot](./images/screenshot.png)\n\n## Recommended environment\n\n- Swift 5.1\n- Xcode 11.2.1\n- macOS 10.15\n\n## Install\n\n### Mint\n\n```shllscript\nmint install fromkk/SpellChecker@0.0.3 SpellChecker\n```\n\n### Manual\n\n```shellscript\ngit clone git@github.com:fromkk/SpellChecker.git\ncd ./SpellChecker\nmake install\n```\n\n## Usage\n\nWrite to your `Run script` like a below code.\n\n```shellscript\nif ! [ -f /usr/local/bin/SpellChecker ]; then\n    echo \"SpellChecker not installed\"\n    exit 0\nfi\n\ngit_path=/usr/local/bin/git\nfiles=$($git_path diff --diff-filter=d --name-only -- \"*.swift\" \"*.h\" \"*.m\")\nif (test -z $files) || (test ${#files[@]} -eq 0); then\n  echo \"no files changed.\"\n  exit 0\nfi\n\noptions=\"\"\nfor file in $files\ndo\n  options=\"$options $SRCROOT/$file\"\ndone\n\n/usr/local/bin/SpellChecker -- $options\n\n```\n\n### Whitelist\n\nIf you want ignore some warnings, make YAML file to your directory.  \nFor example:\n\n```yaml\nwhiteList:\n  - kazuya\n  - ueoka\n  - fromkk\n```\n\nAnd set `--yml` options.\n\n```shellscript\n/usr/local/bin/SpellChecker --yml $SRCROOT/swift-keywords.yaml -- $options\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromkk%2Fspellchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffromkk%2Fspellchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffromkk%2Fspellchecker/lists"}