Dylan Madisetti

Results 291 comments of Dylan Madisetti

Shows that's it's downloading, and will show when it's done. It should show a % for install too, but I haven't seen it yet.... Relevant code: https://github.com/dmadisetti/steam-tui/blob/a27a4ea408740d48e5c21fcb2f3899447f8fe985/src/client.rs#L134

So you can hide games now. I think to remove games we'd still want a yes/no prompt. So steps would be, - Add keybinding to pick up delete key, and...

There's H to hide games, but I'm going to mark this as won't fix (unless someone adds it), cause I don't want to accidently delete my games

Just effort I think. I'm not super familiar with it, and have only done it a handful of times. If there's a GitHub action or something that would make it...

Try setting the $STEAM_APP_DIR env variable, or temporarily hard coding here: https://github.com/dmadisetti/steam-tui/blob/main/src/util/paths.rs#L32 Ideally this should be set from the config, but I just didn't have the bandwidth

Also you can provide some debug information. What is the output of `install_folder_list` directly from steam CMD? Maybe we should be pulling directly from that and allow the user to...

I won't be able to test this until at least Thursday, but if you run ' force_install_dir ' right after logging in `queue.push_front(Command::Cli("force_install_dir \n".to_string()));` here https://github.com/dmadisetti/steam-tui/blob/main/src/client.rs#L103 Note to implementer: An...

Done! It was like 5 lines

did you install dependencies from requirements?

[Create new virtual env](https://virtualenv.pypa.io/en/stable/), then `pip install .` then try?