{"id":20550265,"url":"https://github.com/dnmfarrell/webstersearch","last_synced_at":"2025-09-25T19:31:14.174Z","repository":{"id":149704160,"uuid":"188907123","full_name":"dnmfarrell/WebsterSearch","owner":"dnmfarrell","description":"CLI and Vim plugin for search webster's 1913 dictionary","archived":false,"fork":false,"pushed_at":"2019-06-13T01:44:17.000Z","size":10262,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T16:11:14.457Z","etag":null,"topics":["perl","vim","webster","webster-unabridged-dictionary"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/dnmfarrell.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-27T20:46:04.000Z","updated_at":"2023-09-28T22:50:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"765a985f-3f1d-4c72-aef4-3430d0821360","html_url":"https://github.com/dnmfarrell/WebsterSearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dnmfarrell/WebsterSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FWebsterSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FWebsterSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FWebsterSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FWebsterSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnmfarrell","download_url":"https://codeload.github.com/dnmfarrell/WebsterSearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnmfarrell%2FWebsterSearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276968825,"owners_count":25737333,"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-09-25T02:00:09.612Z","response_time":80,"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":["perl","vim","webster","webster-unabridged-dictionary"],"created_at":"2024-11-16T02:24:09.390Z","updated_at":"2025-09-25T19:31:11.843Z","avatar_url":"https://github.com/dnmfarrell.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"WebsterSearch\n=============\nA Perl script to search Noah Webster's classic 1913 dictionary and print\nany matching entries to standard output.\n\n    webster-search.pl \u003csearch-term\u003e\n\n Example:\n\n    $ ./webster-search.pl baseball\n    BASEBALL\n    Base\"ball\", n.\n\n    1. A game of ball, so called from the bases or bounds ( four in\n    number) which designate the circuit which each player must endeavor\n    to make after striking the ball.\n\n    2. The ball used in this game.\n\n\nVim installation\n----------------\nIf you use vim-plug:\n\n```vim\nPlug 'dnmfarrell/WebsterSearch'\n```\n\nOr install the plugin as a package (requires vim 8):\n\n    $ mkdir -p ~/.vim/pack/webster-search/start\n    $ cd ~/.vim/pack/webster-search/start\n    $ git clone git@github.com:dnmfarrell/WebsterSearch webster-search\n\nUpdate .vimrc to map `\u003cleader\u003ed` to call webster-search on the word under the\ncursor, or visually highlighted:\n\n    $ echo \"nnoremap \u003cleader\u003ed :WebsterSearch(expand('\u003ccWORD\u003e'))\u003ccr\u003e\" \u003e\u003e ~/.vimrc\n    $ echo \"vnoremap \u003cleader\u003ed :\u003cc-u\u003eWebsterSearch(@*)\u003ccr\u003e\" \u003e\u003e ~/.vimrc\n\n\nCopyright (c) 2019 David Farrell\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fwebstersearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnmfarrell%2Fwebstersearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnmfarrell%2Fwebstersearch/lists"}