Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hizkifw/gex
Go Hex Editor
https://github.com/hizkifw/gex
Last synced: about 1 month ago
JSON representation
Go Hex Editor
- Host: GitHub
- URL: https://github.com/hizkifw/gex
- Owner: hizkifw
- License: mpl-2.0
- Created: 2023-09-29T17:27:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T03:33:05.000Z (9 months ago)
- Last Synced: 2024-04-01T04:30:58.937Z (9 months ago)
- Language: Go
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gex!
Go Hex Editor with vim-like keybindings
![Screenshot](https://github.com/hizkifw/gex/assets/7418049/ebdfa046-b436-4d87-a94d-2e978194b9e3)
## Status
gex! is very early in development and should not be used to load or modify any
important data.For documentation on how to use gex!, see the [`doc`] folder.
[`doc`]: doc/help.md
## Install
You can download the latest CI build from the [Actions page], or from here.
| [Linux x64] | [Windows x64] | [Darwin x64] |
| ----------- | ------------- | ------------ |[Actions page]: https://github.com/hizkifw/gex/actions
[Linux x64]:
https://nightly.link/hizkifw/gex/workflows/ci.yaml/main/gex-linux-amd64.zip
[Windows x64]:
https://nightly.link/hizkifw/gex/workflows/ci.yaml/main/gex-windows-amd64.zip
[Darwin x64]:
https://nightly.link/hizkifw/gex/workflows/ci.yaml/main/gex-darwin-amd64.zipYou can also install from source. You'll need **Go 1.20** to build and install
gex!.```sh
go install github.com/hizkifw/gex/cmd/gex@latest
```