{"id":18886672,"url":"https://github.com/aburd/telescope-tabs","last_synced_at":"2026-02-23T18:30:21.012Z","repository":{"id":235935957,"uuid":"791359215","full_name":"aburd/telescope-tabs","owner":"aburd","description":"A telescope plugin for viewing and selecting your open tabs","archived":false,"fork":false,"pushed_at":"2024-04-29T13:42:00.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T05:16:41.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aburd.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":"2024-04-24T15:19:15.000Z","updated_at":"2024-04-29T13:42:05.000Z","dependencies_parsed_at":"2024-04-29T14:48:30.656Z","dependency_job_id":null,"html_url":"https://github.com/aburd/telescope-tabs","commit_stats":null,"previous_names":["aburd/telescope-tabs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburd%2Ftelescope-tabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburd%2Ftelescope-tabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburd%2Ftelescope-tabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aburd%2Ftelescope-tabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aburd","download_url":"https://codeload.github.com/aburd/telescope-tabs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239859566,"owners_count":19708861,"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-08T07:29:53.179Z","updated_at":"2026-02-23T18:30:20.957Z","avatar_url":"https://github.com/aburd.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\n\nA [telescope](https://github.com/nvim-telescope/telescope.nvim) plugin for viewing your tabs and jumping to them. This plugin is written in fennel using the wonderful [nfnl](https://github.com/Olical/nfnl) made by Olical.\n\n![telescope-tabs](https://github.com/aburd/telescope-tabs/assets/6701630/830e59cf-264c-483f-a71f-6df80161b1d7)\n\n## Installation\n\nYou will need to have [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) installed.\n\nThen install the plugin with any plugin manager. For example with lazy:\n\n```\nrequire(\"lazy\").setup {\n  \"aburd/telescope-tabs\" \n}\n```\n\nThen register the extension somewhere:\n```lua\nrequire('telescope').load_extension('tabs')\n```\n\n## Usage\n\nUse in vim with `:Telescope tabs`.\n\nOr setup a key binding:\n\n```vim\nnnoremap \u003cC-j\u003e :Telescope tabs\u003cCR\u003e\n```\n\n## Config\n\n```lua\nlocal telescope = require(\"telescope\")\nlocal themes = require(\"telescope.themes\")\n\ntelescope.setup {\n  extensions = {\n    tabs = {\n      theme = themes.get_ivy()\n    }\n  },\n}\n```\n\n- `theme` - Any theme you would like the window to open up in. You can read more about [themes](https://github.com/nvim-telescope/telescope.nvim?tab=readme-ov-file#themes) on the telescope readme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburd%2Ftelescope-tabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faburd%2Ftelescope-tabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faburd%2Ftelescope-tabs/lists"}