Skip to content

uriib/clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clock - A Minimalist TUI Digital Clock

Screenshot

A featherweight digital clock for terminal (TUI), written in Rust with zero runtime dependencies (no stdlib, no libc). Designed for Linux systems.

Key Features

  • 🕒 Real-time digital clock display in terminal
  • ⚡ 10KB compiled binary size (not stripped)
  • 🦀 No-std Rust implementation
  • 🚫 No libc dependency (100% pure syscalls)
  • ⌨️ Simple keyboard controls (quit with q or Ctrl-C)

Build & run (requires Rust nightly)

rustup toolchain install nightly
cargo +nightly build --release && ./target/release/clock

Requirements

  • linux kernel version >=5.4
  • x86-64 (more architecures will be supported in the future)

Coming Features

⏱️ Stopwatch | ⏲️ Timer | 🌐 Timezones 🖥️ More architectures

About

Minimalist Terminal Digital Clock for Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages