{"id":13652455,"url":"https://github.com/95ulisse/hedit","last_synced_at":"2025-04-23T03:30:51.182Z","repository":{"id":78268077,"uuid":"115130411","full_name":"95ulisse/hedit","owner":"95ulisse","description":"A VIM-like terminal-based hex editor scriptable with JS.","archived":false,"fork":false,"pushed_at":"2018-05-10T10:48:53.000Z","size":588,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T03:35:31.536Z","etag":null,"topics":["c","hex-editor","js","vim"],"latest_commit_sha":null,"homepage":"","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/95ulisse.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}},"created_at":"2017-12-22T16:05:08.000Z","updated_at":"2024-05-19T14:52:05.000Z","dependencies_parsed_at":"2023-03-12T03:58:03.425Z","dependency_job_id":null,"html_url":"https://github.com/95ulisse/hedit","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/95ulisse%2Fhedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/95ulisse%2Fhedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/95ulisse%2Fhedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/95ulisse%2Fhedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/95ulisse","download_url":"https://codeload.github.com/95ulisse/hedit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250365315,"owners_count":21418666,"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","hex-editor","js","vim"],"created_at":"2024-08-02T02:00:59.500Z","updated_at":"2025-04-23T03:30:48.402Z","avatar_url":"https://github.com/95ulisse.png","language":"C","funding_links":[],"categories":["Hex editors"],"sub_categories":[],"readme":"# HEdit [![Build Status](https://travis-ci.org/95ulisse/hedit.svg?branch=master)](https://travis-ci.org/95ulisse/hedit)\n\nHEdit is a simple terminal-based hex editor inspired by VIM and scriptable with JS.\n\n## Build from source\n\nHEdit has two main dependencies:\n\n-  `libtickit`, which is currently available only on Bazaar, so you may need to install it.\n\n- `V8`, which has its own build system. To build `V8` you need to install the `depot_tools`\n  from http://dev.chromium.org/developers/how-tos/install-depot-tools, and you must also be sure\n  to have Python **2** available and set as the default Python interpreter.\n\n  If you have Python 3 as your default interpreter, a quick-and-dirty just-run-once solution\n  to create a temporary environment in which Python 2 is the default might be:\n  ```\n  $ sudo unshare -m\n  # mount --bind /usr/bin/python2 /usr/bin/python\n  # su \u003csome-unprivileged-user\u003e\n  $ python --version # This should be Python 2.*\n  ```\n\nOnce you have satisfied all the dependencies, you can compile with `cmake`.\n\n```\n$ mkdir build \u0026\u0026 cd build\n$ cmake -DCMAKE_BUILD_TYPE=Release ..\n$ make\n# make install\n```\n\n**Note**: `v8` takes **A LOT** of time to compile, so if you want to disable JavaScript integration,\npass `-DWITH_V8=OFF` to `cmake`. This will disable all the features that depend on the JS integration,\nlike syntax highlighting.\n\nThe build output is in the `build` folder.\n\n### Running tests\n\nTo run the tests, go to the `buid` directory and invoke the `check` target:\n\n```\ncd build\nmake check\n```\n\n### Common build options\n\nThere are some common options to pass to `cmake` to customize the build:\n\n- **Debug build**: `-DCMAKE_BUILD_TYPE=Debug`\n- **Disable V8**: `-DWITH_V8=OFF`\n\n## Documentation\n\nThere's some documentation available for the JavaScript APIs at https://95ulisse.github.io/hedit.\n\nTo build the docs locally, you need [Node](https://nodejs.org) installed, then issue:\n\n```\n$ cd build\n$ make docs\n```\n\nThe docs will be in `docs/out`.\n\nTemplate by [NHN Entertainment Corp](https://github.com/nhnent/tui.jsdoc-template).\n\n## Roadmap\n\n- [x] Undo/Redo\n- [x] Scriptability\n- [x] Write JS docs\n- [x] Syntax highlighting\n- [ ] Improve performance of syntax highlighting\n- [ ] Structure view","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F95ulisse%2Fhedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F95ulisse%2Fhedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F95ulisse%2Fhedit/lists"}