{"id":23937990,"url":"https://github.com/littleb0xes/hexed","last_synced_at":"2025-02-24T03:40:30.458Z","repository":{"id":268454001,"uuid":"904414531","full_name":"LittleB0xes/hexed","owner":"LittleB0xes","description":"A tiny hex editor","archived":false,"fork":false,"pushed_at":"2025-02-22T20:31:59.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T21:24:45.956Z","etag":null,"topics":["c","editor","hexadecimal"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LittleB0xes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-16T21:01:16.000Z","updated_at":"2025-02-22T20:32:02.000Z","dependencies_parsed_at":"2024-12-16T21:52:51.198Z","dependency_job_id":"4c1c5406-6644-4471-9395-3770d10159b3","html_url":"https://github.com/LittleB0xes/hexed","commit_stats":null,"previous_names":["littleb0xes/hexed"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleB0xes%2Fhexed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleB0xes%2Fhexed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleB0xes%2Fhexed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LittleB0xes%2Fhexed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LittleB0xes","download_url":"https://codeload.github.com/LittleB0xes/hexed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240415209,"owners_count":19797599,"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","hexadecimal"],"created_at":"2025-01-06T02:17:32.486Z","updated_at":"2025-02-24T03:40:30.452Z","avatar_url":"https://github.com/LittleB0xes.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\ndb   db d88888b db    db d88888b d8888b.\n88   88 88'     `8b  d8' 88'     88  `8D\n88ooo88 88ooooo  `8bd8'  88ooooo 88   88\n88~~~88 88~~~~~  .dPYb.  88~~~~~ 88   88\n88   88 88.     .8P  Y8. 88.     88  .8D\nYP   YP Y88888P YP    YP Y88888P Y8888D'\n```\n\n\n# HexeD - a WIP hex file editor\n\nAt the same time, I have the similar project but in [Rust](https://github.com/LittleB0xes/rhexed)\nThis project use [Termbox2](https://github.com/termbox/termbox2)\n\n## Usage\nYou can work on one file\n\u003e ./hexed my_file\n\nor, if you need, on several files in the same time, with the ability to navigate from file to file.\n\u003e ./hexed my_file_1 my_file_2 my_file_3 ...\n\n## Command\n```\n- hjkl          move (arrows works too)\n- g             move to the beginning of the file\n- G             move to the end of the file\n- (             move to the beginning of the line\n- )             move to the end of the line\n- [             move to the beginning of the page\n- ]             move to the end of the page\n- n             next page\n- b             previous page\n- N             next file\n- B             previous file\n- J             jump to address\n- a             insert a byte at cursor position\n- x             cut a byte\n- y             copy a byte \n- p             paste a byte\n- i             insert mode\n- I             insert mode (in ascii)\n- s             search hex sequence\n- \u003e             move to the next search result\n- \u003c             move to the previous search result\n- u             Undo (max undo : 500)\n- \u003cBCKSPACE\u003e    Delete in search or jump mode\n- \u003cESC\u003e         quit insert mode\n- \u003cSPACE\u003e       force refresh\n- \u003cTAB\u003e         show / hide title\n- ?             show / hide help\n- w             write file\n- q             quit\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittleb0xes%2Fhexed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittleb0xes%2Fhexed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittleb0xes%2Fhexed/lists"}