diff --git a/src/textual_paint/__init__.py b/src/textual_paint/__init__.py index ea701d8..1d8405a 100644 --- a/src/textual_paint/__init__.py +++ b/src/textual_paint/__init__.py @@ -17,5 +17,14 @@ from subprocess import check_output DEVELOPMENT = exists(dirname(__file__) + "/../../.git") """Whether running from a Git repository.""" +import sys + +PYTEST = "pytest" in sys.modules +"""Whether running from pytest.""" + if DEVELOPMENT: __version__ = "development " + check_output(["git", "describe", "--tags"], cwd=dirname(__file__)).strip().decode() + +if PYTEST: + # Avoid version string in About Paint dialog affecting snapshots. + __version__ = "snapshot test edition :)" diff --git a/tests/__snapshots__/test_snapshots.ambr b/tests/__snapshots__/test_snapshots.ambr index d641f17..137d52f 100644 --- a/tests/__snapshots__/test_snapshots.ambr +++ b/tests/__snapshots__/test_snapshots.ambr @@ -187,163 +187,163 @@ font-weight: 700; } - .terminal-2452316265-matrix { + .terminal-1645961354-matrix { font-family: Fira Code, monospace; font-size: 20px; line-height: 24.4px; font-variant-east-asian: full-width; } - .terminal-2452316265-title { + .terminal-1645961354-title { font-size: 18px; font-weight: bold; font-family: arial; } - .terminal-2452316265-r1 { fill: #c5c8c6 } - .terminal-2452316265-r2 { fill: #608ab1;font-weight: bold } - .terminal-2452316265-r3 { fill: #cc555a;font-weight: bold } - .terminal-2452316265-r4 { fill: #d0b344;font-weight: bold } - .terminal-2452316265-r5 { fill: #0d0d0d } - .terminal-2452316265-r6 { fill: #e3e3e3 } - .terminal-2452316265-r7 { fill: #24292f } - .terminal-2452316265-r8 { fill: #e2e3e3 } - .terminal-2452316265-r9 { fill: #ddedf9;font-weight: bold } - .terminal-2452316265-r10 { fill: #e2e3e3;font-weight: bold } - .terminal-2452316265-r11 { fill: #454a50 } - .terminal-2452316265-r12 { fill: #e5e5e5 } - .terminal-2452316265-r13 { fill: #000000 } - .terminal-2452316265-r14 { fill: #ffffff } - .terminal-2452316265-r15 { fill: #dfdfdf;font-weight: bold } - .terminal-2452316265-r16 { fill: #ff00ff;text-decoration: underline; } - .terminal-2452316265-r17 { fill: #ff00ff } - .terminal-2452316265-r18 { fill: #e2e3e3;font-style: italic;;text-decoration: underline; } - .terminal-2452316265-r19 { fill: #0000ff } - .terminal-2452316265-r20 { fill: #ff0000 } - .terminal-2452316265-r21 { fill: #ffff00 } - .terminal-2452316265-r22 { fill: #c0c0c0 } - .terminal-2452316265-r23 { fill: #dfdfdf;font-style: italic; } - .terminal-2452316265-r24 { fill: #cc555a;font-style: italic;;text-decoration: underline; } - .terminal-2452316265-r25 { fill: #0080ff } - .terminal-2452316265-r26 { fill: #dfdfdf } - .terminal-2452316265-r27 { fill: #00050f } - .terminal-2452316265-r28 { fill: #e9e9ea } - .terminal-2452316265-r29 { fill: #808040 } - .terminal-2452316265-r30 { fill: #121212 } - .terminal-2452316265-r31 { fill: #565c62 } - .terminal-2452316265-r32 { fill: #507bb3 } - .terminal-2452316265-r33 { fill: #004578;font-weight: bold } - .terminal-2452316265-r34 { fill: #001541 } + .terminal-1645961354-r1 { fill: #c5c8c6 } + .terminal-1645961354-r2 { fill: #608ab1;font-weight: bold } + .terminal-1645961354-r3 { fill: #cc555a;font-weight: bold } + .terminal-1645961354-r4 { fill: #d0b344;font-weight: bold } + .terminal-1645961354-r5 { fill: #0d0d0d } + .terminal-1645961354-r6 { fill: #e3e3e3 } + .terminal-1645961354-r7 { fill: #24292f } + .terminal-1645961354-r8 { fill: #e2e3e3 } + .terminal-1645961354-r9 { fill: #ddedf9;font-weight: bold } + .terminal-1645961354-r10 { fill: #e2e3e3;font-weight: bold } + .terminal-1645961354-r11 { fill: #454a50 } + .terminal-1645961354-r12 { fill: #e5e5e5 } + .terminal-1645961354-r13 { fill: #000000 } + .terminal-1645961354-r14 { fill: #ffffff } + .terminal-1645961354-r15 { fill: #dfdfdf;font-weight: bold } + .terminal-1645961354-r16 { fill: #ff00ff;text-decoration: underline; } + .terminal-1645961354-r17 { fill: #ff00ff } + .terminal-1645961354-r18 { fill: #e2e3e3;font-style: italic;;text-decoration: underline; } + .terminal-1645961354-r19 { fill: #0000ff } + .terminal-1645961354-r20 { fill: #ff0000 } + .terminal-1645961354-r21 { fill: #ffff00 } + .terminal-1645961354-r22 { fill: #c0c0c0 } + .terminal-1645961354-r23 { fill: #dfdfdf;font-style: italic; } + .terminal-1645961354-r24 { fill: #cc555a;font-style: italic;;text-decoration: underline; } + .terminal-1645961354-r25 { fill: #0080ff } + .terminal-1645961354-r26 { fill: #dfdfdf } + .terminal-1645961354-r27 { fill: #00050f } + .terminal-1645961354-r28 { fill: #e9e9ea } + .terminal-1645961354-r29 { fill: #808040 } + .terminal-1645961354-r30 { fill: #121212 } + .terminal-1645961354-r31 { fill: #565c62 } + .terminal-1645961354-r32 { fill: #507bb3 } + .terminal-1645961354-r33 { fill: #004578;font-weight: bold } + .terminal-1645961354-r34 { fill: #001541 } - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - Paint + Paint - - - - \|/ - - FileEditVAbout PaintX - - - '::.:: - ____________ - .. ,\Textual Paint - /7H?\|/~ - ____________[___]MS Paint in your terminal. - [_] -  P,OVersion: development  - ____________v0.2.0-73-g18ea6eb - Author:Isaiah Odhner - c==-E)=License:MIT - Source Code: - []github.com/1j01/textual-paint - []_______________ - [] - [_______]_______________ - OK - __________ - For Help, cli + + + + \|/ + + FileEditVAbout PaintX + + + '::.:: + ____________ + .. ,\Textual Paint + /7H?\|/~ + ____________[___]MS Paint in your terminal. + [_] +  P,OVersion: snapshot test  + ____________edition :) + Author:Isaiah Odhner + c==-E)=License:MIT + Source Code: + []github.com/1j01/textual-paint + []_______________ + [] + [_______]_______________ + OK + __________ + For Help, cli @@ -374,160 +374,160 @@ font-weight: 700; } - .terminal-211181511-matrix { + .terminal-3777716200-matrix { font-family: Fira Code, monospace; font-size: 20px; line-height: 24.4px; font-variant-east-asian: full-width; } - .terminal-211181511-title { + .terminal-3777716200-title { font-size: 18px; font-weight: bold; font-family: arial; } - .terminal-211181511-r1 { fill: #c5c8c6 } - .terminal-211181511-r2 { fill: #608ab1;font-weight: bold } - .terminal-211181511-r3 { fill: #cc555a;font-weight: bold } - .terminal-211181511-r4 { fill: #d0b344;font-weight: bold } - .terminal-211181511-r5 { fill: #00050f } - .terminal-211181511-r6 { fill: #e3e3e3 } - .terminal-211181511-r7 { fill: #34393f } - .terminal-211181511-r8 { fill: #e2e3e3 } - .terminal-211181511-r9 { fill: #ddedf9;font-weight: bold } - .terminal-211181511-r10 { fill: #e2e3e3;font-weight: bold } - .terminal-211181511-r11 { fill: #14191f } - .terminal-211181511-r12 { fill: #454a50 } - .terminal-211181511-r13 { fill: #e5e5e5 } - .terminal-211181511-r14 { fill: #000000 } - .terminal-211181511-r15 { fill: #c0c0c0 } - .terminal-211181511-r16 { fill: #ffffff } - .terminal-211181511-r17 { fill: #dfdfdf;font-weight: bold } - .terminal-211181511-r18 { fill: #0000ff } - .terminal-211181511-r19 { fill: #ff0000 } - .terminal-211181511-r20 { fill: #ffff00 } - .terminal-211181511-r21 { fill: #808080 } - .terminal-211181511-r22 { fill: #c6c6c6 } - .terminal-211181511-r23 { fill: #dfdfdf;font-style: italic; } - .terminal-211181511-r24 { fill: #dfdfdf } - .terminal-211181511-r25 { fill: #e9e9ea } - .terminal-211181511-r26 { fill: #121212 } - .terminal-211181511-r27 { fill: #565c62 } - .terminal-211181511-r28 { fill: #507bb3 } - .terminal-211181511-r29 { fill: #004578;font-weight: bold } - .terminal-211181511-r30 { fill: #001541 } + .terminal-3777716200-r1 { fill: #c5c8c6 } + .terminal-3777716200-r2 { fill: #608ab1;font-weight: bold } + .terminal-3777716200-r3 { fill: #cc555a;font-weight: bold } + .terminal-3777716200-r4 { fill: #d0b344;font-weight: bold } + .terminal-3777716200-r5 { fill: #00050f } + .terminal-3777716200-r6 { fill: #e3e3e3 } + .terminal-3777716200-r7 { fill: #34393f } + .terminal-3777716200-r8 { fill: #e2e3e3 } + .terminal-3777716200-r9 { fill: #ddedf9;font-weight: bold } + .terminal-3777716200-r10 { fill: #e2e3e3;font-weight: bold } + .terminal-3777716200-r11 { fill: #14191f } + .terminal-3777716200-r12 { fill: #454a50 } + .terminal-3777716200-r13 { fill: #e5e5e5 } + .terminal-3777716200-r14 { fill: #000000 } + .terminal-3777716200-r15 { fill: #c0c0c0 } + .terminal-3777716200-r16 { fill: #ffffff } + .terminal-3777716200-r17 { fill: #dfdfdf;font-weight: bold } + .terminal-3777716200-r18 { fill: #0000ff } + .terminal-3777716200-r19 { fill: #ff0000 } + .terminal-3777716200-r20 { fill: #ffff00 } + .terminal-3777716200-r21 { fill: #808080 } + .terminal-3777716200-r22 { fill: #c6c6c6 } + .terminal-3777716200-r23 { fill: #dfdfdf;font-style: italic; } + .terminal-3777716200-r24 { fill: #dfdfdf } + .terminal-3777716200-r25 { fill: #e9e9ea } + .terminal-3777716200-r26 { fill: #121212 } + .terminal-3777716200-r27 { fill: #565c62 } + .terminal-3777716200-r28 { fill: #507bb3 } + .terminal-3777716200-r29 { fill: #004578;font-weight: bold } + .terminal-3777716200-r30 { fill: #001541 } - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - Paint + Paint - - - - \|/▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▄▄ - FileEditVAbout Paint🗙 - ▀▀▀▀ - ▔▔▔▔▔▔▔▔▔▔▔▔ - - ▁▁▁▁▁▁▁▁▁▁▁▁ - ▔▔▔▔▔▔▔▔▔▔▔▔. , 🮈Textual Paint▁▁ - 🧼🌊🙽🙼 - ▁▁▁▁▁▁▁▁▁▁▁▁🮉__🮉MS Paint in your terminal. - ▔▔▔▔▔▔▔▔▔▔▔▔🮈__▍ - 💉🔍Version: development  - ▁▁▁▁▁▁▁▁▁▁▁▁v0.2.0-73-g18ea6eb - ▔▔▔▔▔▔▔▔▔▔▔▔Author:Isaiah Odhner - 🖍️🖌️License:MIT - ▔▔▔▔▔▔▔▔▔▔▔▔▔▔Source Code:▔▔▔▔▔▔▔▔▔▔▔▔▔▔ - ▔▔▔▔▔▔▔▔▔▔▔github.com/1j01/textual-paint▔▔▔▔▔▔▔▔▔▔▔ - ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ - ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ - ▁▁▁▁▁▁▁▁▁▁▁▔▔▔▔▔▔▔▔▁▁▁▁▁▁▁▁▁▁▁ - OK - ▀▀▀▀▀▀▀▀▀▀▀▀▀▁▁▁▁▁▁▁▁▁▁▀▀▀▀▀▀▀▀▀▀▀▀▀ - For Help, cli - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ + + + + \|/▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ + ▄▄▄▄ + FileEditVAbout Paint🗙 + ▀▀▀▀ + ▔▔▔▔▔▔▔▔▔▔▔▔ + + ▁▁▁▁▁▁▁▁▁▁▁▁ + ▔▔▔▔▔▔▔▔▔▔▔▔. , 🮈Textual Paint▁▁ + 🧼🌊🙽🙼 + ▁▁▁▁▁▁▁▁▁▁▁▁🮉__🮉MS Paint in your terminal. + ▔▔▔▔▔▔▔▔▔▔▔▔🮈__▍ + 💉🔍Version: snapshot test  + ▁▁▁▁▁▁▁▁▁▁▁▁edition :) + ▔▔▔▔▔▔▔▔▔▔▔▔Author:Isaiah Odhner + 🖍️🖌️License:MIT + ▔▔▔▔▔▔▔▔▔▔▔▔▔▔Source Code:▔▔▔▔▔▔▔▔▔▔▔▔▔▔ + ▔▔▔▔▔▔▔▔▔▔▔github.com/1j01/textual-paint▔▔▔▔▔▔▔▔▔▔▔ + ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ + ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ + ▁▁▁▁▁▁▁▁▁▁▁▔▔▔▔▔▔▔▔▁▁▁▁▁▁▁▁▁▁▁ + OK + ▀▀▀▀▀▀▀▀▀▀▀▀▀▁▁▁▁▁▁▁▁▁▁▀▀▀▀▀▀▀▀▀▀▀▀▀ + For Help, cli + ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ @@ -557,162 +557,162 @@ font-weight: 700; } - .terminal-376746398-matrix { + .terminal-1784459711-matrix { font-family: Fira Code, monospace; font-size: 20px; line-height: 24.4px; font-variant-east-asian: full-width; } - .terminal-376746398-title { + .terminal-1784459711-title { font-size: 18px; font-weight: bold; font-family: arial; } - .terminal-376746398-r1 { fill: #c5c8c6 } - .terminal-376746398-r2 { fill: #608ab1;font-weight: bold } - .terminal-376746398-r3 { fill: #cc555a;font-weight: bold } - .terminal-376746398-r4 { fill: #d0b344;font-weight: bold } - .terminal-376746398-r5 { fill: #dfdfdf } - .terminal-376746398-r6 { fill: #1e1e1e } - .terminal-376746398-r7 { fill: #dce3e8 } - .terminal-376746398-r8 { fill: #1c1d1e } - .terminal-376746398-r9 { fill: #ddedf9;font-weight: bold } - .terminal-376746398-r10 { fill: #1c1d1e;font-weight: bold } - .terminal-376746398-r11 { fill: #ffffff } - .terminal-376746398-r12 { fill: #101010 } - .terminal-376746398-r13 { fill: #000000 } - .terminal-376746398-r14 { fill: #9ea4a9 } - .terminal-376746398-r15 { fill: #1c1c1c;font-weight: bold } - .terminal-376746398-r16 { fill: #ff00ff;text-decoration: underline; } - .terminal-376746398-r17 { fill: #ff00ff } - .terminal-376746398-r18 { fill: #1c1d1e;font-style: italic;;text-decoration: underline; } - .terminal-376746398-r19 { fill: #0000ff } - .terminal-376746398-r20 { fill: #ff0000 } - .terminal-376746398-r21 { fill: #ffff00 } - .terminal-376746398-r22 { fill: #c0c0c0 } - .terminal-376746398-r23 { fill: #1c1c1c;font-style: italic; } - .terminal-376746398-r24 { fill: #cc555a;font-style: italic;;text-decoration: underline; } - .terminal-376746398-r25 { fill: #0080ff } - .terminal-376746398-r26 { fill: #1c1c1c } - .terminal-376746398-r27 { fill: #b2b9be } - .terminal-376746398-r28 { fill: #212121 } - .terminal-376746398-r29 { fill: #808040 } - .terminal-376746398-r30 { fill: #efefef } - .terminal-376746398-r31 { fill: #507bb3 } - .terminal-376746398-r32 { fill: #004578;font-weight: bold } - .terminal-376746398-r33 { fill: #001541 } + .terminal-1784459711-r1 { fill: #c5c8c6 } + .terminal-1784459711-r2 { fill: #608ab1;font-weight: bold } + .terminal-1784459711-r3 { fill: #cc555a;font-weight: bold } + .terminal-1784459711-r4 { fill: #d0b344;font-weight: bold } + .terminal-1784459711-r5 { fill: #dfdfdf } + .terminal-1784459711-r6 { fill: #1e1e1e } + .terminal-1784459711-r7 { fill: #dce3e8 } + .terminal-1784459711-r8 { fill: #1c1d1e } + .terminal-1784459711-r9 { fill: #ddedf9;font-weight: bold } + .terminal-1784459711-r10 { fill: #1c1d1e;font-weight: bold } + .terminal-1784459711-r11 { fill: #ffffff } + .terminal-1784459711-r12 { fill: #101010 } + .terminal-1784459711-r13 { fill: #000000 } + .terminal-1784459711-r14 { fill: #9ea4a9 } + .terminal-1784459711-r15 { fill: #1c1c1c;font-weight: bold } + .terminal-1784459711-r16 { fill: #ff00ff;text-decoration: underline; } + .terminal-1784459711-r17 { fill: #ff00ff } + .terminal-1784459711-r18 { fill: #1c1d1e;font-style: italic;;text-decoration: underline; } + .terminal-1784459711-r19 { fill: #0000ff } + .terminal-1784459711-r20 { fill: #ff0000 } + .terminal-1784459711-r21 { fill: #ffff00 } + .terminal-1784459711-r22 { fill: #c0c0c0 } + .terminal-1784459711-r23 { fill: #1c1c1c;font-style: italic; } + .terminal-1784459711-r24 { fill: #cc555a;font-style: italic;;text-decoration: underline; } + .terminal-1784459711-r25 { fill: #0080ff } + .terminal-1784459711-r26 { fill: #1c1c1c } + .terminal-1784459711-r27 { fill: #b2b9be } + .terminal-1784459711-r28 { fill: #212121 } + .terminal-1784459711-r29 { fill: #808040 } + .terminal-1784459711-r30 { fill: #efefef } + .terminal-1784459711-r31 { fill: #507bb3 } + .terminal-1784459711-r32 { fill: #004578;font-weight: bold } + .terminal-1784459711-r33 { fill: #001541 } - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - Paint + Paint - - - - \|/ - - FileEditVAbout PaintX - - - '::.:: - ____________ - .. ,\Textual Paint - /7H?\|/~ - ____________[___]MS Paint in your terminal. - [_] -  P,OVersion: development  - ____________v0.2.0-73-g18ea6eb - Author:Isaiah Odhner - c==-E)=License:MIT - Source Code: - []github.com/1j01/textual-paint - []_______________ - [] - [_______]_______________ - OK - __________ - For Help, cli + + + + \|/ + + FileEditVAbout PaintX + + + '::.:: + ____________ + .. ,\Textual Paint + /7H?\|/~ + ____________[___]MS Paint in your terminal. + [_] +  P,OVersion: snapshot test  + ____________edition :) + Author:Isaiah Odhner + c==-E)=License:MIT + Source Code: + []github.com/1j01/textual-paint + []_______________ + [] + [_______]_______________ + OK + __________ + For Help, cli @@ -743,159 +743,159 @@ font-weight: 700; } - .terminal-1290120681-matrix { + .terminal-2815667722-matrix { font-family: Fira Code, monospace; font-size: 20px; line-height: 24.4px; font-variant-east-asian: full-width; } - .terminal-1290120681-title { + .terminal-2815667722-title { font-size: 18px; font-weight: bold; font-family: arial; } - .terminal-1290120681-r1 { fill: #c5c8c6 } - .terminal-1290120681-r2 { fill: #608ab1;font-weight: bold } - .terminal-1290120681-r3 { fill: #cc555a;font-weight: bold } - .terminal-1290120681-r4 { fill: #d0b344;font-weight: bold } - .terminal-1290120681-r5 { fill: #b2b9be } - .terminal-1290120681-r6 { fill: #1e1e1e } - .terminal-1290120681-r7 { fill: #f1f8fd } - .terminal-1290120681-r8 { fill: #1c1d1e } - .terminal-1290120681-r9 { fill: #ddedf9;font-weight: bold } - .terminal-1290120681-r10 { fill: #1c1d1e;font-weight: bold } - .terminal-1290120681-r11 { fill: #c7cdd2 } - .terminal-1290120681-r12 { fill: #ffffff } - .terminal-1290120681-r13 { fill: #101010 } - .terminal-1290120681-r14 { fill: #000000 } - .terminal-1290120681-r15 { fill: #9ea4a9 } - .terminal-1290120681-r16 { fill: #c0c0c0 } - .terminal-1290120681-r17 { fill: #1c1c1c;font-weight: bold } - .terminal-1290120681-r18 { fill: #0000ff } - .terminal-1290120681-r19 { fill: #ff0000 } - .terminal-1290120681-r20 { fill: #ffff00 } - .terminal-1290120681-r21 { fill: #808080 } - .terminal-1290120681-r22 { fill: #c6c6c6 } - .terminal-1290120681-r23 { fill: #1c1c1c;font-style: italic; } - .terminal-1290120681-r24 { fill: #1c1c1c } - .terminal-1290120681-r25 { fill: #212121 } - .terminal-1290120681-r26 { fill: #efefef } - .terminal-1290120681-r27 { fill: #507bb3 } - .terminal-1290120681-r28 { fill: #004578;font-weight: bold } - .terminal-1290120681-r29 { fill: #001541 } + .terminal-2815667722-r1 { fill: #c5c8c6 } + .terminal-2815667722-r2 { fill: #608ab1;font-weight: bold } + .terminal-2815667722-r3 { fill: #cc555a;font-weight: bold } + .terminal-2815667722-r4 { fill: #d0b344;font-weight: bold } + .terminal-2815667722-r5 { fill: #b2b9be } + .terminal-2815667722-r6 { fill: #1e1e1e } + .terminal-2815667722-r7 { fill: #f1f8fd } + .terminal-2815667722-r8 { fill: #1c1d1e } + .terminal-2815667722-r9 { fill: #ddedf9;font-weight: bold } + .terminal-2815667722-r10 { fill: #1c1d1e;font-weight: bold } + .terminal-2815667722-r11 { fill: #c7cdd2 } + .terminal-2815667722-r12 { fill: #ffffff } + .terminal-2815667722-r13 { fill: #101010 } + .terminal-2815667722-r14 { fill: #000000 } + .terminal-2815667722-r15 { fill: #9ea4a9 } + .terminal-2815667722-r16 { fill: #c0c0c0 } + .terminal-2815667722-r17 { fill: #1c1c1c;font-weight: bold } + .terminal-2815667722-r18 { fill: #0000ff } + .terminal-2815667722-r19 { fill: #ff0000 } + .terminal-2815667722-r20 { fill: #ffff00 } + .terminal-2815667722-r21 { fill: #808080 } + .terminal-2815667722-r22 { fill: #c6c6c6 } + .terminal-2815667722-r23 { fill: #1c1c1c;font-style: italic; } + .terminal-2815667722-r24 { fill: #1c1c1c } + .terminal-2815667722-r25 { fill: #212121 } + .terminal-2815667722-r26 { fill: #efefef } + .terminal-2815667722-r27 { fill: #507bb3 } + .terminal-2815667722-r28 { fill: #004578;font-weight: bold } + .terminal-2815667722-r29 { fill: #001541 } - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - Paint + Paint - - - - \|/▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ - ▄▄▄▄ - FileEditVAbout Paint🗙 - ▀▀▀▀ - ▔▔▔▔▔▔▔▔▔▔▔▔ - - ▁▁▁▁▁▁▁▁▁▁▁▁ - ▔▔▔▔▔▔▔▔▔▔▔▔. , 🮈Textual Paint▁▁ - 🧼🌊🙽🙼 - ▁▁▁▁▁▁▁▁▁▁▁▁🮉__🮉MS Paint in your terminal. - ▔▔▔▔▔▔▔▔▔▔▔▔🮈__▍ - 💉🔍Version: development  - ▁▁▁▁▁▁▁▁▁▁▁▁v0.2.0-73-g18ea6eb - ▔▔▔▔▔▔▔▔▔▔▔▔Author:Isaiah Odhner - 🖍️🖌️License:MIT - ▔▔▔▔▔▔▔▔▔▔▔▔▔▔Source Code:▔▔▔▔▔▔▔▔▔▔▔▔▔▔ - ▔▔▔▔▔▔▔▔▔▔▔github.com/1j01/textual-paint▔▔▔▔▔▔▔▔▔▔▔ - ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ - ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ - ▁▁▁▁▁▁▁▁▁▁▁▔▔▔▔▔▔▔▔▁▁▁▁▁▁▁▁▁▁▁ - OK - ▀▀▀▀▀▀▀▀▀▀▀▀▀▁▁▁▁▁▁▁▁▁▁▀▀▀▀▀▀▀▀▀▀▀▀▀ - For Help, cli - ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ + + + + \|/▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ + ▄▄▄▄ + FileEditVAbout Paint🗙 + ▀▀▀▀ + ▔▔▔▔▔▔▔▔▔▔▔▔ + + ▁▁▁▁▁▁▁▁▁▁▁▁ + ▔▔▔▔▔▔▔▔▔▔▔▔. , 🮈Textual Paint▁▁ + 🧼🌊🙽🙼 + ▁▁▁▁▁▁▁▁▁▁▁▁🮉__🮉MS Paint in your terminal. + ▔▔▔▔▔▔▔▔▔▔▔▔🮈__▍ + 💉🔍Version: snapshot test  + ▁▁▁▁▁▁▁▁▁▁▁▁edition :) + ▔▔▔▔▔▔▔▔▔▔▔▔Author:Isaiah Odhner + 🖍️🖌️License:MIT + ▔▔▔▔▔▔▔▔▔▔▔▔▔▔Source Code:▔▔▔▔▔▔▔▔▔▔▔▔▔▔ + ▔▔▔▔▔▔▔▔▔▔▔github.com/1j01/textual-paint▔▔▔▔▔▔▔▔▔▔▔ + ▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁ + ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ + ▁▁▁▁▁▁▁▁▁▁▁▔▔▔▔▔▔▔▔▁▁▁▁▁▁▁▁▁▁▁ + OK + ▀▀▀▀▀▀▀▀▀▀▀▀▀▁▁▁▁▁▁▁▁▁▁▀▀▀▀▀▀▀▀▀▀▀▀▀ + For Help, cli + ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄