Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Luz/hexdino
A hex editor with vim like keybindings written in Rust.
https://github.com/Luz/hexdino
hex-editor vim
Last synced: 3 months ago
JSON representation
A hex editor with vim like keybindings written in Rust.
- Host: GitHub
- URL: https://github.com/Luz/hexdino
- Owner: Luz
- License: mit
- Created: 2016-02-16T21:22:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T21:21:21.000Z (10 months ago)
- Last Synced: 2024-05-12T11:43:00.102Z (6 months ago)
- Topics: hex-editor, vim
- Language: Rust
- Homepage:
- Size: 323 KB
- Stars: 32
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pest - hexdino - A hex editor with vim like keybindings written in Rust. (Projects)
README
# hexdino
A hex editor with vim like keybindings written in Rust.
## Building
```Shell
cargo build
```## Installation
[![Packaging status](https://repology.org/badge/vertical-allrepos/hexdino.svg)](https://repology.org/project/hexdino/versions)## Logo
![logo](https://raw.githubusercontent.com/Luz/hexdino/master/logo.png)## Related projects
- [command_parser](https://github.com/Luz/command_parser)
- [pest-parser](https://github.com/pest-parser/pest)