summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/command/InvertMappingsCommand.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-40/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Profile option for mappings to be saved by-obf instead of by-deobfGravatar gegy10002019-06-281-2/+6
|
* Add compose, convert, and invert commands (#152)Gravatar Runemoro2019-06-251-0/+36
* Add compose and invert commands and add support for conversion to tiny mappings * Improvements suggested by liach * Use Translator to get right entries