All Projects → trehn → Termdown

trehn / Termdown

Licence: gpl-3.0
Countdown timer and stopwatch in your terminal

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Termdown

React Countdown Circle Timer
Lightweight React/React Native countdown timer component with color and progress animation based on SVG
Stars: ✭ 220 (-70.63%)
Mutual labels:  timer, countdown
tiny-timer
🕑 Small countdown timer and stopwatch module.
Stars: ✭ 39 (-94.79%)
Mutual labels:  countdown, timer
Pdd
📅 Tiny date, time diff calculator with piggybacked timers
Stars: ✭ 218 (-70.89%)
Mutual labels:  terminal, timer
React Timer Hook
React timer hook
Stars: ✭ 118 (-84.25%)
Mutual labels:  timer, countdown
Web-Time-Tracker
Plugin named Timetracker is a time counter that works in both increase and decrease directions.
Stars: ✭ 21 (-97.2%)
Mutual labels:  countdown, timer
Flipdown
⏰ A lightweight and performant flip styled countdown clock
Stars: ✭ 136 (-81.84%)
Mutual labels:  timer, countdown
react-timer-wrapper
Composable React Timer component that passes status props to children, in addition to some basic callbacks. Can be used at a countdown timer ⏲ or as stopwatch ⏱ to track time while active.
Stars: ✭ 14 (-98.13%)
Mutual labels:  countdown, timer
React Countdown
React Component showing a countdown to certain date and time.
Stars: ✭ 58 (-92.26%)
Mutual labels:  timer, countdown
react-component-countdown-timer
This is a simple count down timer react component.
Stars: ✭ 18 (-97.6%)
Mutual labels:  countdown, timer
alfred-timer-workflow
Alfred workflow to start a timer, which blinks when the time is up.
Stars: ✭ 39 (-94.79%)
Mutual labels:  countdown, timer
Use Timer
A timer hook for React
Stars: ✭ 113 (-84.91%)
Mutual labels:  timer, countdown
Easytimer.js
Easy to use Timer/Stopwatch/Countdown library compatible with AMD, ES6 and Typescript
Stars: ✭ 562 (-24.97%)
Mutual labels:  timer, countdown
Flip Clock
A flip clock, timer and countdown made with Polymer
Stars: ✭ 69 (-90.79%)
Mutual labels:  timer, countdown
React Native Countdown Component
React Native CountDown
Stars: ✭ 193 (-74.23%)
Mutual labels:  timer, countdown
Countdowntask
⌛️A countdown library for Android.
Stars: ✭ 64 (-91.46%)
Mutual labels:  timer, countdown
CountdownTimer-TeLeTiPs
The very first powerful Telegram bot to countdown to your important events in any group chat. Live countdown timer (days : hours : minutes : seconds)
Stars: ✭ 122 (-83.71%)
Mutual labels:  countdown, timer
use-countdown-timer
React hook exposing a countdown timer with optional expiration reset callbacks
Stars: ✭ 31 (-95.86%)
Mutual labels:  countdown, timer
Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (-58.08%)
Mutual labels:  terminal, timer
Countdownlabel
Simple countdown UILabel with morphing animation, and some useful function.
Stars: ✭ 714 (-4.67%)
Mutual labels:  timer, countdown
Python Progressbar
Progressbar 2 - A progress bar for Python 2 and Python 3 - "pip install progressbar2"
Stars: ✭ 682 (-8.95%)
Mutual labels:  terminal

termdown demo

Usage: termdown [OPTIONS] [TIME]

  Starts a countdown to or from TIME. Example values for TIME:
  10, '1h 5m 30s', '12:00', '2020-01-01', '2020-01-01 14:00 UTC'.

  If TIME is not given, termdown will operate in stopwatch mode
  and count forward.

  Hotkeys:
      L       Lap (stopwatch mode only)
      R       Reset
      SPACE   Pause (will delay absolute TIME)
      +       Plus (will add 10 seconds)
      -       Minus (will subtract 10 seconds)
      Q       Quit

Options:
  -a, --alt-format              Use colon-separated time format
  -b, --blink                   Flash terminal at end of countdown
  -B, --no-bell                 Don't ring terminal bell at end of countdown
  -c, --critical N              Draw final N seconds in red and announce them
                                individually with --voice or --exec-cmd
                                (defaults to 3)
  -f, --font FONT               Choose from
                                http://www.figlet.org/examples.html
  -p, --voice-prefix TEXT       Add TEXT to the beginning of --voice and
                                --exec annunciations (except per-second ones)
  -q, --quit-after N            Quit N seconds after countdown (use with -b or
                                -t) or terminate stopwatch after N seconds
  -s, --no-seconds              Don't show seconds (except for last minute of
                                countdown and first minute of stopwatch)
  -t, --text TEXT               Text to display at end of countdown
  -T, --title TEXT              Text to display on top of countdown/stopwatch
  -W, --no-window-title         Don't update terminal title with
                                remaining/elapsed time
  -v, --voice VOICE             Spoken countdown (at fixed intervals with per-
                                second annunciations starting at --critical;
                                requires `espeak` on Linux or `say` on macOS;
                                choose VOICE from `say -v '?'` or `espeak
                                --voices`)
  -o, --outfile PATH            File to write current remaining/elapsed time
                                to
  --exec-cmd CMD                Runs CMD every second. '{0}' and '{1}' in CMD
                                will be replaced with the remaining/elapsed
                                number of seconds and a more sparse
                                annunciation as in --voice, respectively. For
                                example, to get a callout at five seconds
                                only, use: --exec-cmd "if [ '{0}' == '5' ];
                                then say -v Alex {1}; fi"
  --no-figlet                   Don't use ASCII art for display
  --no-figlet-y-offset INTEGER  Vertical offset within the terminal (only for
                                --no-figlet)
  --no-text-magic               Don't try to replace non-ASCII characters (use
                                with -t)
  --version                     Show version and exit
  -z, --time                    Show current time instead of
                                countdown/stopwatch
  -Z, --time-format TEXT        Format for --time (defaults to "%H:%M:%S",
                                ignores --no-seconds)
  --help                        Show this message and exit.
pip install termdown

PyPI version   Python 3.x   PyPI license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].