Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@ram-ai-kumar ram-ai-kumar released this 27 Mar 21:16
· 20 commits to main since this release

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, d instead 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