Forwarded from Solomon Insight (ะ
ฯโฯะผฯะธ.G)
40+ free vibe coding tools to use in 2026 ๐ฅ
More productive less $
Save this for later ๐
@solomon_insight
More productive less $
Save this for later ๐
@solomon_insight
โค1๐ฅ1
#!/usr/bin/env bash
DEV_DIR="$HOME/Desktop/chaos_projects"
echo "Scanning Git repositories in: $DEV_DIR"
echo "--------------------------------------------------"
find "$DEV_DIR" -type d -name ".git" 2>/dev/null | while read gitdir; do
repo_dir=$(dirname "$gitdir")
cd "$repo_dir" || continue
repo_name=$(basename "$repo_dir")
branch=$(git rev-parse --abbrev-ref HEAD 2>/dev/null)
echo ""
echo "๐ฆ Repository: $repo_name"
echo " Path: $repo_dir"
echo " Branch: $branch"
if ! git remote get-url origin &>/dev/null; then
echo " โ No remote configured"
continue
fi
git fetch origin &>/dev/null
if [ -n "$(git status --porcelain)" ]; then
echo " โ Uncommitted changes"
fi
ahead=$(git rev-list --count @{u}..HEAD 2>/dev/null)
behind=$(git rev-list --count HEAD..@{u} 2>/dev/null)
if [ "$ahead" -gt 0 ]; then
echo " โฌ $ahead commit(s) NOT pushed"
fi
if [ "$behind" -gt 0 ]; then
echo " โฌ $behind commit(s) behind remote"
fi
if [ "$ahead" -eq 0 ] && [ "$behind" -eq 0 ] && [ -z "$(git status --porcelain)" ]; then
echo " โ Clean & fully pushed"
fi
done
echo ""
echo "Done."
What this script does:
โข Scans all Git repos inside your projects folder
โข Detects current branch
โข Checks for uncommitted changes
โข Shows commits ahead/behind origin
โข Tells you which repos are clean & fully pushed
โค2
Forwarded from Josad Software Jobs
Full Stack | OpenClaw AI automation Expert
Company: AfriDev
#Linkedin #full #stack #openclaw #ai #automation #expert #josad #tech_jobs
View on source
@josad_software
Company: AfriDev
Company DescriptionAfriDev is a leading software development and digital innovation company dedicated to designing scalable, intelligent, and user focused solutions for businesses and startups across Africa and the global market. Specializing in full-stack web and mobile development, AI-powered applications, automation tools, and modern cloud systems, AfriDev integrates technical expertise with creative design and agile project management. The companys mission is to help clients innovate, grow, ...view detail
#Linkedin #full #stack #openclaw #ai #automation #expert #josad #tech_jobs
View on source
@josad_software
Forwarded from Biniyam
YC Partner Simulator is a great place to study startup pitching.
You watch real YC application videos (from an investor perspective) and decide whether youโd accept or reject them, then it tells you what YC actually did.
itโs a surprisingly good way to learn what makes a pitch clear, convincing, and fundable.
https://www.ycarena.com/games/partnersim
@b1n1yamBuilds
You watch real YC application videos (from an investor perspective) and decide whether youโd accept or reject them, then it tells you what YC actually did.
itโs a surprisingly good way to learn what makes a pitch clear, convincing, and fundable.
https://www.ycarena.com/games/partnersim
@b1n1yamBuilds
Forwarded from แซแฌแณแแซแ (แแชแถ)
แแ แแ แแซ แแ แแ แแซ แแ แแซ แแ แแซ แญแฅแฒ แแญแซแ แฅแแแค แแฅแ แแฅแแแฅแแค แฐแ แ แ แฅแแฒแ แแค แจแ แญแแแจแ แแญแฃแแแแค แซแตแฐแญแข แแฎแถ แ แแแแแค แ แญแ แแ แฐแแ แฐ แแแจแแฐ แแ แแค แแฅแ แแฐแแ แแฅแ แ แแแข
โค1
Life in Commits ๐ป
Saved by @download_it_bot Family Guy Season 15 EP 15 Full Episodes | Family Guy 2024 Full No Zoom NoCuts 1080P โ Family Guy Season 15 EP 15 Full Episodes | Family Guy 2024 Fullโฆ
I actually enjoy this music more than I should ๐.
Forwarded from Mr. Naty
Me trying every possible way to take Devin down before he takes me out
