strans icon indicating copy to clipboard operation
strans copied to clipboard

Not working as expected

Open Jaja83 opened this issue 6 years ago • 5 comments

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

Jaja83 avatar Nov 22 '19 18:11 Jaja83

Can't repro here:

printf "Moritz Beller\nGeorgios Gousios" | strans -b "First Last" -a "FL"
MB
GG
mbeller@:~$ strans --version
strans 0.0.5

Inventitech avatar Jan 27 '20 19:01 Inventitech

Wow, this is indeed the case for the AppImage releases. I'll investigate. Thanks for alerting me, @Jaja83!

Inventitech avatar Jan 28 '20 16:01 Inventitech

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?

Jaja83 avatar Feb 01 '20 10:02 Jaja83

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!

Inventitech avatar Feb 04 '20 12:02 Inventitech

Same issue running the AppImage on Fedora 31

coreypenford avatar Jun 17 '20 17:06 coreypenford