5aa3917ad2
moved all encodings to their own files under src/Encoding/ and commented the unused imports, will delete them in an upcoming commit
792cc4265b
structured src/ for Encoding lib and app/ for the Main file and cmdline stuff. Moved some Bases to src/Encoding/ separated by Base per file. Changed the cabal file to match the new structure.
dec7ccc3c5
reworked encode octal, decode octal has an issues with missing leading zeros in an octal value
a5c73c27f6
reworked encoding for binary and octal in way that ASCII is encoded to binary or octal Integral
c441106885
added backwards compatibility for mouse option through writing mouse-mode instead of mouse
87ccc20b85
added softlink to gitignore
24cbf07357
added more bases to the solver function
f21e343ef3
added solveEnc function, so that you do not have to know which encoding has been used to decode it