Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 825 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 825 Bytes

Net Status Tool for Linux

A simple tool to get a notification when you're machine gets connected to the internet.

Installing

Download the repo :

git clone https://github.com/imehar/wifi-checker

Change directory to the downloaded folder:

cd wifi-checker/

Make installation script executable:

 chmod +x install.sh

run the script:

 ./install.sh

You're all done! :

 netstatus [to get connectivity status of internet]
netstatus -s or netstatus --speed [to get download speed]

Just open a terminal, type netstatus.

Now, you're all ready to watch a movie, read a book and you'll be notified when the machine is connected to the internet.

Have Fun!

License

This project is licensed under the MIT License - see the LICENSE.md file for details