Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bubblxs/steam-shutdxwn
shutdown your computer once all your Steam downloads have finished.
https://github.com/bubblxs/steam-shutdxwn
console-application csharp dotnet dotnet-core steam
Last synced: 19 days ago
JSON representation
shutdown your computer once all your Steam downloads have finished.
- Host: GitHub
- URL: https://github.com/bubblxs/steam-shutdxwn
- Owner: bubblxs
- Created: 2023-01-26T18:00:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T12:39:55.000Z (5 months ago)
- Last Synced: 2024-07-17T15:38:30.208Z (5 months ago)
- Topics: console-application, csharp, dotnet, dotnet-core, steam
- Language: C#
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
steam shutdxwn
> shutdown your computer once all your Steam downloads have finished.
### requirements
- .NET 6 Runtime;
- Steam MUST be installed on your system;
- Windows 10 or superior.### installation
You can either build the solution or download the executable.Download
- [Windows x64](https://github.com/bubblxs/steam-shutdxwn/releases/latest)### usage
- Make sure Steam is installed and running;
- Run the executable;
- Once all downloads are finished, the application will trigger a system shutdown, so make sure to save and close any work before running the application.### configuration (optional)
You can also define a custom banner for the application by creating the **shutdxwn** folder with a **banner.txt** in the **Documents** folder.
```
C:\Users\%username%\Documents\shutdxwn\banner.txt
```
### when working on itIf you decide to work on it make sure to pass **--dev** as first argument.
e.g.: `` dotnet run --dev ``