{"id":20614349,"url":"https://github.com/devincarr/suggest","last_synced_at":"2025-07-20T07:37:37.577Z","repository":{"id":71061794,"uuid":"75687962","full_name":"DevinCarr/Suggest","owner":"DevinCarr","description":"Simple commandline suggestions powered by Bing Autosuggest API","archived":false,"fork":false,"pushed_at":"2016-12-06T02:53:08.000Z","size":60,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T18:49:36.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/DevinCarr.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":"2016-12-06T02:48:32.000Z","updated_at":"2016-12-07T01:37:05.000Z","dependencies_parsed_at":"2023-02-24T17:16:19.026Z","dependency_job_id":null,"html_url":"https://github.com/DevinCarr/Suggest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevinCarr/Suggest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2FSuggest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2FSuggest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2FSuggest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2FSuggest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevinCarr","download_url":"https://codeload.github.com/DevinCarr/Suggest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevinCarr%2FSuggest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262887200,"owners_count":23379768,"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-11-16T11:12:31.098Z","updated_at":"2025-07-01T03:07:37.563Z","avatar_url":"https://github.com/DevinCarr.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Suggest\n=============\n\nA simple commandline tool to provide auto suggestions via [Bing Autosuggest API](https://www.microsoft.com/cognitive-services/en-us/bing-autosuggest-api).\n\n```\n$ s hello world\nSuggest (v1):\n\"hello world\"\n\"hello world java\"\n\"hello world history\"\n\"hello world c++\"\n\"hello world example\"\n\"hello world baby\"\n\"hello world lyrics\"\n\"helloworld inc\"\n```\n\n## Requirements:\n- make\n- C++11 compiler (gcc/clang)\n- libcurl\n- API key for [Bing Autosuggest](https://www.microsoft.com/cognitive-services/en-us/bing-autosuggest-api)\n\nTo start, a `auth.h` file must be created in the source directory.\n\n`auth.h` must contain your API key, for example:\n```\n#define AUTHPWD \"ajsd908f09as8d098as09d\"\n```\n\n## Build\n```\nmake\n```\n\nTo install to `/usr/local/bin/`: `make install`\n\n## License\nCopyright © 2016 Devin Carr\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevincarr%2Fsuggest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevincarr%2Fsuggest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevincarr%2Fsuggest/lists"}