Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnsonjh/bviplusplus

bviplusplus: bvi++ hex editor
https://github.com/johnsonjh/bviplusplus

bvi bvi-plus bvi-plus-plus bviplus bviplusplus hex-editor

Last synced: 21 days ago
JSON representation

bviplusplus: bvi++ hex editor

Awesome Lists containing this project

README

        

# ***`bviplusplus`*** (**`bvi++`**)

## Overview

***`bviplusplus`*** (**`bvi++`**) is an *ncurses*-based hex editor
derived from [**`bviplus`**](https://sourceforge.net/p/bviplus)

## Links

### Other **`bviplus`** derivatives

* [**`bviplus`**](https://github.com/baranovskiykonstantin/bviplus) by
[*Baranovskiy Konstantin*](https://github.com/baranovskiykonstantin),
another enhanced fork of **`bviplus`**, likely more featured than this
version *for now*

### ***`bviplusplus`*** ancestors

* [**`bvi`**](https://github.com/buergmann/bvi), the original **`bvi`**
hex editor by [*Gerhard Bürgmann*](https://github.com/buergmann)
* [**`bviplus`**](https://sourceforge.net/p/bviplus) by *David Kelley* and
*Steve Lewis*, based on **`bvi`**

### ***`bviplusplus`*** / **`bviplus`** alternatives

* [**`hyx`**](https://yx7.cc/code/), a fast and minimal *ncurses*-based hex
editor with `vi`-like keybindings by [*Lorenz Pany*](https://yx7.cc/)
* [**`xxd`**](https://github.com/ConorOG/xxd), a hexdump manipulation utility
by [*Vadim Vygonets*](https://github.com/unixdj), *Juergen Weigert*, and
contributors, a version of which is distributed with *Bram Moolenaar*'s
[**`Vim`**](https://vim.org) editor

## License

```text
Copyright (c) 2008, 2009, 2010 David Kelley
Copyright (c) 2009 Steve Lewis
Copyright (c) 2016 The Lemon Man
Copyright (c) 2021 Sergei Trofimovich
Copyright (c) 2021, 2022 Jeffrey H. Johnson

This file is part of bviplusplus.

Bviplusplus is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Bviplusplus is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with bviplusplus. If not, see .
```