steam-deck-utilities icon indicating copy to clipboard operation
steam-deck-utilities copied to clipboard

Add support for running via ssh

Open TravonteD opened this issue 1 year ago • 7 comments

  • Add installable dependency gum
  • Update shebang to use env
  • Update wording for prompt for swapiness "1" -> "yes"
  • Formatting updates from shellcheck

TravonteD avatar Nov 06 '22 19:11 TravonteD

The debugging messages still show for now. How do we want to handle these?

TravonteD avatar Nov 06 '22 19:11 TravonteD

@TravonteD I hesitate to disable them completely in case it's needed for troubleshooting. Maybe we can tee them out to a log file in ~/.cryo_utilities?

Also, excellent work thus far. I just checked the code and it looks solid. You've ended up crossing like 3 things off of my to-do list 😂

CryoByte33 avatar Nov 07 '22 08:11 CryoByte33

I'm down to tee to a logfile. Does it make sense to have all of the output go there? The user doesn't necessarily need to see it unless something unexpected occurs.

TravonteD avatar Nov 08 '22 01:11 TravonteD

That's true, I guess I'm biased towards providing more data than less, but it might worry users 🤔 I guess that we could redirect all output as well.

Also, I updated the main branch, would you mind rebasing prior to the merge?

CryoByte33 avatar Nov 08 '22 21:11 CryoByte33

@TravonteD any updates on this? I'm going to work on some additional functionality soon 🙂

CryoByte33 avatar Nov 11 '22 13:11 CryoByte33

I plan to wrap this up today. Got sidetrack with the 9-5 :)

TravonteD avatar Nov 16 '22 13:11 TravonteD

@CryoByte33 I've moved everything to the main function to avoid having redirection all over the place. It now logs stdout to a logfile located in the installation directory.

TravonteD avatar Nov 16 '22 14:11 TravonteD

I see merge conflicts. @TravonteD could you actualize the code?

ashl1 avatar Jan 04 '23 12:01 ashl1

This shouldn't need to exist with the latest version. Thank you for the work, sorry that I restructured the entire project!

CryoByte33 avatar Feb 20 '23 08:02 CryoByte33