{"id":13832962,"url":"https://github.com/Chris2011/NbQuickSearchExtender","last_synced_at":"2025-07-09T20:30:55.449Z","repository":{"id":150787498,"uuid":"47397205","full_name":"Chris2011/NbQuickSearchExtender","owner":"Chris2011","description":"Extends the quick search of netbeans with google, stackoverflow, npm and wikipedia search provider.","archived":false,"fork":false,"pushed_at":"2017-03-20T20:55:15.000Z","size":2617,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T23:28:29.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Chris2011.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}},"created_at":"2015-12-04T10:23:10.000Z","updated_at":"2021-05-02T01:18:00.000Z","dependencies_parsed_at":"2023-05-21T05:15:18.700Z","dependency_job_id":null,"html_url":"https://github.com/Chris2011/NbQuickSearchExtender","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Chris2011/NbQuickSearchExtender","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2FNbQuickSearchExtender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2FNbQuickSearchExtender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2FNbQuickSearchExtender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2FNbQuickSearchExtender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chris2011","download_url":"https://codeload.github.com/Chris2011/NbQuickSearchExtender/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chris2011%2FNbQuickSearchExtender/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502642,"owners_count":23618663,"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-04T11:00:34.942Z","updated_at":"2025-07-09T20:30:55.074Z","avatar_url":"https://github.com/Chris2011.png","language":"Java","funding_links":[],"categories":[":electric_plug: Plugins \u003ca name=\"plugins\"\u003e\u003c/a\u003e"],"sub_categories":["Productivity"],"readme":"\u003ch1\u003eNbQuickSearchExtender\u003c/h1\u003e\r\n\u003ch3\u003eExtends the quick search of netbeans with google, stackoverflow, npm and wikipedia search provider.\u003c/h3\u003e\r\n\r\nIt is a pain in the ass, if we add a new toolbar to netbeans only to add a new \r\nsearch provider like the google example from netbeans or the plugin to add search\r\ninside stackoverflow or for jar files etc. Because you have so move toolbars than\r\neach will look differnet, maybe has an other behaviour and so on. This is\r\nwhy I developed this little plugin which already extends the Quick Search\r\nwith new search provider, for example, google, npm, wikipedia or stackoverflow.\r\n\r\nYou can see inside the code how easy it is to add a new provider to my plugin\r\nmaybe via a pull request or so.\r\n\r\n\u003ch3\u003eLegend\u003c/h3\u003e\r\n\u003col\u003e\r\n    \u003cli\u003e\u003cstrong\u003eg\u003c/strong\u003e = google.com\u003c/li\u003e\r\n    \u003cli\u003e\u003cstrong\u003en\u003c/strong\u003e = npmjs.com\u003c/li\u003e\r\n    \u003cli\u003e\u003cstrong\u003ew\u003c/strong\u003e = wikipedia.com\u003c/li\u003e\r\n    \u003cli\u003e\u003cstrong\u003est\u003c/strong\u003e = stackoverflow.com\u003c/li\u003e\r\n    \u003cli\u003e\u003cstrong\u003egh\u003c/strong\u003e = github.com\u003c/li\u003e\r\n    \u003cli\u003e\u003cstrong\u003ebb\u003c/strong\u003e = bitbucket.org\u003c/li\u003e\r\n    \u003cli\u003e\u003cstrong\u003epg\u003c/strong\u003e = packagist.org\u003c/li\u003e\r\n    \u003cli\u003e\u003cstrong\u003edh\u003c/strong\u003e = hub.docker.com\u003c/li\u003e\r\n\u003c/ol\u003e\r\n\r\n\u003ch3\u003eUsage\u003c/h3\u003e\r\n\u003col\u003e\r\n    \u003cli\u003eGo to quick search (Maybe with Ctrl + I)\u003c/li\u003e\r\n    \u003cli\u003eType \"g netbeans\" and see the results\u003c/li\u003e\r\n    \u003cli\u003eHit enter or use the mouse to click on a link to open it inside the browser\u003c/li\u003e\r\n\u003c/ol\u003e\r\n\r\n\u003ch3\u003eKnown provider problems\u003c/h3\u003e\r\n\u003col\u003e\r\n\u003cli\u003eBower.io - Unfortunately it's not possible to use this, because bower.io do an ajax call which and bind the result with angular.\r\nIf I read the links of the result, the result is still empty. Don't know how to fix it atm.\u003c/li\u003e\r\n\u003cli\u003eFindjar.com - I tried it but I got a socket timeout, because of the long response time.\u003c/li\u003e\r\n\u003c/ol\u003e\r\n\r\n\u003ch3\u003eSee how it works\u003c/h3\u003e\r\n\u003cimg src=\"screenshots/NbQuickSearchExtender.gif?raw=true\" /\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChris2011%2FNbQuickSearchExtender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChris2011%2FNbQuickSearchExtender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChris2011%2FNbQuickSearchExtender/lists"}