{"id":19565832,"url":"https://github.com/0xhanyuu/hotmilk","last_synced_at":"2026-04-15T20:04:57.532Z","repository":{"id":253276882,"uuid":"843017232","full_name":"0xhanyuu/hotmilk","owner":"0xhanyuu","description":"rudimentary esoteric linux-based text editor","archived":false,"fork":false,"pushed_at":"2025-05-05T17:30:51.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T18:37:51.495Z","etag":null,"topics":["c","shell","text-editor"],"latest_commit_sha":null,"homepage":"","language":"C","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/0xhanyuu.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-08-15T15:46:55.000Z","updated_at":"2025-05-05T17:30:55.000Z","dependencies_parsed_at":"2024-08-15T17:55:16.162Z","dependency_job_id":"a2ec0ae3-7560-4562-8903-42513dc02e50","html_url":"https://github.com/0xhanyuu/hotmilk","commit_stats":null,"previous_names":["0xhanyuu/hotmilk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xhanyuu/hotmilk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhanyuu%2Fhotmilk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhanyuu%2Fhotmilk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhanyuu%2Fhotmilk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhanyuu%2Fhotmilk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xhanyuu","download_url":"https://codeload.github.com/0xhanyuu/hotmilk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xhanyuu%2Fhotmilk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["c","shell","text-editor"],"created_at":"2024-11-11T05:28:35.779Z","updated_at":"2026-04-15T20:04:57.528Z","avatar_url":"https://github.com/0xhanyuu.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hotmilk\nA rudimentary, esoteric text editor with an 'append-only' model, where escape sequences are typed manually in order to reflect the corresponding changes in the output file.\n\nSupported escape sequences:\n\n- `\\t` - tab\n- `\\n` - newline\n- `\\b` - backspace\n\nSome hotmilk-specific control sequences are / were (intended to be) implemented in this text editor in order to be able to interface the output file, such as:\n\n- `^s` - save (to existing file)\n- `^x` - exit\n\n## Example:\n\nA line such as:\n\n\u003e #include \u003cstdio.h\u003e\\n\\nint main()\\n{\\n\\tprintf(\"%s\\\\n\", \"Hello, World!\");\\n\\t\\n\\treturn 0;\\n}^s^x\n\n\\- would output the following in the output file:\n\n```c\n#include \u003cstdio.h\u003e\n\nint main()\n{\n    printf(\"%s\\n\", \"Hello, World!\");\n    return 0;\n}\n```\n\n## Note:\n\nThis project is unfinished, lacks certain features and was made to be a proof of concept.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xhanyuu%2Fhotmilk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xhanyuu%2Fhotmilk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xhanyuu%2Fhotmilk/lists"}