Arun K
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'" } ``` 