{"id":15698915,"url":"https://github.com/theowenyoung/kakoune-buffer-manager","last_synced_at":"2026-02-09T07:33:28.043Z","repository":{"id":59896958,"uuid":"537543606","full_name":"theowenyoung/kakoune-buffer-manager","owner":"theowenyoung","description":"Managing Buffers within the file, support multiple selections, delete buffers, open buffers","archived":false,"fork":false,"pushed_at":"2022-09-22T10:56:57.000Z","size":2040,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T22:49:35.564Z","etag":null,"topics":["buffers","kak","kakoune","plugin"],"latest_commit_sha":null,"homepage":"","language":"KakouneScript","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/theowenyoung.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}},"created_at":"2022-09-16T16:49:07.000Z","updated_at":"2024-06-06T16:59:12.000Z","dependencies_parsed_at":"2022-09-25T03:41:34.254Z","dependency_job_id":null,"html_url":"https://github.com/theowenyoung/kakoune-buffer-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/theowenyoung/kakoune-buffer-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theowenyoung%2Fkakoune-buffer-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theowenyoung%2Fkakoune-buffer-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theowenyoung%2Fkakoune-buffer-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theowenyoung%2Fkakoune-buffer-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theowenyoung","download_url":"https://codeload.github.com/theowenyoung/kakoune-buffer-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theowenyoung%2Fkakoune-buffer-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["buffers","kak","kakoune","plugin"],"created_at":"2024-10-03T19:35:59.566Z","updated_at":"2026-02-09T07:33:28.009Z","avatar_url":"https://github.com/theowenyoung.png","language":"KakouneScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kakoune Buffer Manager\n\n![screen shot](./assets/kakoune-buffer-manager.gif)\n\n\n\u003e I'm new to kakoune, and this is my first kakoune plugin, I have't done much testing, If you are willing to try it, welcome! I'll delete this when I've used it myself many times.\n\n## Installations\n\nAdd `rc/buffer-manager.kak` to your autoload dir: `~/.config/kak/autoload/`\n\nOr via [plug.kak](https://github.com/andreyorst/plug.kak):\n\n```bash\nplug 'theowenyoung/kakoune-buffer-manager' config %{\n    map global normal \u003cc-a-b\u003e ': buffer-manager\u003cret\u003e' -docstring 'open buffer manager'\n}\n\n```\n\n## Features\n\n- Show Buffer Status(Modified, Current)\n- Switch buffer\n- Delete buffer\n- Delete multiple Buffer\n- Force delete Buffer\n- Delete buffers except selections\n- Delete all buffers\n\n## Usage\n\n```bash\n\u003cret\u003e: open buffer\nd: delete current line or selected buffers\nD: force delete current line or selected buffers\n\u003cesc\u003e: back to last buffer\nq: delete all buffers\nQ: force delete all buffers\ne: delete other buffers except selected buffers\nE: force deleted other buffers except seleted buffers\n\u003ca-d\u003e: delete selected buffers and back\n\u003ca-D\u003e: force deleted seleted buffers and back\n\u003c?\u003e: toggle show help info\n```\n\n## Inspired/Related\n\n- [kakoune-buffer-switcher](https://github.com/occivink/kakoune-buffer-switcher)\n- [kakoune-buffers](https://github.com/Delapouite/kakoune-buffers)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheowenyoung%2Fkakoune-buffer-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheowenyoung%2Fkakoune-buffer-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheowenyoung%2Fkakoune-buffer-manager/lists"}