gourl v1.0.0 - Initial Release π
gourl is a smart CLI utility for managing and quickly opening project URLs across different environments.
β¨ Features
- Smart Command Routing - Opens production URL by default, or specific environments
- Environment Aliases - Use shorthand like
prod,p,stg,dinstead of full names - Local Configuration - Project-specific URL mappings stored in .cache/gourls.json
- Cross-platform Support - Works on macOS, Windows, and Linux (including WSL)
- Missing Config Assistant - Helpful setup guidance when first used
- Multiple Installation Options - Install script, Homebrew, Go install, or build from source
π Quick Start
# Install
curl -sSL https://raw.githubusercontent.com/ram-ai-kumar/gourl/main/install.sh | bash
# Setup URLs
gourl set prod https://myapp.com
gourl set dev http://localhost:3000
# Use
gourl prod # Opens production
gourl dev # Opens development
gourl # Shows help