Simple CLI program to write down mappings in various formats. https://docs.zaaarf.foo/lillero-mapping-writer/
Find a file
2024-01-20 18:24:13 +01:00
.github/workflows ci: added github actions 2023-12-28 02:55:58 +01:00
gradle/wrapper feat: basic cli application 2023-08-27 01:05:26 +02:00
src/main/java/ftbsc/lll/mapper/writer chore: throw exception if nto enough args are passed 2023-09-01 12:56:54 +02:00
.editorconfig feat: basic cli application 2023-08-27 01:05:26 +02:00
.gitignore feat: basic cli application 2023-08-27 01:05:26 +02:00
build.gradle fix: new javadoc url 2024-01-20 18:24:13 +01:00
gradlew feat: basic cli application 2023-08-27 01:05:26 +02:00
gradlew.bat feat: basic cli application 2023-08-27 01:05:26 +02:00
LICENSE feat: basic cli application 2023-08-27 01:05:26 +02:00
README.md feat: basic cli application 2023-08-27 01:05:26 +02:00

Lillero-mapping-writer

Simple CLI program for converting and reversing mappings. Because apparently Enigma can't.

Usage

Follow the format:

java -jar mapping-writer.jar [-r] <location> <format> <output>

where <location> is where to find the mapping to convert, <format> is a supported format, <output> is the name of the output file, and -r makes it so that the mapping is inverted.