{"id":31039933,"url":"https://github.com/szaffarano/top.nvim","last_synced_at":"2026-04-17T04:34:19.901Z","repository":{"id":313623853,"uuid":"1052064188","full_name":"szaffarano/top.nvim","owner":"szaffarano","description":"Simple plugin to display a system monitor like htop or btop as a floating neovim window","archived":false,"fork":false,"pushed_at":"2025-09-07T12:12:08.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-07T12:22:42.773Z","etag":null,"topics":["btop","htop","lua","neovim","system-monitoring"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szaffarano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T10:28:32.000Z","updated_at":"2025-09-07T12:12:12.000Z","dependencies_parsed_at":"2025-09-07T12:22:44.365Z","dependency_job_id":"8f44455a-fe40-423e-aaba-a64f9690ab31","html_url":"https://github.com/szaffarano/top.nvim","commit_stats":null,"previous_names":["szaffarano/top.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/szaffarano/top.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaffarano%2Ftop.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaffarano%2Ftop.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaffarano%2Ftop.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaffarano%2Ftop.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szaffarano","download_url":"https://codeload.github.com/szaffarano/top.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szaffarano%2Ftop.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["btop","htop","lua","neovim","system-monitoring"],"created_at":"2025-09-14T08:01:45.483Z","updated_at":"2026-04-17T04:34:19.896Z","avatar_url":"https://github.com/szaffarano.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# top.nvim\n\nA simple Neovim plugin that displays system monitors (htop/top/btop) in a\nfloating window.\n\n## Installation\n\n### lazy.nvim\n\n```lua\nreturn {\n  \"szaffarano/top.nvim\",\n    ---@module 'top.types'\n    ---@type top.Options\n    opts = {\n      bin = \"btop\",\n      ui = {\n        border = \"rounded\",\n      },\n  },\n}\n```\n\n## Usage\n\n- **Command**: `:Top`: Open the system monitor in a floating window\n- **Lua**: `require('top').show()`: Programmatically open the monitor\n- **Health check**: `:checkhealth top`: Verify system monitor availability\n\n## Configuration\n\nThe plugin uses these defaults:\n\n```lua\n{\n  bin = 'htop',           -- System monitor binary\n  ui = {\n    height_percent = 0.8, -- Window height (0.0-1.0)\n    width_percent = 0.8,  -- Window width (0.0-1.0)\n    border = 'single',    -- Border style\n  },\n}\n```\n\n## Requirements\n\n- Neovim 0.8+\n- A system monitor: `htop`, `top`, or `btop`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszaffarano%2Ftop.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszaffarano%2Ftop.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszaffarano%2Ftop.nvim/lists"}