Magmarock: This is beautiful, this is worth installing Linux to use. I'm really impressed with it. The way it auto organizes everything. One feature I would like to see is that ability to download by tag I have a favorites tag if I could download everything with just that tag, that would be awesome.
695916a Add support for tags
Adds basic support for filtering games using tags that the user can set on account page
Add option --list-tags to list all the tags user has assigned
Add option --tag to filter games using the tags
.Keys: Thanks for this amazing tool and for maintaining it for so long.
Out of curiosity: Did you ever sudo rm -rf / ? :P
Not rm -rf / which is protected by --no-preserve-root but I accidentally did the worse option rm -rf /* which bypasses that protection.
I meant to do something like rm -rf /path/to/delete/* but instead I had accidental space in there so I did rm -rf /path/to/delete /*
After that it was time to spend a day restoring everything from backups instead of doing anything useful.