A simple CLI tool that lets you see your storage information.
brew install storage-cli
After that just type storage
anywhere in the terminal and it should work.
Use storage --version
to check if it has been installed or not.
Step 1: Clone the repository to your local machine by running the following command in your terminal:
git clone https://github.com/aln-chg/storage-cli
Step 2: Add the following line to your shell configuration file(don't forget to source it after your done):
export PATH="$PATH:~/storage-cli"
Step 3: How to use: simply type storage
in your terminal and it would show your storage information.