Not working as expected
Hi there, i have packaged your fine piece of software for arch linux aur. However, it seems like your own examples are not working out correctly?
Input: $ printf "Moritz Beller\nGeorgios Gousios" | strans -b "First Last" -a "FL"
Expected: MB GG
Actual output: ML GL
Version: 0.0.5 AppImage
Can't repro here:
printf "Moritz Beller\nGeorgios Gousios" | strans -b "First Last" -a "FL"
MB
GG
mbeller@:~$ strans --version
strans 0.0.5
Wow, this is indeed the case for the AppImage releases. I'll investigate. Thanks for alerting me, @Jaja83!
Thank you for picking this up. If I can help you with anything, let me know. Btw. I have written a man page in english and german for your tool, which is included in my aur package. Do you want to include them upstream?
I have written a man page in english and german for your tool, which is included in my aur package. Do you want to include them upstream?
Yeah, happy to to do so!
Same issue running the AppImage on Fedora 31