a git wrapper made in python
this is currently only for linux and macos m1.
run this to install the latest release: (untested for now)
curl -fsSL "https://raw.githubusercontent.com/ellipticobj/meower/refs/heads/v1/gitinstall.sh" | bash
or
use pip:
pip install meower
or
download the latest file from github releases
run meow
to get detailed help
anyone can do this!
in the cloned repository,
download dependencies:
pip install -r requirements.txt
build:
./build.sh
- feature improvements (ask for user input for certain errors like no email detected)