Typographic clock using C17 and notcurses
Go to file
0xf8 e9d61447f2
improve makefile
2023-06-03 15:45:04 -04:00
src Optimize 2023-06-03 15:35:34 -04:00
.gitignore Initial commit 2023-02-25 12:06:52 -05:00
Makefile improve makefile 2023-06-03 15:45:04 -04:00
README.md correct readme 2023-06-03 15:38:58 -04:00
compile_commands.json Optimize 2023-06-03 15:35:34 -04:00

README.md

Tempus - Time

A nice little clock app.

Reading the clock

  • Left side of the | is the hour
  • Right side of the | is the minute
  • The highlighted number is the second

Dependencies

  • ncurses
  • notcurses
  • make

Compiling

make

Running

./tempus

License

This program is released under the GPL3.0 license. This is available at https://www.gnu.org/licenses/gpl-3.0.html

Copyright 2022-2023 0xf8.dev@proton.me