Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.23 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.23 KB

chillip - The Most Chill Way to Check Your IP 🍹

Stress-free network monitoring right from your menu bar

Why chillip?
✅ Real-time internal IP display in macOS status bar
✅ One-click IP copying functionality
✅ Built with Go and systray for seamless menu bar integration
✅ Ultra-lightweight ✅ Zero-configuration required

Prerequisites

  • Go 1.16 or newer
  • macOS for the systray implementation

Installation

  1. Clone the repository:

    git clone https://github.com/codemilli/chillip.git
    cd chillip
    
  2. Initialize the Go module (if not already initialized):

    go mod init chillip
    
  3. Install dependencies:

    go get github.com/getlantern/systray@latest
    
  4. Build and run the application:

    go build -o chillip
    ./chillip
    

Project Structure

  • main.go: Main application file containing the systray implementation and IP display logic.
  • README.md: This file, containing project documentation.

License

This project is licensed under the MIT License.

Contribution

Contributions are welcome! Please fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.