diff --git a/README.md b/README.md index e9b46b8..0cbba71 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # .[d]. ircd.chat/6697 #tcpdirect ``` MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM @@ -43,13 +44,13 @@ dr1p4ns1 v2.3 - cp437 ansi parsing - this logic will be rolled into bots like kr - `python3` ## usage - main file ``` -running 'python3 dr1p4ns1.py' will batch process all the ans extension files in the ansiscii directory -running 'python3 dr1p4ns1.py /path/to/ansi/files' will load all the .ans files in that directory +running 'python3 dr1p4ns1.py' will load all the ansi files in the present working directory +running 'python3 dr1p4ns1.py ansiscii' will load all the ansi files in a directory path ``` ## files overview ``` -dr1p4ns1.py - main file, reads 'work.ans' and attempts to parse and display -ansiscii/ - storing the ansi and ascii graphics in this subdirectory while testing +dr1p4ns1.py - main file +ansiscii/*.ans - an example ansi files directory ``` ## notes ```