Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnsonjh/bviplusplus
- Owner: johnsonjh
- License: gpl-3.0
- Created: 2022-02-05T16:19:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T18:26:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T02:47:27.884Z (about 1 month ago)
- Topics: bvi, bvi-plus, bvi-plus-plus, bviplus, bviplusplus, hex-editor
- Language: C
- Homepage:
- Size: 220 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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. JohnsonThis 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 .
```