An open API service indexing awesome lists of open source software.

https://github.com/namila007/terminal-clock

View stylish clock from command line
https://github.com/namila007/terminal-clock

c clock clockview cmd gcc stylish terminal-app

Last synced: 7 months ago
JSON representation

View stylish clock from command line

Awesome Lists containing this project

README

          

# Terminal Clock [![Code Health](https://landscape.io/github/namila007/Terminal-Clock/master/landscape.svg?style=flat)](https://landscape.io/github/namila007/Terminal-Clock/master) [![Build Status](https://travis-ci.org/namila007/Terminal-Clock.svg?branch=master)](https://travis-ci.org/namila007/Terminal-Clock)

Bash based live updating clock with colour changes
using `ncurses` library now( make sure you have *ncurses*) library

colours available;
black, red, green, yellow, blue, magenta, cyan, white

to compile
`make`

to run;
`./Terminal_clock`

to see more options
`./Terminal_clock -h`

to change colours
`./Terminal_clock -C` or `./Terminal_clock -C `

![image](https://user-images.githubusercontent.com/18147085/28996867-804a7a8c-7a25-11e7-9bf4-1628e677a03b.png)