Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefistotelis/barred
Binary Arrays Editor
https://github.com/mefistotelis/barred
arrays binary console editor midnight-commander
Last synced: 6 days ago
JSON representation
Binary Arrays Editor
- Host: GitHub
- URL: https://github.com/mefistotelis/barred
- Owner: mefistotelis
- Created: 2015-07-07T00:07:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T20:53:23.000Z (over 8 years ago)
- Last Synced: 2024-11-16T12:35:20.665Z (2 months ago)
- Topics: arrays, binary, console, editor, midnight-commander
- Language: C
- Size: 29.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barred
Binary Arrays EditorThis program allows to view and edit binary files which contain
array of constant-width records, like databases used in games.Usage:
barred [-s ] [-n ]
where:
[file] - File name to edit,
-s - Index of the byte within file which will be used as first.
-n - Amount of bytes per line.
If run without parameters, the program will ask for file name.Note that it is a console tool, with Midnight Commander / FAR Manager styled interface.