Skip to content

LrsNate/timer-rs

Repository files navigation

timer-rs

A small TUI timer app written in Rust

timer-rs screenshot

Set up

On Linux you will need to install alsa dev bindings so the timer can beep when the time has elapsed

Debian-based distributions

sudo apt-get update && sudo apt-get install libasound2-dev libudev-dev
cargo run

RedHat-based distributions

sudo dnf install alsa-lib-devel
cargo run

macOS

cargo run

About

A TUI timer app in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages