GitPush CLI
A special grade github tool to make you repo push super easy
What it does
GitPush CLI is a zero-dependency tool that makes pushing to GitHub from Termux dead simple. No more memorizing git commands or re-entering your PAT every time. Just run it, follow the interactive menu, and push. It handles staging, committing, and pushing in one flow. Also supports creating & deleting repos, and saves your token securely. Perfect for beginners and pros alike. Built for Android developers who code on the go. Open-source, maintained by RNSL, licensed under GPL v3.
The Special Grade Github Tool 🙂. Contribute to RX-Network-Security-Labs/GitPush-CLI development by creating an account on GitHub.
GitPush CLI is a beautiful, zero-dependency command-line tool that makes pushing to GitHub dead simple — especially from Termux on Android . No more memorizing git commands. No more auth headaches. Just run it and push. 💙 # Step 1 — Make sure Python & Git are installed pkg install python git # Step 2 — Download the latest release curl -LO https://github.com/RX-Network-Security-Labs/GitPush-CLI/releases/latest/download/gitpush.py # Step 3 — Make it executable chmod +x gitpush.py # Step 4 — (Optional) Use it from anywhere mv gitpush.py $PREFIX /bin/gitpush ⚠️ Using outside Termux? GitPush CLI is built and optimized for Termux on Android . The interactive file picker uses Android storage…from github.com
Does a similar job
all alternatives →
- IMI made a tool that made me faster at Git2018 · github.com · ▲551

- GAGitdot – A better GitHub. Open-source, written in RustJun 2026 · gitdot.io · ▲334
What works now: user signups, org creations, private/public repos, and importing GitHub repositories (both as read-only mirrors and full migrations). So basically, you can create, push and pull to a repo, but we don't have many features quite yet (issues, PRs, CI). What is a bit unique is: 1) we built it in Rust and 2) the website is a little odd. Its design is inspired by CLIs (e.g., fzf, broot, vim) instead of web apps, and as such, lacks some affordances that you might typically expect in favor of keyboard-driven instant navigations (we have the very ambitious goal of an FCP of…
- GW"Git who" – A new CLI tool for industrial-scale Git blaming2025 · github.com · ▲252
I've always wanted a better way to explore the authorship data embedded in a Git commit log. I'm having fun building a CLI tool to do this. It's a bit like the "Contributors" tab on Github that shows you how many commits each contributor has made but much faster and with many more options. If you get a chance to try it out, please let me know. I'd love to hear feedback and suggestions. Thank you!

More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io



Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com