#timer #command-line #conference #command-line-tool #cli

app talk-timer

A simple command line tool for showing a talk timer

2 unstable releases

0.2.0 Feb 1, 2024
0.1.0 Jan 15, 2021

#565 in Command line utilities

Download history 4/week @ 2024-02-01 4/week @ 2024-02-15 11/week @ 2024-02-22 5/week @ 2024-02-29 15/week @ 2024-03-28 55/week @ 2024-04-04 9/week @ 2024-04-11

79 downloads per month

BlueOak-1.0.0

11KB
188 lines

⏲️
talk-timer

A command line countdown timer for talks.


talk-timer is a simple command line countdown timer. It simply display a countdown in your terminal in blocks of 10 seconds, until the final 10 seconds, which counts down by seconds. Then, it flashes red when hitting 0.

I find this useful to set a timer, then magnify (zoom in) on my terminal and have my laptop facing a speaker in a conference to provide them a subtle indicator of how much time they have remaining.

This is essentially a toy, written to explore typestates in Rust.

Installation

Install using cargo:

cargo install talk-timer

Usage

talk-timer

USAGE:
  talk-timer <DURATION>

FLAGS:
  -h, --help  Prints this help information

ARGUMENTS:
  DURATION    A duration of time in hours, mins, or secs (e.g., "20m" or "65s")

Dependencies

~250KB