This commit is contained in:
decoded
2023-03-26 23:05:43 -05:00
parent 5d04f02627
commit eb43dc10d8
2 changed files with 24 additions and 9 deletions

View File

@@ -60,6 +60,15 @@ ansi files can be queued so that when you pump they are being sent in a sequenti
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
## changelog - v2.700
```
- ! fixed autopump of full directory index if no files are in pumpqueue
- ? added more subtle coloring for prompts showing filename, abort pump locally and filename at the end of pump if enabled
```
## changelog - v2.669
```
- ! fixed auto-width and autopump queue filename bugs
```
## changelog - v2.668
```
- ! fixed two autopump bugs