blob: 424aecb2cae0117acdd7aaaa3ce4958cc2fc6a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# mew 0.2 - Hex code editor
> [!CAUTION]
> The current version of this program is unstable, has bugs and is not ready for use.
### Installation
```shell
git chone https://github.com/Ad4ndi/mew
cd mew
cargo build
```
### Usage
```shell
mew [file]
```
### Bugs (TODO)
- No line scrolling
- ASCII block alignment issue
- Unoptimized file loading (full)
|