gha is a simple script to interact with GitHub starred repositories and managing following users.
- Add and remove starred or following users
- Store repositories and users in local file
jqgh
git clone https://github.com/aocoronel/gha
cd gha
chmod +x src/gha && mv src/gha $HOME/.local/bingha | GitHub API
Usage: gha [OPTION] [COMMAND] [INPUT]
Commands:
add [-f] [user] Follow user
add [-s] [user/repo] Star repo
browse [user|user/repo] Open user or repo in browser
del [-f] [user] Unfollow user
del [-s] [user/repo] Unstar repo
help Displays this message and exits
sync Sync local databaseThis repository is licensed under the MIT License, allowing for extensive use, modification, copying, and distribution.