Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Sep 21, 2018
1 parent 449e979 commit e2cc223
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# filebytes

**filebytes** is a dos app to read the bytes of a file one-by-one.
It is very similar to that of a hex editor, except that this is way
more user-unfriendly than a standard hex-editor. The bytes can be seen
Expand All @@ -8,16 +6,19 @@ in character, decimal, hex, and binary format.

## demo

<img src="https://raw.githubusercontent.com/wolfram77/dos-filebytes/gh-pages/0/image/0.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/filebytes/gh-pages/0/image/0.png" width="70%"><br/>
Enter `Filename` whose bytes are to be seen / written down.
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/dos-filebytes/gh-pages/0/image/1.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/filebytes/gh-pages/0/image/1.png" width="70%"><br/>
Press `Enter` to view next byte (repeat).
<br/><br/>


<img src="https://raw.githubusercontent.com/wolfram77/dos-filebytes/gh-pages/0/image/2.png" width="70%"><br/>
<img src="https://raw.githubusercontent.com/qb40/filebytes/gh-pages/0/image/2.png" width="70%"><br/>
Un-displayable characters as shown as `...`.
<br/><br/>


[![qb40](https://i.imgur.com/xAWLn0I.jpg)](https://qb40.github.io)

0 comments on commit e2cc223

Please sign in to comment.