๐Ÿ“ฆ ctcpip / timezilla

a simple timer for the console/terminal

โ˜… 6 stars โ‘‚ 2 forks ๐Ÿ‘ 6 watching โš–๏ธ GNU General Public License v3.0
๐Ÿ“ฅ Clone https://github.com/ctcpip/timezilla.git
HTTPS git clone https://github.com/ctcpip/timezilla.git
SSH git clone git@github.com:ctcpip/timezilla.git
CLI gh repo clone ctcpip/timezilla
ctcpip ctcpip ๐Ÿ“ fix readme formatting 4135c31 2 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“„ .gitignore
๐Ÿ“„ .travis.yml
๐Ÿ“„ app.go
๐Ÿ“„ clock.png
๐Ÿ“„ global.go
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ keyboard.go
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ screen.go
๐Ÿ“„ static.go
๐Ÿ“„ timezilla.go
๐Ÿ“„ util.go
๐Ÿ“„ README.md

timezilla

a simple timer for the console/terminal

Version 1.1.1 License

how it works

  • the timer will count down from the specified time
  • when the time is up, three things happen:
  • the terminal screen will flash red on/off
  • the terminal bell will ring (every 30 seconds)
  • a desktop notification is sent (only for the following operating systems*)
  • GNU/Linux using libnotify notify-send
  • copy clock.png into the application directory to display a clock icon in the notification
  • OS X 10.9+ using AppleScript display notification
  • P to pause
  • CTRL+C to exit
\*see notifize package for more information on desktop notification support for other operating systems

installation

download the binary for your platform from the releases page

alternately, to build from source, install this Go application with go install github.com/ctcpip/timezilla@latest

usage instructions

timezilla [minutes] minutes specified in fractional minutes if no minutes specified, timer will default to 25 minutes (pomodoro standard)

~~~ sh timezilla # default 25 minute timer

timezilla .5 # 30 second timer timezilla 1 # 1 minute timer timezilla 2.5 # 2 minute, 30 second timer timezilla 5 # 5 minute timer timezilla 10.1 # 10 minute, six second timer ~~~

inspiration

I started this project to provide a simple timer for use with the pomodoro technique, a time management method. this application is written in Go / golang.

stuff nobody cares about

this project uses...

license

GNU GPLv3