{"id":13895732,"url":"https://github.com/luc-tielen/telescope_hoogle","last_synced_at":"2025-03-21T18:32:42.121Z","repository":{"id":38195048,"uuid":"345280744","full_name":"luc-tielen/telescope_hoogle","owner":"luc-tielen","description":"Hoogle search integration for Telescope","archived":false,"fork":false,"pushed_at":"2023-09-20T10:18:32.000Z","size":942,"stargazers_count":49,"open_issues_count":6,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T03:51:22.323Z","etag":null,"topics":["haskell","lua","neovim","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/luc-tielen.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-07T07:03:06.000Z","updated_at":"2025-03-07T18:32:24.000Z","dependencies_parsed_at":"2024-10-28T11:29:13.330Z","dependency_job_id":"4f813c85-28cc-4bbd-bd8d-4ab07e24a6ee","html_url":"https://github.com/luc-tielen/telescope_hoogle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-tielen%2Ftelescope_hoogle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-tielen%2Ftelescope_hoogle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-tielen%2Ftelescope_hoogle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luc-tielen%2Ftelescope_hoogle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luc-tielen","download_url":"https://codeload.github.com/luc-tielen/telescope_hoogle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244849027,"owners_count":20520631,"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":["haskell","lua","neovim","neovim-plugin"],"created_at":"2024-08-06T18:02:25.883Z","updated_at":"2025-03-21T18:32:41.795Z","avatar_url":"https://github.com/luc-tielen.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"\n# telescope_hoogle\n\nA telescope plugin for Hoogle.\n\n## Keybindings\n\n- `\u003cC-b\u003e`: opens selected entry in the browser:\n\n![](./hoogle_browser.gif)\n\n- `\u003ccr\u003e`: copies selected entry to clipboard:\n\n![](./hoogle_paste.gif)\n\n## Installation\n\n1. Install [Telescope](https://github.com/nvim-telescope/telescope.nvim)\n1. Install a recent Hoogle (needs to support `--json` flag)\n2. Run `hoogle generate`\n3. Install this plugin (for example: `paq 'luc-tielen/telescope_hoogle'`)\n4. Add the following Lua snippet to your nvim config:\n\n```lua\nlocal telescope = require('telescope')\ntelescope.setup {\n  -- opts...\n}\ntelescope.load_extension('hoogle')\n```\n\n## Development\n\n```bash\n$ git clone git@github.com:luc-tielen/telescope_hoogle.git\n$ cd telescope_hoogle\n$ nvim --cmd \"set rtp+=$(pwd)\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-tielen%2Ftelescope_hoogle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluc-tielen%2Ftelescope_hoogle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluc-tielen%2Ftelescope_hoogle/lists"}