Project

bitclock

0.0
No commit activity in last 3 years
No release in over 3 years
Automatically resizes itself on the terminal, with customizable colors!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 2.0.0, ~> 2.0
 Project Readme

bitclock

a digital clock for your terminal that automatically resizes itself, with customizable colors!

usage

$ gem install bitclock

command-line execution

$ bitclock
                                                                           

        ▮▮  ▮▮▮▮▮▮▮▮▮▮      ▮▮▮▮▮▮▮▮▮▮  ▮▮▮▮▮▮▮▮▮▮      ▮▮▮▮▮▮▮▮▮▮  ▮▮▮▮▮▮▮▮▮▮
        ▮▮          ▮▮  ▮▮          ▮▮  ▮▮      ▮▮  ▮▮          ▮▮          ▮▮
        ▮▮          ▮▮      ▮▮▮▮▮▮▮▮▮▮  ▮▮      ▮▮      ▮▮▮▮▮▮▮▮▮▮  ▮▮▮▮▮▮▮▮▮▮
        ▮▮          ▮▮  ▮▮  ▮▮          ▮▮      ▮▮  ▮▮          ▮▮          ▮▮
        ▮▮          ▮▮      ▮▮▮▮▮▮▮▮▮▮  ▮▮▮▮▮▮▮▮▮▮      ▮▮▮▮▮▮▮▮▮▮  ▮▮▮▮▮▮▮▮▮▮ 
                                                                             

you can optionally give ANSI color names as arguments

$ bitclock magenta

or specify different colors for hours, minutes and seconds:

$ bitclock red green blue

t's also possible to add time delta to shift time, just add a number (positive or negative) to the arguments. it's counted in hours:

$ bitclock -2.5

thanks

this gem uses Rainbow, to get a cheerful nerdy looks.

thanks for visiting this repo, it's my first gem and it's just a start!