Hi, On Sun, Jul 30, 2023 at 05:18:35PM -0300, Spenser Truex wrote: > A friend of mine was impressed with how quickly I was spamming the most > based and redpilled links from this script and wanted me to publish it.
I have a simple script also based in dmenu for this task, but yours is much more complete! > screenhots etc. > https://equwal.com/posts/sbm > the "code" > https://github.com/equwal/sbm It seems nice, I will give it a try. > It's still rough around the edges, I'd like to be able to have some > input validation (no duplicate links) and plumbing options (browse > where? copy to what?). I think is nice to copy to primary. I saw that you use bash in the shebang, but you actually don't use any bash feature. Did you consider to make it POSIX compliant? Regards,