Skip to content

Stress-free network monitoring right from your menu bar

Notifications You must be signed in to change notification settings

codemilli/chillip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Stress-free network monitoring right from your menu bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages