{"id":24623163,"url":"https://github.com/blakehourigan/jbvim","last_synced_at":"2026-05-16T21:39:28.696Z","repository":{"id":272647204,"uuid":"914956575","full_name":"blakehourigan/jbvim","owner":"blakehourigan","description":"a vim inspired terminal editor in Rust.","archived":false,"fork":false,"pushed_at":"2025-02-03T13:51:04.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T02:08:43.666Z","etag":null,"topics":["rust","vim"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/blakehourigan.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":"2025-01-10T16:51:59.000Z","updated_at":"2025-02-03T13:51:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"2adc010f-624f-4bd5-91d0-627f68b16fa5","html_url":"https://github.com/blakehourigan/jbvim","commit_stats":null,"previous_names":["blakehourigan/jbvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blakehourigan/jbvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakehourigan%2Fjbvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakehourigan%2Fjbvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakehourigan%2Fjbvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakehourigan%2Fjbvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakehourigan","download_url":"https://codeload.github.com/blakehourigan/jbvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakehourigan%2Fjbvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33119967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: 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":["rust","vim"],"created_at":"2025-01-25T03:33:49.922Z","updated_at":"2026-05-16T21:39:28.682Z","avatar_url":"https://github.com/blakehourigan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jbvim\n\n## Description\nA vim inspired editor written in rust.\n\n## Features\n- **Modal Editing:** As found in vim, jbvim includes normal, insert, and visual modes. This allows the user to easily navigate a document using vim keybinds in normal mode, insert text in insert mode, and highlight, move, or delete sections of text in visual mode.\n- **Gap Buffer:**  A built-from-scratch gap buffer data structure was created to hold the contents of the file and allow for efficient insertion and deletion around the user cursor.\n\n\n## Software Requirements\n\n- The final version of this software was written and tested only using Arch Linux, the [Alacritty](https://wiki.archlinux.org/title/Alacritty) terminal environment, tmux, and the [fish shell](https://fishshell.com/blog/fish-4b/) (v4.0b1). Other software may not play nicely with the **terminol** crate that I developed to interact with the terminal's standard output. \n\n\n## Installation\nAs of writing, none of these crates have been published to crates.io. This may happen at a later date for supporting crates such as **terminol**. As such, one can install and run this program by following these steps:\n\n1. **Clone this repository to a local directory on your linux machine**\n   - As long as you have [git](https://git-scm.com/) installed, this can be done by executing the following in your local terminal:\n```sh \ngit clone https://github.com/blakehourigan/jbvim.git\n```\n2. **Ensure that the Rust environment and supporting tools are installed on your machine**\n   - It is critical that cargo is installed to ensure that dependencies of the program will be installed at the proper version. Ensure that you have the latest tools installed by visiting Rust's [getting started](https://www.rust-lang.org/learn/get-started) page. The current Rust verion at the time of writing is version 1.84.\n3. **CD into the cloned directory and run the program by executing**\n```sh \ncd /dir-you-cloned-to\n```\n```sh \ncargo run\n```\n\n\n\n## Usage\n- \n\n## Contributing\nContributions to this project are welcome! Please fork the repository and submit a pull request with your improvements.\n\n## License\nThis project is licensed under the MIT License.\n\n## Contact\nFor any queries or suggestions, feel free to reach out to the project maintainer at Houriganb@pm.me.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakehourigan%2Fjbvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakehourigan%2Fjbvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakehourigan%2Fjbvim/lists"}