hexdino
hexdino copied to clipboard
A hex editor with vim like keybindings written in Rust.
hexdino
A hex editor with vim like keybindings written in Rust.
Dependencies
- ncurses
Building
Ubuntu
sudo apt install libncursesw5-dev cargo
cargo build
Nixos
Create default.nix
with import <nixpkgs> {}; {
hexdinoEnv = stdenv.mkDerivation {
name = "hexdino";
buildInputs = [ stdenv ncurses pkgconfig ];
};
}
Then build with cargo
nix-shell . --command "cargo build"
Installation
Logo
