Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fr0st1n/steam-discount-checker
Steam Discount Checker for CLI.
https://github.com/fr0st1n/steam-discount-checker
cli cli-app rust-lang steam
Last synced: 29 days ago
JSON representation
Steam Discount Checker for CLI.
- Host: GitHub
- URL: https://github.com/fr0st1n/steam-discount-checker
- Owner: FR0ST1N
- License: mit
- Created: 2021-12-12T15:01:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T09:54:19.000Z (about 3 years ago)
- Last Synced: 2024-10-19T06:16:55.703Z (3 months ago)
- Topics: cli, cli-app, rust-lang, steam
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steam-discount-checker
Steam discount checker for CLI.## Install
```bash
cargo install --git https://github.com/FR0ST1N/steam-discount-checker.git
```## Usage
### Check
```bash
steamdc
```### Add
Add games to the list to check.
`steamdc add id`
`id` can be found in the url of the steam game.
```bash
steamdc add 524220 638970 1091500
```
The above command will add `524220`, `638970` and `1091500` to the list.### Remove
Remove games from the list.
`steamdc remove id`
```bash
steamdc remove 638970 1091500
```### List
Show all games from the list.
```bash
steamdc list
```## License
- [MIT](LICENSE)