blob: a14d55af6220d871b20b99a05cc7d105cef96492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# mew 0.4 - Hex code editor
The main repository has been removed with reasons unknown to me. `Release` page will be restored next time
> [!CAUTION]
> The current version of this program is unstable, has bugs and is not ready for use.
### Installation
```shell
git clone https://github.com/Ad4ndi/mew.git
cd mew
cargo build --release
```
Or download [release](https://github.com/Ad4ndi/mew/releases) <br>
> [!NOTE]
> To quick use move executable to `/bin/`
### Usage
```shell
mew [file]
```
### Bugs (TODO)
- No scaling
- Invisible file info
|