{"id":23329036,"url":"https://github.com/dhi13man/rust_text_editor","last_synced_at":"2025-08-22T23:31:47.716Z","repository":{"id":268971385,"uuid":"524353968","full_name":"Dhi13man/rust_text_editor","owner":"Dhi13man","description":"Creation of a Rust-backed text editor that supports certain Vim like commands. Built as a part of a Hackathon.","archived":false,"fork":false,"pushed_at":"2022-08-24T17:28:54.000Z","size":821,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T14:50:31.919Z","etag":null,"topics":["cli","hackathon","hacktoberfest","open-source","rust","rust-lang","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dhi13man.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":"CONTRIBUTING.MD","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":"2022-08-13T09:24:53.000Z","updated_at":"2025-01-22T02:11:51.000Z","dependencies_parsed_at":"2024-12-20T03:34:03.913Z","dependency_job_id":"e2e8303d-3280-48cf-9e77-08b8857621e7","html_url":"https://github.com/Dhi13man/rust_text_editor","commit_stats":null,"previous_names":["dhi13man/rust_text_editor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dhi13man/rust_text_editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Frust_text_editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Frust_text_editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Frust_text_editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Frust_text_editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dhi13man","download_url":"https://codeload.github.com/Dhi13man/rust_text_editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhi13man%2Frust_text_editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271717044,"owners_count":24808589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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":["cli","hackathon","hacktoberfest","open-source","rust","rust-lang","tui"],"created_at":"2024-12-20T21:30:35.592Z","updated_at":"2025-08-22T23:31:47.280Z","avatar_url":"https://github.com/Dhi13man.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Text Editor\n\n[![License](https://img.shields.io/github/license/dhi13man/rust_text_editor)](https://github.com/Dhi13man/rust_text_editor/blob/main/LICENSE)\n[![Contributors](https://img.shields.io/github/contributors-anon/dhi13man/rust_text_editor?style=flat)](https://github.com/Dhi13man/rust_text_editor/graphs/contributors)\n[![GitHub forks](https://img.shields.io/github/forks/dhi13man/rust_text_editor?style=social)](https://github.com/Dhi13man/rust_text_editor/network/members)\n[![GitHub Repo stars](https://img.shields.io/github/stars/dhi13man/rust_text_editor?style=social)](https://github.com/Dhi13man/rust_text_editor)\n[![Last Commit](https://img.shields.io/github/last-commit/dhi13man/rust_text_editor)](https://github.com/Dhi13man/rust_text_editor/commits/main)\n\nCreation of a Rust-backed text editor that supports certain Vim like commands. Built in 6-ish as a part of a Hackathon.\n\n## Installation and Contribution\n\n1. Ensure you have [Rust](https://www.rust-lang.org/tools/install) SDK installed.\n\n2. Clone this repository and CD into it.\n\n3. Please view the [Contrbution Guidelines](https://raw.githubusercontent.com/Dhi13man/rust_text_editor/master/CONTRIBUTING.MD) here to know how you can contribute to this.\n\n## Usage\n\n1. Clone the repository and CD into it.\n\n2. Execute `cargo run`.\n\n3. Follow the commands in the Help Section. To open files, copy their path into your clipboard and hit `Ctrl + O`.\n\n## Features\n\n- Basic TUI Setup\n- Proper Logs at all times\n- User Friendly Help Menu\n- Create Random Files\n- Edit Files, Save Files, Open Multiple Files from the file paths saved in your Clipboard\n- Word Wrap and Responsive UI\n- Scrollable UI\n\n## Inital Bugs and Open Issues (Feel Free to Contribute Fixes)\n\n- [ ] Unoptimized: The Editor has virtually no optimization\n- [ ] No Inuitive File Opener System: It can only open files when you copy the path to the files in your clipboard and hit the relevant shortcut\n- [ ] A Mess: Code works, but is not organised too well\n- [ ] Frontend: The UI could probably be improved\n\n## Acknowledgement\n\n### ilaborie/plop-tui\n\nThis project is built on top of [plop-tui](https://github.com/ilaborie/plop-tui) to implement generic features of a CLI based Code editor.\n\n### Dependencies\n\nThe project utilizes various open-source Cargo Crate dependencies to work. Big thanks to all the creators.\n\n```toml\nlog = \"0.4\"\n\ncopypasta = \"0.8.1\"\n\nnames = { version = \"0.14.0\", default-features = false }\n\ntui-logger = \"0.8.0\"\ntui = \"0.18.0\"\n\ncrossterm = \"0.24.0\"\n\ntokio = { version = \"1\", features = [\"full\"] }\n\neyre = \"0.6\"\n```\n\n## Screenshots\n\n| Editor Initialized |\n| :---: |\n| ![Editor Initialized](https://raw.githubusercontent.com/Dhi13man/rust_text_editor/master/assets/screenshots/Editor_Initialized.png) |\n\n| Editor Write Mode |\n| :---: |\n| ![Editor Write Mode](https://raw.githubusercontent.com/Dhi13man/rust_text_editor/master/assets/screenshots/Editor_Write_Mode.png) |\n\n| Full Functionality With Multiple Files |\n| :---: |\n| ![Full Functionality With Multiple Files](https://raw.githubusercontent.com/Dhi13man/rust_text_editor/master/assets/screenshots/Full_Functionality_Multiple_Files.png) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhi13man%2Frust_text_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhi13man%2Frust_text_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhi13man%2Frust_text_editor/lists"}