A timer that runs entirely within a terminal.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Lavender Perry a0ab51f267
New release
1 year ago
extras Option to disable keyboard control. Signal handling. 1 year ago
src Option to disable keyboard control. Signal handling. 1 year ago
.gitignore FreeBSD support, attempt 3. 1 year ago
LICENSE.md Update license to CNPL-NAv7+ 2 years ago
meson.build New release 1 year ago
readme.md Minor improvements 1 year ago

readme.md

Speedtime

A timer that runs entirely within a terminal.

How it works

It monitors the keyboard for keypresses, & reacts whenever a specific (configurable) key is pressed.
This means that if you use a terminal emulator, you can interact with the program without having the window focused.

Goals

  1. To have as low resource usage as possible.
  2. To have plain output that is easy to parse so it can be used with alternative frontends.

Building

This project uses Meson for builds, build it as you would any other Meson project.
Builds are confirmed to work on the x86-64 architecture, glibc or BSD libc, & Linux or FreeBSD.
Your OS must use evdev for input (Linux & FreeBSD both do).