{"id":36584291,"url":"https://github.com/satorunooshie/vim-drawbox","last_synced_at":"2026-01-12T08:01:30.877Z","repository":{"id":179004206,"uuid":"662689722","full_name":"satorunooshie/vim-drawbox","owner":"satorunooshie","description":"Draw ASCII diagrams in `blockwise-visual mode`. It can be used in combination with *ditaa* for graphic output etc...","archived":false,"fork":false,"pushed_at":"2023-10-06T06:35:38.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-06T07:34:36.518Z","etag":null,"topics":["ascii-art","drawing","go","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","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/satorunooshie.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}},"created_at":"2023-07-05T17:11:04.000Z","updated_at":"2023-09-22T20:29:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"80541b97-fb30-4d8a-82af-9806d7b5edbd","html_url":"https://github.com/satorunooshie/vim-drawbox","commit_stats":null,"previous_names":["satorunooshie/vim-drawbox"],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/satorunooshie/vim-drawbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satorunooshie%2Fvim-drawbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satorunooshie%2Fvim-drawbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satorunooshie%2Fvim-drawbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satorunooshie%2Fvim-drawbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satorunooshie","download_url":"https://codeload.github.com/satorunooshie/vim-drawbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satorunooshie%2Fvim-drawbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"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":["ascii-art","drawing","go","vim","vim-plugin"],"created_at":"2026-01-12T08:00:33.041Z","updated_at":"2026-01-12T08:01:30.868Z","avatar_url":"https://github.com/satorunooshie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-drawbox - Draw ASCII diagrams in Vim\n[gyim/vim-boxdraw](https://github.com/gyim/vim-boxdraw)'s Go version.\n\n[![See vim-boxdraw in action](https://asciinema.org/a/qeig6TH6N4uteq7J6n4epUGaq.png)](https://asciinema.org/a/qeig6TH6N4uteq7J6n4epUGaq)\n\nvim-drawbox plugin enable to draw ASCII diagrams in `blockwise-visual` mode.\n\n## Usage\n1. Select a rectangle via blockwise-visual mode.\n2. Invoke a draw command.\n3. (Optional) Use in combination with [ditaa](https://ditaa.sourceforge.net/) for graphic output etc...\n\n## Installation\nThis plugin executes [drawbox](https://github.com/satorunooshie/vim-drawbox/tree/main/cmd).\n\nThe binary can be installed from [Releases](https://github.com/satorunooshie/vim-drawbox/releases) or use the following command if already installed [Go](https://github.com/golang/go).\n\n```\ncd cmd \u0026\u0026 go install\n```\n\n## Command List\n\n| Command               | Description                                       |\n|-----------------------|---------------------------------------------------|\n| `+o`                  | Draw a rectangle.                                 |\n| `+O` or `+mcb`        | Draw a labeled rectangle.                         |\n| `+[O` or `+mlb`       | Draw a labeled rectangle with top-left label.     |\n| `+]O` or `+mrb`       | Draw a labeled rectangle with top-right label.    |\n| `+{O` or `+tcb`       | Draw a labeled rectangle with top-center label.   |\n| `+}O` or `+bcb`       | Draw a labeled rectangle with bottom-center label.|\n| `+{[O` or `+tlb`      | Draw a labeled rectangle with top-left label.     |\n| `+{]O` or `+trb`      | Draw a labeled rectangle with top-right label.    |\n| `+}[O` or `+blb`      | Draw a labeled rectangle with bottom-left label.  |\n| `+}]O` or `+brb`      | Draw a labeled rectangle with bottom-right label. |\n| `+c` or `+mcl`        | Place a label on the middle center.               |\n| `+[c` or `+mll`       | Place a label on the middle left.                 |\n| `+]c` or `+mrl`       | Place a label on the middle right.                |\n| `+{c` or `+tcl`       | Place a label on the top center.                  |\n| `+}c` or `+bcl`       | Place a label on the bottom center.               |\n| `+{[c` or `+tll`      | Place a label on the top left.                    |\n| `+{]c` or `+trl`      | Place a label on the top right.                   |\n| `+}[c` or `+bll`      | Place a label on the bottom left.                 |\n| `+}]c` or `+brl`      | Place a label on the bottom right.                |\n| `+\u003e` or `+\u003c`          | Draw a horizontal line.                           |\n| `+V`, `+v`, or `+^`   | Draw a vertical line.                             |\n| `++\u003e` or `++\u003c`        | Draw a double horizontal line.                    |\n| `++V`, `++v`, or `++^`| Draw a double vertical line.                      |\n| `+-` or `+_`          | Draw a horizontal line.                           |\n| `+\\|`                  | Draw a vertical line.                             |\n| `ao` or `ab`          | Select the outer box.                             |\n| `io` or `ib`          | Select the inner box.                             |\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatorunooshie%2Fvim-drawbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatorunooshie%2Fvim-drawbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatorunooshie%2Fvim-drawbox/lists"}