Usage
Simply run the bimagic command in your terminal:
bimagic
Quick Access
- Press Ctrl + B in your terminal to quickly summon the wizard from anywhere!
- You can also use the short alias wz (Wizard) for even faster access!
wz
Command Line Flags
You can use flags to perform specific actions immediately:
-
Clone Repository:
bimagic -d "repo-url" -
Shallow Clone:
bimagic -d "repo-url" --depth 1 -
Interactive Clone (Select specific files/folders to download):
bimagic -d -i "repo-url" -
The Lazy Wizard (Add + Commit + Push):
bimagic -z "commit message" -
The Crystal Ball (Show Status Dashboard):
bimagic -s -
The Time Scroll (Show Git Graph):
bimagic -g -
The Time Turner (Undo last commit):
bimagic -u -
The Architect (Summon .gitignore):
bimagic -a
Status Dashboard
At the top of the interface, a status box summarizes:
- Current
GITHUB_USERand branch - Ahead/behind counts relative to upstream (if set)
- Working tree state: clean, uncommitted, or conflicts