Hey there Hak5 community and fellow Rubber Ducky users!
I'm a MacOS user and a beginner when it comes to coding, but I came up with a little bash script to help speed up the encoding process.
It's nothing fancy. When I was writing a payload and having to encode then replace the file on the microSD and all that - it was getting a bit tedious.
I call it duck_it. It basically takes your scripts as .txt files, encodes them, and transfers them to your microSD card and ejects the card.
https://github.com/dot-iso/duck_it
I'm new to Bash and GitHub, so there may be some n00b stuff. I'm sure there's a lot of room for improvement