A Beautiful, Developer-Focused GitHub Helper CLI Tool
Crafted with ❤️ by moHaN-ShaArmA
Git Genius v4.5 is a powerful Bash-based Terminal GUI for GitHub actions on Android (Termux / AndroidIDE).
It simplifies your Git workflow with vibrant UI, emoji feedback, and blazing-fast command access — tailored for mobile devs, on-the-go coders, and terminal geeks.
- 🔧 Initial setup (GitHub name, email, PAT token, remote, branch)
- 🔼 Push changes (add → commit → push in 1 click!)
- 🔽 Pull latest changes from GitHub
- 🔍 View status of your repo
- 📝 View log as graph
- 🧾 View diff for current changes
- 🌿 Switch or create branches
- 📦 Auto-generate
.gitignore
(for Android) - 👀 File-specific commit history
- 🔗 Show your remote URL
- ⚙️ Settings to edit name/email/token/branch/remote
- ❓ Help menu
- ✨ Colorful and user-friendly interface
- ✅ Works offline after initial setup
- Android device with Termux or AndroidIDE
- Internet connection (only for initial setup and GitHub sync)
- Git installed (auto-detected & installed if missing)
-
Clone the repository
git clone https://github.com/moHaN-ShaArmA/git-genius.git
-
Navigate to the project folder
cd git-genius
-
Make the script executable
chmod +x git-genius.sh
-
Run Git Genius
./git-genius.sh
Optional: To run from anywhere
Move the script to your system bin:
mv git-genius.sh $PREFIX/bin/git-genius
Then run it with:git-genius
- 🔧 Initial Configuration: Name, Email, Token, Branch, Remote
- 🔼 Push Changes: Stage → Commit → Push to GitHub
- 🔽 Pull Latest: Fast-forward latest branch
- 🧾 Diff & Logs: Visual Git insights
- 🌿 Branch Manager: Create/Switch/Track
- ⚙ Settings Panel: Edit any saved value
✨ Menu UI - Clean and beautiful
⚙ Settings menu - Fully editable values
Made with passion by moHaN-ShaArmA
If you liked it, ⭐ star the repo and share it with fellow devs!
Copyright (c) 2025moHaN-ShaArmA
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Made with love for the open source community. Stay genius!