mirror of https://github.com/lcomrade/rs-status
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
cmd | 2 years ago | |
docs | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago |
README.md
Description
rs-status is utility that allows you to see the availability of popular services from the terminal. Many popular services are supported, such as GitHub, Dropbox, DigitalOcean, Discord, Reddit, and others.
How it works?
All of the above services use the status page from Atlassian (statuspage.io). This program retrieves information from the public status API and outputs it to the terminal.
Usage
Get detailed information about one service:
rs-status -format="long" -target="GitHub"
Get short information about many services:
rs-status -format="short" -target="GitHub DigitalOcean Discord"
Get short information of all known services:
rs-status -format="short" -target="all"
Read more in the help:
rs-status -help
Installation
GNU/Linux
Under Linux there are several options available. All of them can be found on the release page:
- DEB
- RPM
- Lonely binary
Another UNIX-like systems
- Download a binary file for your OS and architecture from the release page
- Make the program executable
- Place program in
/usr/local/bin/
or in another directory provided for installing binary files
Documentation
Bugs and Suggestion
If you find a bug or have a suggestion, create an Issue here