Metadata-Version: 2.4
Name: latch-cli
Version: 1.0.0
Summary: A lightweight, zero-bloat Linux terminal utility designed to eliminate local developer friction.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# LATCH: Workflow Streamliner

An interactive developer utility built to automate daily terminal tasks like managing hanging ports, checking git workspace status, syncing commits, and managing package dependencies directly from the workspace.

## Installation & Quick Start

Clone the repository and run the script:

```bash
git clone [https://github.com/Ayaan-dev21/LATCH.git](https://github.com/Ayaan-dev21/LATCH.git) && cd LATCH && python3 main.py
