Linux/MacOS:
- clone this repo:
git clone https://github.com/mxcoderr/gtermview
pip3 install rich requests
cd gtermview2.add to Your PATH file with bash code(gtermview.sh):
# on zsh
chmod +x gtermview.sh && \
DIR="$PWD" && \
grep -qxF "export PATH=\"$DIR:\$PATH\"" ~/.zshrc || \
echo "export PATH=\"$DIR:\$PATH\"" >> ~/.zshrc && \
source ~/.zshrc
# on bash
chmod +x gtermview.sh && \
DIR="$PWD" && \
grep -qxF "export PATH=\"$DIR:\$PATH\"" ~/.bashrc || \
echo "export PATH=\"$DIR:\$PATH\"" >> ~/.bashrc && \
source ~/.bashrc1.View Profile
gtermview.sh <username> # example: gtermview.sh mxcoderr2.View Profile and save in json file
gtermview.sh <username> --json # example gtermview.sh mxcoderr --json