⚡ Supercharge your Git workflow with short, powerful commands
Reason this release was yanked:
not stable
Project description
git-chalak
chalak (चालाक) — clever, smart, sharp
A minimal CLI tool that wraps common Git workflows into short, memorable commands. Built for developers who push code multiple times a day.
Installation
pipx install git-chalak
Requires pipx. Install it with
sudo apt install pipxorbrew install pipx.
Commands
Both git-chalak and gc work identically.
| Command | Runs |
|---|---|
gc st |
git status |
gc ac |
git add . && git commit -m "update" |
gc ac "message" |
git add . && git commit -m "message" |
gc acp |
git add . && git commit -m "update" && git push |
gc acp "message" |
git add . && git commit -m "message" && git push |
gc p |
git push |
gc pl |
git pull |
gc lg |
git log --oneline |
Usage
# Check what changed
gc st
# Stage and commit
gc ac "fix null pointer in login"
# Stage, commit, and push in one shot
gc acp "add dark mode support"
# Pull latest, then push your changes
gc pl
gc p
# Review recent commits
gc lg
Requirements
- Python 3.9+
- Git installed and available in
PATH
License
MIT © 2026 Sameer Tiruwa
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git_chalak-1.0.2.tar.gz.
File metadata
- Download URL: git_chalak-1.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bec7b808173c997140215a5d253e79cdda5e4e5568564abfc3dc08324260c2a1
|
|
| MD5 |
de93a08502469c69639487c0cefef7ca
|
|
| BLAKE2b-256 |
1938bcfc4b9a4efc9b53f1363f8bac8687e5ba1f95a634eb435d814fcce0c5d4
|
File details
Details for the file git_chalak-1.0.2-py3-none-any.whl.
File metadata
- Download URL: git_chalak-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9958623c18697db26d8b4de52dc8b19eee112182c5709ef09a8c1b32406e996d
|
|
| MD5 |
51e24ab2844f791e90271acfa4192cb0
|
|
| BLAKE2b-256 |
d2577f838fb0d40919620127b4281b9a61dc0393a3c4b72c73c0a1f510b13797
|