{"id":16475308,"url":"https://github.com/avinal/scratch-pad","last_synced_at":"2026-05-15T02:04:22.840Z","repository":{"id":248274902,"uuid":"823221636","full_name":"avinal/scratch-pad","owner":"avinal","description":"Creating a text editor in C","archived":false,"fork":false,"pushed_at":"2024-07-13T14:16:26.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T01:32:04.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avinal.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":"2024-07-02T16:01:00.000Z","updated_at":"2024-07-13T14:18:53.000Z","dependencies_parsed_at":"2024-07-13T16:55:12.034Z","dependency_job_id":null,"html_url":"https://github.com/avinal/scratch-pad","commit_stats":null,"previous_names":["avinal/scratch-pad"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fscratch-pad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fscratch-pad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fscratch-pad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinal%2Fscratch-pad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinal","download_url":"https://codeload.github.com/avinal/scratch-pad/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241131777,"owners_count":19915013,"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":[],"created_at":"2024-10-11T12:37:39.761Z","updated_at":"2026-05-15T02:04:22.756Z","avatar_url":"https://github.com/avinal.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scratch Pad\n\nCreating a simple text editor in C.\n\n## How to compile and run\n\nThere are no dependencies other than a working C compiler. All the headers used are mostly present by default on any linux system.\n\n- Either GCC or Clang\n- Make\n\nRun:\n\n```bash\ngit clone https://github.com/avinal/scratch-pad.git\ncd scratch-pad\nmake\n```\n\n## Usage\n\n### Editing\n\n- Create a new file and edit.\n\n    ```bash\n    ./scratch\n    ```\n\n- Edit an exisiting file\n\n    ```bash\n    ./scratch \u003cfile-name\u003e\n    ```\n\n### Keybindings\n\n| Actions | Key Combination |\n| --- | --- |\n| Close the editor | `CTRL+X` |\n| Save the modification | `CTRL+S` |\n| Delete a character | `Backspace`, `Delete`, `CTRL+H` |\n| The usual | `Arrows`, `Home`, `End`, 'Page Up/Down' |\n\n## Features\n\nNothing more than being able to edit text files.\n\n## Acknowledgement\n\n- [Build your own text editor](https://viewsourcecode.org/snaptoken/kilo/index.html) by Paige Ruten\n- [Kilo Editor](https://github.com/antirez/kilo) by Salvatore Sanfilippo aka antirez\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Fscratch-pad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinal%2Fscratch-pad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinal%2Fscratch-pad/lists"}