Results 6 comments of Arun K

Yep! That would be a better Solution!

Yes, I'll try to add support for Gnome 44 and 45 this weekend!

Yeah I haven't maintained it in a while.

That is currently not a feature - but should be easy to implement! Will try to work on it asap

Could you try running through gnome-terminal - for e.g. - ``` { "title": "Pipe", "icon": "utilities-terminal", "command": "gnome-terminal -- bash -c 'ls | grep Downloads; read'" } ```

Try Moving both commands inside the gnome-terminal - example - ```json { "title": "Multiple Commands", "icon": "utilities-terminal", "command": "gnome-terminal -- bash -c 'echo command1; echo command2; read'" } ``` ![image](https://user-images.githubusercontent.com/8670239/184546502-260917a5-9f17-4bea-a05e-d943a8fcf12a.png)