Skip to content

mxcoderr/gtermview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtermview - tiny tui github viewer written on python

installation

Linux/MacOS:

  1. clone this repo:
git clone https://github.com/mxcoderr/gtermview
pip3 install rich requests
cd gtermview

2.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 ~/.bashrc

commands

1.View Profile

gtermview.sh <username> # example: gtermview.sh mxcoderr

2.View Profile and save in json file

gtermview.sh <username> --json # example gtermview.sh mxcoderr --json

About

tiny tui github viewer written on python

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages