This commit is contained in:
decoded
2022-11-05 19:05:14 -05:00
parent a3cdc80706
commit e1c89cc4b7

View File

@@ -35,7 +35,15 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM
``` ```
## summary ## summary
``` ```
dr1p4ns1 v2.666 - cp437 ansi parser dr1p4ns1 v2.667 - cp437 ansi parser
```
## changelog - v2.667
```
- ! added an autopumping feature. if you press 'z' autopump will pump either the directory or pumpqueue.
- ! fixed some various bugs which inhibited a file loading, or would crash, or simply freeze output.
- ! added an abort feature to abort midpump, simply press anykey while pumping and it will abort.
- ! added a filename display feature, this will display the file pumped after each pump.
- - ! press 'f' to disable, by default it is enabled.. change SHOW_FILENAME from True to False to set.
``` ```
## changelog - v2.666 ## changelog - v2.666
``` ```
@@ -66,4 +74,4 @@ ansi files can be queued so that when you pump they are being sent in a sequenti
- **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.. - **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 if you have one setup, adjust the FIFO_PATH at the top of dr1p4ns1.py