SteamCurses icon indicating copy to clipboard operation
SteamCurses copied to clipboard

A Basic NCurses Client for Steam

Results 12 SteamCurses issues
Sort by recently updated
recently updated
newest added

`cargo build` passes with a couple warnings. Using Arch Linux. ``` Error(Alt) at l.48 by ' ws ! ( alt ! ( object => { | o | VDFValue ::...

When I originally made this project, I wanted to keep it pretty minimal, so C was the best option. However, in order to add features, quite a bit of string...

enhancement

See #16 for more details on the motivation behind this. So far, the code has been way simpler to work with, and the parser has been reduced down to almost...

Hey Im not that versed with C so I have no idea about the standard procedure for a config. Could you please tell me what to do? It's not written...

Whenever I start Steamcurses, the two factor authentication shows up. Is there a way to permanently save the authentication? I'm using Arch Linux by the way.

Could XDG conformance be worked into this project at some point? It would really help those of us with OCD. :) http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

I managed to compile Steamcurses - but nothing works yet - I get a segmentation fault after being asked to enter my password (and entering it).

bug

Since I'm affected by #9 I can't test this thoroughly, but I can confirm that the process does not handle any of these signals at the password prompt.

It seems like there is a reference problem in your program (unless I did something wrong on my side). My requirements are met (I have ncurses installed and Steam as...

bug

You can either put a certain color or a textual symbol to indicate which games can be played fully with a controller. That would be very useful as well. Not...

enhancement