This commit is contained in:
decoded
2022-02-28 19:26:37 -06:00
parent e5a4825fe9
commit cc19550543

View File

@@ -35,29 +35,28 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM
``` ```
## summary ## summary
``` ```
dr1p4ns1 v2.3 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp dr1p4ns1 v2.3 - cp437 ansi parser
``` ```
## screenshots ## screenshots
![screenshots](screenshots/ss1.jpg) ![screenshots](screenshots/ss1.jpg)
![screenshots](screenshots/ss2.jpg) ![screenshots](screenshots/ss2.jpg)
## overview
```
a menu system to browse ansi files, copy/remove files, preview ansi files and pump them out over irc.
ansi files can be queued so that when you pump they are being sent in a sequential manner.
```
## prerequisites ## prerequisites
- `python3` - `python3`
## content
- dr1p4ns1.py - **main file**
- ansiscii/*.ans - **example: directory of ansi files**
## usage - main file ## usage - main file
``` - syntax: `python3 dr1p4ns1.py` - **will load all the ansi files in the present working directory**
running 'python3 dr1p4ns1.py' will load all the ansi files in the present working directory - syntax: `python3 dr1p4ns1.py ansiscii` - **will load all the ansi files in this directory path**
running 'python3 dr1p4ns1.py ansiscii' will load all the ansi files in a directory path ## setting up environment
``` - `git clone --recursive https://git.tcp.direct/decoded/dr1p4ns1.git`
## files overview
```
dr1p4ns1.py - main file
ansiscii/*.ans - an example ansi files directory
```
## notes ## notes
``` - **PUMPQUEUE:** using the q key you can queue up a bunch of ansis to pump, then just press p to fire
PUMPQUEUE: using the q key you can queue up a bunch of ansis to pump, then just press p to fire them off. if there is nothing in the queue then whatever is on the screen will be pumped to fifo.
them off. if there is nothing in the queue then whatever is on the screen will be pumped to fifo. - **FIFO:** 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
```
FIFO: 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
```