-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Ability to Remove Games #27
Comments
Hmm, this makes sense but is also dangerous? steamcmd does have a I am also unsure whether an 'uninstall' removes files/saves/cache, or just purges whatever local database. What were you thinking? Thoughts? RE: PS: Yes it is. Cargo is also behind main (we now have auto-downloaded and cached images!), I'll sync everything up next big change I make. |
I can see how just pressing a button to delete every file might be dangerous. A confirm prompt or as you said a flag to start a "dangerous" mode might be the best option.I think steamcmd just removes every folder it creates for a game but I might have to test it out. Also steamcmd has a forceinstalldir function which might be simple to implement into steam-tui if you are interested. |
I think "dangerous" is the easiest work around for now. We can always make this default in the config later and add in a confirmation prompt. I might have some time later this week to test and try out Yep! I am aware of the |
How does steam-tui handle install progress right now? |
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: Line 134 in a27a4ea
|
Hey, I was wondering if I could pick up this issue. It would be my first open source contribution, I would also appreciate any help with getting started. |
So you can hide games now. I think to remove games we'd still want a yes/no prompt. So steps would be,
At least for a first pass |
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 |
Currently (as far as I am aware) there is no way to remove downloaded games through steam-tui. It would be a nice addition and be really convenient.
PS: I think the aur package is a bit behind the repo so whoever maintains it might want to update it.
The text was updated successfully, but these errors were encountered: