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.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4085
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/[email protected]>

Reply via email to