Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 294 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 294 Bytes

#Myzsh Timer

A timer module for myzsh

#Installation

myzsh remote add https://github.com/myzsh/myzsh-timer

#Usage

##Countdown Counts down from a given number of seconds

countdown 500
coutndown $((5*60))

##Stopwatch Counts up until stopped with ctrl + C

stopwatch