{"id":30812700,"url":"https://github.com/hiromichinomata/emacro","last_synced_at":"2026-03-07T07:32:43.461Z","repository":{"id":64302142,"uuid":"255302544","full_name":"hiromichinomata/emacro","owner":"hiromichinomata","description":"Use emacs macro like grep","archived":false,"fork":false,"pushed_at":"2020-04-29T08:58:26.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-09-06T07:25:14.650Z","etag":null,"topics":["cli","emacs","golang","macro"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiromichinomata.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-04-13T11:04:02.000Z","updated_at":"2022-06-21T09:57:14.000Z","dependencies_parsed_at":"2023-01-15T09:45:19.474Z","dependency_job_id":null,"html_url":"https://github.com/hiromichinomata/emacro","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hiromichinomata/emacro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiromichinomata%2Femacro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiromichinomata%2Femacro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiromichinomata%2Femacro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiromichinomata%2Femacro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiromichinomata","download_url":"https://codeload.github.com/hiromichinomata/emacro/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiromichinomata%2Femacro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30209733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"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":["cli","emacs","golang","macro"],"created_at":"2025-09-06T07:03:35.789Z","updated_at":"2026-03-07T07:32:43.439Z","avatar_url":"https://github.com/hiromichinomata.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# emacro\nUse Emacs macro like grep\n\n## Usage\n\n```\n$ cat test/sample.csv\n2020-04-01 01:23,user01,male,17\n2020-04-01 02:34,user02,female,27\n2020-04-01 03:45,user03,male,37\n\n$ grep female test/sample.csv\n2020-04-01 02:34,user02,female,27\n\n$ emacro '^S,user^D^D' test/sample.csv\n2020-04-01 01:23,user,male,17\n2020-04-01 02:34,user,female,27\n2020-04-01 03:45,user,male,37\n\n```\n\n## Doc\nBasic\n\n* `^A` =\u003e `C-a`\n* `^a` =\u003e `M-a`\n\nSupported operations\n\n* `C-a`\n* `C-b`\n* `C-d`\n* `C-e`\n* `C-f`\n* `C-n`\n* `C-s`\n\nTo input `^`, you can use `^^`\n\n## TODO\n* [ ] more operations\n* [ ] how to install\n* [ ] test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiromichinomata%2Femacro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiromichinomata%2Femacro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiromichinomata%2Femacro/lists"}