This commit is contained in:
decoded
2022-02-28 14:48:44 -06:00
parent c02e44fd0a
commit 07dc3c90c6
21 changed files with 1825 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNs. -hMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
```
```
dr1p4ns1 v1.3 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp
dr1p4ns1 v2.0 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp
```
## prerequisites
- `apt install python3`
@@ -57,7 +57,8 @@ running 'python3 dr1p4ns1.py /path/to/ansi/files' will load all the .ans files i
```
while working on the reencoding portions its operating as a viewer, pumper, basic file operations.
```
## todo
```
- reset color set/fg/bg on line ending, resuming it on the next on line so there are not ghost lines
## notes
```
in order to use the pump feature, you need a fifo setup in something like weechat/irsii/etc..
if you have one setup, adjust the FIFO_PATH at the top of dr1p4ns1.py
```