diff --git a/README.md b/README.md index 3c5e264..f2ad151 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM dr1p4ns1 v2.0 - cp437 ansi parsing - this logic will be rolled into bots like krylon/maple/g1mp ``` ## screenshots -![screenshots](screenshots/ss.jpg) +![screenshots](screenshots/ss1.jpg) +![screenshots](screenshots/ss2.jpg) ## summary ## prerequisites - `apt install python3` @@ -66,4 +67,4 @@ PUMPQUEUE: using the q key you can queue up a bunch of ansis to pump, then just them off. if there is nothing in the queue then whatever is on the screen will be pumped 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 -``` \ No newline at end of file +``` diff --git a/dr1p4ns1.py b/dr1p4ns1.py index 741f03d..d214b24 100644 --- a/dr1p4ns1.py +++ b/dr1p4ns1.py @@ -1,4 +1,4 @@ -#################################################################################################### ################### SOF +########################################################################################### dr1p4ns1 version 2.3 ####### SOF #################################################################################################### ####################### from glob import glob from time import sleep @@ -46,7 +46,7 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM FIFO_PATH = f"{os.path.expanduser('~')}/.weechat/weechat_fifo" ##### FIFO_ENABLED = True ##### COPY_PATH = f"{os.path.expanduser('~')}/Pictures" ##### -DELETE_PATH = "/tmp" ##### +DELETE_PATH = "/tmp" ##### #################################################################################################### ####################### #################################################################################################### ####################### ##### @@ -1225,4 +1225,4 @@ class ANSIDecoder: if __name__=="__main__": FIFO_ENABLED = os.path.exists(FIFO_PATH) files = getfiles(sys.argv) - ui = UI(files) \ No newline at end of file + ui = UI(files) diff --git a/screenshots/ss.jpg b/screenshots/ss1.jpg similarity index 100% rename from screenshots/ss.jpg rename to screenshots/ss1.jpg diff --git a/screenshots/ss2.jpg b/screenshots/ss2.jpg new file mode 100644 index 0000000..6aa9fb4 Binary files /dev/null and b/screenshots/ss2.jpg differ