Skip to main content

⚡ 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.

PyPI version Python License: MIT


Installation

pipx install git-chalak

Requires pipx. Install it with sudo apt install pipx or brew 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_chalak-1.0.2.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

git_chalak-1.0.2-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

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

Hashes for git_chalak-1.0.2.tar.gz
Algorithm Hash digest
SHA256 bec7b808173c997140215a5d253e79cdda5e4e5568564abfc3dc08324260c2a1
MD5 de93a08502469c69639487c0cefef7ca
BLAKE2b-256 1938bcfc4b9a4efc9b53f1363f8bac8687e5ba1f95a634eb435d814fcce0c5d4

See more details on using hashes here.

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

Hashes for git_chalak-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9958623c18697db26d8b4de52dc8b19eee112182c5709ef09a8c1b32406e996d
MD5 51e24ab2844f791e90271acfa4192cb0
BLAKE2b-256 d2577f838fb0d40919620127b4281b9a61dc0393a3c4b72c73c0a1f510b13797

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page