{"id":20790265,"url":"https://github.com/arsenic-atg/jate","last_synced_at":"2025-05-05T20:14:45.203Z","repository":{"id":44667430,"uuid":"290088462","full_name":"Arsenic-ATG/JATE","owner":"Arsenic-ATG","description":"A text editor created in C which supports all features expected from a minimal text editor with no dependencies","archived":false,"fork":false,"pushed_at":"2022-03-14T07:43:14.000Z","size":109,"stargazers_count":16,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T20:14:38.406Z","etag":null,"topics":["c","editor","escape-sequences","hacktoberfest","terminal","text-editor","vt100"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arsenic-ATG.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":"2020-08-25T02:10:18.000Z","updated_at":"2024-08-05T01:37:34.000Z","dependencies_parsed_at":"2022-09-24T23:44:29.351Z","dependency_job_id":null,"html_url":"https://github.com/Arsenic-ATG/JATE","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsenic-ATG%2FJATE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsenic-ATG%2FJATE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsenic-ATG%2FJATE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arsenic-ATG%2FJATE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arsenic-ATG","download_url":"https://codeload.github.com/Arsenic-ATG/JATE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252569648,"owners_count":21769517,"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","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":["c","editor","escape-sequences","hacktoberfest","terminal","text-editor","vt100"],"created_at":"2024-11-17T15:33:29.700Z","updated_at":"2025-05-05T20:14:45.181Z","avatar_url":"https://github.com/Arsenic-ATG.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# J.A.T.E.\n_**J**ust **A**nother **T**erminal-based **E**ditor (JATE)_ is an attempt to make a fully functional bare bones text editor in C ( without any dependencies by directly manipulating terminal via [V100 escape sequences](https://vt100.net/docs/vt100-ug/chapter3.html) )\n\nInsipred from [kilo text editor](https://github.com/antirez/kilo)\n\n## Status : [Beta Version](https://github.com/Arsenic-ATG/Text-Editor/releases)\n\nThe editor can now :\n- [x] View already existing file on the system. \n- [x] Edit a text file\n- [x] Check if the file is in modified state or not ( and warn if you try to exit a modified file without saving )\n- [x] Save chagnes to the open file ( using `Ctrl-s` )\n- [x] Quit (using `Ctrl-q` )\n\n---\n\nBut still it can't :\n- [ ] Create a new file\n- [ ] Save a blank file ( Save-as feature )\n- [ ] support text highlithing for C/C++\n\n| **⚠️ WARNING:** The software is still in Beta version so if you planning to use it, I suggest making regular backups of your work in case you run into bugs in the editor.|\n| --- |\n\n## Platform supported \nLinux, macOS, windows(with cygwin)\n\n## Prerequisites\n\n- [Cmake](https://cmake.org)\n- [C compiler](https://en.wikipedia.org/wiki/Compiler)\n\n## Get it running \n\n- `git clone` or download.\n\n- Navigate to the repository.\n\n- Run [`cmake .`](https://cmake.org/cmake/help/latest/manual/cmake.1.html) command and let CMake generate a [Makefile](https://en.wikipedia.org/wiki/Make_(software)) according to your system configuration.\n\n- Run a `make` command on your terminal to compile source.\n\n- Run exectuatable with the name `JATE`.\n\n```bash\n$ cd text-editor\n$ cmake .\n$ make\n$ ./JATE \u003coptional: file name that you want to open\u003e\n```\n\n## Thank You for visiting \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenic-atg%2Fjate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farsenic-atg%2Fjate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farsenic-atg%2Fjate/lists"}