{"id":16867944,"url":"https://github.com/thunder-coding/zincoxide","last_synced_at":"2025-03-22T07:30:54.288Z","repository":{"id":234238969,"uuid":"788415241","full_name":"thunder-coding/zincoxide","owner":"thunder-coding","description":"NeoVim Zoxide integration","archived":false,"fork":false,"pushed_at":"2024-09-02T04:21:19.000Z","size":16509,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T09:12:56.852Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thunder-coding.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-18T11:24:15.000Z","updated_at":"2024-11-03T09:22:15.000Z","dependencies_parsed_at":"2024-10-28T12:29:54.522Z","dependency_job_id":"2e09b82f-cd9b-4191-b765-7924475fa136","html_url":"https://github.com/thunder-coding/zincoxide","commit_stats":null,"previous_names":["thunder-coding/zincoxide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder-coding%2Fzincoxide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder-coding%2Fzincoxide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder-coding%2Fzincoxide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder-coding%2Fzincoxide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thunder-coding","download_url":"https://codeload.github.com/thunder-coding/zincoxide/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244924944,"owners_count":20532872,"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-10-13T14:56:16.127Z","updated_at":"2025-03-22T07:30:49.366Z","avatar_url":"https://github.com/thunder-coding.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZincOxide (ZnO)\n\nSupercharge your neovim cd command with new your existing shell's `zoxide`.\n\n![Demo](demo.gif)\n\n## Installation (lazy.nvim)\n\n```lua\n{\n  -- You can also use the codeberg mirror if you want to use the plugin without relying on GitHub\n  -- \"https://codeberg.org/CodingThunder/zincoxide.git\" -- for HTTPS\n  -- \"git@codeberg.org:CodingThunder/zincoxide.git\"     -- for SSH\n  -- NOTE: the username on both github and codeberg are different\n  \"thunder-coding/zincoxide\",\n  opts = {\n    -- name of zoxide binary in your \"$PATH\" or path to the binary\n    -- the command is executed using vim.fn.system()\n    -- eg. \"zoxide\" or \"/usr/bin/zoxide\"\n    zincoxide_cmd = \"zoxide\",\n    -- Kinda experimental as of now\n    complete = true,\n    -- Available options { \"tabs\", \"window\", \"global\" }\n    behaviour = \"tabs\",\n  },\n  cmd = { \"Z\", \"Zg\", \"Zt\", \"Zw\" },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunder-coding%2Fzincoxide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunder-coding%2Fzincoxide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunder-coding%2Fzincoxide/lists"}