Skip to content

vkuznetsov/vtimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtimer

Very simple cross-platform systray timer. The time interval and time displaying format are passed by command line arguments. Start and stop commands are available from the menu.

Build and Usage

See Platform Notes for getlantern/systray

go build
./vtimer --help
Usage of vtimer:
  -display string
        Units for display remaining time. Supported values: "h" - hours only; "hm" - hours and minutes; "hms" - hours, minutes and seconds; "ms" - minutes and seconds; "s" - seconds only (default "ms")
  -interval string
        Timer interval. Ex: "25m", "1h5m14s". Supported units - h, m, s (default "25m")
  -no-state-symbols
        Do not use symbols for timer state and actions
  -state-symbols string
        Symbols for timer state and actions: restart, stop, continue (default "○□▷")

About

Very simple cross-platform systray timer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages