{"id":29576228,"url":"https://github.com/kjuq/asterisk-remix.nvim","last_synced_at":"2025-07-19T12:02:13.128Z","repository":{"id":298969372,"uuid":"992266087","full_name":"kjuq/asterisk-remix.nvim","owner":"kjuq","description":"Yet another *-improved","archived":false,"fork":false,"pushed_at":"2025-06-13T21:50:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-13T22:28:43.363Z","etag":null,"topics":["lua","neovim","neovim-lua-plugin","neovim-plugin","neovim-plugins","nvim","nvim-lua","nvim-plugin"],"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/kjuq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2025-05-28T22:05:06.000Z","updated_at":"2025-06-13T21:50:51.000Z","dependencies_parsed_at":"2025-06-13T22:30:08.602Z","dependency_job_id":"3fbfb338-68b6-4153-9da4-d9d520ce9fd4","html_url":"https://github.com/kjuq/asterisk-remix.nvim","commit_stats":null,"previous_names":["kjuq/asterisk-remix.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kjuq/asterisk-remix.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjuq%2Fasterisk-remix.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjuq%2Fasterisk-remix.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjuq%2Fasterisk-remix.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjuq%2Fasterisk-remix.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kjuq","download_url":"https://codeload.github.com/kjuq/asterisk-remix.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjuq%2Fasterisk-remix.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265931390,"owners_count":23851463,"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":["lua","neovim","neovim-lua-plugin","neovim-plugin","neovim-plugins","nvim","nvim-lua","nvim-plugin"],"created_at":"2025-07-19T12:01:30.510Z","updated_at":"2025-07-19T12:02:13.117Z","avatar_url":"https://github.com/kjuq.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asterisk-remix: Yet another * -Improved\n\n**This plugin is in WIP state**\n\n---\n\n- TODO: add DEMO\n\t- Use `nvim-keycastr`?\n\n# Installation\n\n## Lazy.nvim\n\n```lua\n{\n\t'https://github.com/kjuq/asterisk-remix.nvim',\n\tkeys = {\n\t\t{ '*', function() require('asterisk-remix').normal_search('*') end, mode = 'n' },\n\t\t{ '#', function() require('asterisk-remix').normal_search('#') end, mode = 'n' },\n\t\t{ 'g*', function() require('asterisk-remix').normal_search('g*') end, mode = 'n' },\n\t\t{ 'g#', function() require('asterisk-remix').normal_search('g#') end, mode = 'n' },\n\t\t{ '*', function() return require('asterisk-remix').visual_search('*') end, mode = 'x', { expr = true } },\n\t\t{ '#', function() return require('asterisk-remix').visual_search('#') end, mode = 'x', { expr = true } },\n\t\t{ '\u003cSpace\u003e*', function() return require('asterisk-remix').operator_search('*') end, mode = 'n', { expr = true } },\n\t\t{ '\u003cSpace\u003e#', function() return require('asterisk-remix').operator_search('#') end, mode = 'n', { expr = true } },\n\t}\n}\n```\n\n# Similar projects\n\n- [haya14busa/vim-asterisk](https://github.com/haya14busa/vim-asterisk)\n- [rapan931/lasterisk.nvim](https://github.com/rapan931/lasterisk.nvim)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuq%2Fasterisk-remix.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjuq%2Fasterisk-remix.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjuq%2Fasterisk-remix.nvim/lists"}