Trying to pipe steamcmd output to yad

In order to run a server through steam I need to run this command from it's install directory, this works, and has worked for quite some time.

./srcds_run -game garrysmod +maxplayers $play +host_workshop_collection 615323401 -authkey [AUTHKEY] +map gm_$map

this is a slightly modified version that I use for a script that was via CLI and works. Only recently however I've decided to dabble in yad and create it a GUI. I have everything working except this. What happens when I pipe this into

yad --list --column="Server Log"

Is it gets the first 3 lines to yad. and then all the remaining output is in a terminal. I am currently doing

./srcds_run -game garrysmod +maxplayers $play +host_workshop_collection 615323401 -authkey [AUTHKEY] +map gm_$map | yad --list --column="Server Log"

If anyone has any experience or insight in how I may get this working it would be greatly appreciated

1 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like