{"id":17807388,"url":"https://github.com/duckdm/lookie","last_synced_at":"2026-04-30T03:35:09.069Z","repository":{"id":259013166,"uuid":"874902434","full_name":"duckdm/lookie","owner":"duckdm","description":"Bookmark plugin for neovim","archived":false,"fork":false,"pushed_at":"2025-06-16T14:48:50.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T03:04:41.093Z","etag":null,"topics":["bookmark","marker","neovim","neovim-plugin","nvim","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duckdm.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-10-18T17:10:56.000Z","updated_at":"2025-06-16T14:48:55.000Z","dependencies_parsed_at":"2024-10-22T14:14:45.393Z","dependency_job_id":null,"html_url":"https://github.com/duckdm/lookie","commit_stats":null,"previous_names":["duckdm/lookie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duckdm/lookie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckdm%2Flookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckdm%2Flookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckdm%2Flookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckdm%2Flookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duckdm","download_url":"https://codeload.github.com/duckdm/lookie/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckdm%2Flookie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32454048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bookmark","marker","neovim","neovim-plugin","nvim","nvim-plugin"],"created_at":"2024-10-27T14:04:09.543Z","updated_at":"2026-04-30T03:35:04.053Z","avatar_url":"https://github.com/duckdm.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lookie\n\nBookmark plugin for neovim.\n\n## Available methods\n\n```lua\n--- Add/remove marker\nrequire(\"lookie\").add()\n\n--- Open lookie\nrequire(\"lookie\").open()\n```\n\n## Example setup with lazy\n\n```lua\n{\n  'duckdm/lookie',\n  --- See default config\n  opts= {},\n  keys = {\n    { \"\u003cleader\u003em\", function() require(\"lookie\").add() end, { desc = \"Add/remove lookie marker\" } },\n    { \"\u003cleader\u003eM\", function() require(\"lookie\").open() end, { desc = \"Open lookie\" } },\n  }\n}\n```\n\n## Default config\n\n```lua\n{\n    ---@type string|\"cwd\"|function(): string Data location. If set to \"cwd\" it will save data to current working directory ([cwd]/.lookie/[file_name])\n    data_path = vim.fn.stdpath(\"cache\") .. \"/duckdm/lookie/\",\n\n    ---@type table Marker typess\n    types = {\n        info = {\n            hl = \"LookieInfo\",\n            icon = \"\",\n            fg = \"#00aaff\",\n            bg = \"#003366\",\n        },\n        danger = {\n            hl = \"LookieDanger\",\n            icon = \"\",\n            fg = \"#ff0000\",\n            bg = \"#330000\",\n        },\n        warning = {\n            hl = \"LookieWarning\",\n            icon = \"\",\n            fg = \"#ffaa00\",\n            bg = \"#663300\",\n        },\n        success = {\n            hl = \"LookieSuccess\",\n            icon = \"\",\n            fg = \"#00ff00\",\n            bg = \"#003300\",\n        },\n    },\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckdm%2Flookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckdm%2Flookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckdm%2Flookie/lists"}