Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)