Skip to content
forked from tmc/clocks

clocks is a small utility to render additional time zones in your MacOS status bar.

License

Notifications You must be signed in to change notification settings

rene-post/clocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clocks

Project status Build Status Go Report Card go.dev reference

Command clocks places additional time zones into your Mac status bar.

Installation

clocks is a Go program for MacOS systems.

Presming you have a working Go insallation, you can install clocks via:

go install github.com/tmc/clocks

Note: You should have $HOME/go/bin on your shell's PATH so that go installed binaries are directly executable.

Usage

$ clocks -h
Usage of clocks:
  -fmt string
    	time format string (golang time pkg) (default "Mon Jan 2 15:04 MST")
  -tzs string
    	time zones (default "UTC,America/Los_Angeles")

Example Output

This is example output from running clocks:

example output

About

clocks is a small utility to render additional time zones in your MacOS status bar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%