{"id":25096580,"url":"https://github.com/jceb/telescope_bookmark_picker.nvim","last_synced_at":"2026-04-28T11:05:26.811Z","repository":{"id":136580982,"uuid":"489262635","full_name":"jceb/telescope_bookmark_picker.nvim","owner":"jceb","description":"Telescope Bookmark Opener","archived":false,"fork":false,"pushed_at":"2023-12-12T09:52:21.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-22T21:02:21.825Z","etag":null,"topics":["extension","neovim","nvim","nvim-plugin","telescope"],"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/jceb.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":"2022-05-06T07:42:20.000Z","updated_at":"2022-05-06T07:49:48.000Z","dependencies_parsed_at":"2023-12-12T10:50:15.005Z","dependency_job_id":null,"html_url":"https://github.com/jceb/telescope_bookmark_picker.nvim","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/jceb%2Ftelescope_bookmark_picker.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Ftelescope_bookmark_picker.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Ftelescope_bookmark_picker.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jceb%2Ftelescope_bookmark_picker.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jceb","download_url":"https://codeload.github.com/jceb/telescope_bookmark_picker.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741119,"owners_count":20826066,"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":["extension","neovim","nvim","nvim-plugin","telescope"],"created_at":"2025-02-07T16:48:57.671Z","updated_at":"2026-04-28T11:05:21.763Z","avatar_url":"https://github.com/jceb.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telescope Bookmark Opener\n\nOpen GTK 3.0 bookmarks in new tab.\n\n## Install\n\n### Packer\n\n```lua\nuse 'jceb/telescope_bookmark_picker.nvim'\n```\n\n## Telescope Setup\n\n```lua\nrequire('telescope').load_extension('bookmark_picker')\n```\n\n## Configuration\n\nThis extension can be configured using `extensions` field inside Telescope setup\nfunction.\n\n```lua\nrequire'telescope'.setup {\n  extensions = {\n    bookmark_picker = {\n      bookmarks_file = vim.fn.expand(\"~/.config/gtk-3.0/bookmarks\")\n    }\n  },\n}\n```\n\n## Available commands\n\n```viml\n:Telescope bookmark_picker\n\n\"Using lua function\nlua require('telescope').extensions.bookmark_picker.bookmark_picker()\n```\n\n## References\n\n- Code structure copied from\n  [telescope_sessions_picker.nvim](https://github.com/JoseConseco/telescope_sessions_picker.nvim)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjceb%2Ftelescope_bookmark_picker.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjceb%2Ftelescope_bookmark_picker.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjceb%2Ftelescope_bookmark_picker.nvim/lists"}