2023-02-25 22:36:52 +05:30
|
|
|
# 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
|
|
|
|
|
2023-02-25 22:36:52 +05:30
|
|
|
## Dependencies
|
2023-02-25 22:36:52 +05:30
|
|
|
- ncurses
|
|
|
|
- clang
|
|
|
|
- make
|
|
|
|
|
2023-02-25 22:36:52 +05:30
|
|
|
## Compiling
|
2023-02-25 22:36:52 +05:30
|
|
|
`make`
|
|
|
|
|
2023-02-25 22:36:52 +05:30
|
|
|
## Running
|
2023-02-25 22:36:52 +05:30
|
|
|
`./tempus`
|
2023-02-25 22:36:52 +05:30
|
|
|
|
|
|
|
## License
|
|
|
|
This program is released under the GPL3.0 license. This is available at https://www.gnu.org/licenses/gpl-3.0.html
|
|
|
|
|
|
|
|
## Copyright
|
|
|
|
Copyright 2022 g.uwu@tutanota.com
|