I tried to run something like this in "custom commands:
``` sed "s\a\g" | sort -u or sed "s\a\g"; sort -u or even sed "s\a\g" && sort -u ```
but nothing worked
I think that Custom command in geany dont support parallel or pipe commands. I think it will be a great enhancement to be added such support.