{"id":38380782,"url":"https://github.com/proh14/ptext","last_synced_at":"2026-01-17T03:37:52.086Z","repository":{"id":197544568,"uuid":"693467165","full_name":"proh14/ptext","owner":"proh14","description":"A nano like text editor built with pure C","archived":false,"fork":false,"pushed_at":"2024-12-11T19:22:50.000Z","size":357,"stargazers_count":198,"open_issues_count":3,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-11T20:30:41.462Z","etag":null,"topics":["bsd-2-license","c","collaborate","hacktoberfest-accepted","kilo","terminal","text-editor","tui"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proh14.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-09-19T05:00:45.000Z","updated_at":"2024-12-11T19:22:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"b876e40a-b289-4eb9-90b9-79d805ec0c12","html_url":"https://github.com/proh14/ptext","commit_stats":null,"previous_names":["proh14/ptext"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/proh14/ptext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proh14%2Fptext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proh14%2Fptext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proh14%2Fptext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proh14%2Fptext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proh14","download_url":"https://codeload.github.com/proh14/ptext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proh14%2Fptext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28493274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bsd-2-license","c","collaborate","hacktoberfest-accepted","kilo","terminal","text-editor","tui"],"created_at":"2026-01-17T03:37:51.230Z","updated_at":"2026-01-17T03:37:52.079Z","avatar_url":"https://github.com/proh14.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"./images/logo.png\" alt=\"ptext logo\" width=\"200\"\u003e\n  \u003cbr\u003e\n  ptext\n  \u003cbr\u003e\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eA nano like text editor built with pure C \u003c/h4\u003e\n\nptext is a text editor based on kilo. \u003cbr\u003e \nMy goal in making this was to learn more about managing tui interfaces not using ncurses.\u003c/br\u003e \n\n### Preview🙈:\nhttps://github.com/proh14/ptext/assets/95998030/08ee068b-fe9b-4d3f-b3e4-49d3a66855d5\n\n### How to install⬇️:\n1. Clone this repo.\n```shell\ngit clone https://github.com/proh14/ptext.git\ncd ptext\n```\n2. Run `make` inside this repo's main directory.\n```shell\nmake\n```\n\n3. go to build directory\n```shell\ncd build\n```\n4. run ptext!\n```shell\n./ptext \u003cfilename\u003e\n```\n\nOR to install you may run the command\n```shell\nmake install\n```\nthen restart your shell and run\n```shell\nptext \u003cfile name\u003e\n``` \nto start the editor.\n\n### Documentation📖:\nIf you installed ptext (with the make install command) on a *nix system you can simply run \n``` shell\nman ptext\n```\nto see the maual page of ptext.\nOtherwise take a look at [./docs](./docs] directory to see the manual in different formats!\nThe markdown version of the [manual](./docs/manual.md)\n\n### Goals🥅:\n1. Add visual mode (Selecting, copy selection, paste selection, delete selection).\n2. Fix replace.\n3. Add keyboard configuration(like `bind-key CTRL_X exit`).\n4. Add syntax highlighting configuration.\n5. Add file browser mode.\n6. Add shell mode.\n7. Add a self contained help-system.\n8. Add vertical and horizontal split.\n9. Add VI mode.\n10. Add utf support.\n\n### Work in progress⚒️:\nThis is still a work in progress project!\n\n### Contributions💖:\nI appreciate contributions but first of all, you must read the \u003cbr\u003e\nRead the [CONTRIBUTING.md](CONTRIBUTING.md) Then you can send your pr!\n\n### Thank you Stargazers⭐:\n[![Stargazers repo roster for @proh14/ptext](http://reporoster.com/stars/proh14/ptext)](https://github.com/proh14/ptext/stargazers)\n\n### Thank you Forkers🍴:\n[![Forkers repo roster for @proh14/ptext](http://reporoster.com/forks/proh14/ptext)](https://github.com/proh14/ptext/network/members)\n\n### A huge thanks to🙏:\n1. [viewsourcecode](https://viewsourcecode.org)\n2. [kilo](https://github.com/antirez/kilo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproh14%2Fptext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproh14%2Fptext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproh14%2Fptext/lists"}