{"id":25915965,"url":"https://github.com/jeansidharta/telescope-misc.nvim","last_synced_at":"2026-05-20T07:39:17.326Z","repository":{"id":180840817,"uuid":"651950350","full_name":"Jeansidharta/telescope-misc.nvim","owner":"Jeansidharta","description":"A neovim plugin to work with telescope and show some random information","archived":false,"fork":false,"pushed_at":"2023-07-13T02:29:28.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T04:45:49.152Z","etag":null,"topics":["lua","neovim","telescope-extension"],"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/Jeansidharta.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}},"created_at":"2023-06-10T15:40:55.000Z","updated_at":"2023-07-18T09:30:49.000Z","dependencies_parsed_at":"2023-07-13T03:38:35.788Z","dependency_job_id":null,"html_url":"https://github.com/Jeansidharta/telescope-misc.nvim","commit_stats":null,"previous_names":["jeansidharta/telescope-misc.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jeansidharta/telescope-misc.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeansidharta%2Ftelescope-misc.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeansidharta%2Ftelescope-misc.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeansidharta%2Ftelescope-misc.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeansidharta%2Ftelescope-misc.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jeansidharta","download_url":"https://codeload.github.com/Jeansidharta/telescope-misc.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeansidharta%2Ftelescope-misc.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33250375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lua","neovim","telescope-extension"],"created_at":"2025-03-03T12:18:39.857Z","updated_at":"2026-05-20T07:39:17.280Z","avatar_url":"https://github.com/Jeansidharta.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telescope Misc\n\nA collection of telescope listings that might be missing from the official telescope plugin\n\n## Installation\n\nYou can use your favorite plugin manager. Here's how you'd do it with [Lazy.nvim](https://github.com/folke/lazy.nvim):\n\n```\n{\n    \"Jeansidharta/telescope-misc.nvim\",\n    dependencies = {\n        \"nvim-telescope/telescope.nvim\",\n    },\n    config = function()\n        require(\"telescope\").load_extension(\"telescope-misc\")\n    end\n}\n```\n\nNote that you have to load the extension in Telescope.\n\n## Usage\n\nThis plugin adds a few telescope subcommands. Here's an example on how to use one of them:\n\n`:Telescope telescope-misc augroup`\n\nAll available subcommands are:\n\n- augroup: Lists all defined augroups on current buffer using the `:augroup` command. Available custom keymaps are:\n  - `i_C-d` or `n_d`: Deletes the selected augroup\n- namespaces: Lists all defined namespaces on current buffer using the `vim.api.nvim_get_namespaces()` command. Available custom keymaps are:\n  - `select`: puts the namespace name in the unnamed register (the `\"` reg)\n- syntax: Lists all defined syntaxes on current buffer using the `:syntax` command. Available custom keymaps are:\n  - `i_C-x` or `n_x`: Deletes the selected syntax using `syntax clear`\n  - `i_C-r` or `n_r`: Resets the selected syntax using the selected syntax using `syntax reset`\n- option: Lists all options using the `vim.api.nvim_get_all_options_info()` function. This will include global, local and buffer options.\n- extension: Lists all extensions loaded on telescope. Available custom keymaps are:\n  - `select`: When an extension is selected, telescope will show all of it's subcommands. When a subcommand is then selected, the function will ba called.\n\n## Configuration\n\nThere is currently no way to configure this plugin. If you want some configuration, open an issue about it :)\n\n## Contributing\n\nAll issues and pull requests are welcome\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeansidharta%2Ftelescope-misc.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeansidharta%2Ftelescope-misc.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeansidharta%2Ftelescope-misc.nvim/lists"}