Skip to content

j0shua-daniel/fclock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

fclock

A simple, fast, fuzzy clock!

fclock

fclock-lolcat

Please watch the video!

If there are any issues open and issue

Install

You will need figlet (found in most OS repos) installed.

If you want the clock to be multicolored then you will need lolcat to be installed.

sudo curl -o /usr/bin/fclock https://raw.githubusercontent.com/j0shua-daniel/fclock/refs/heads/main/fclock
sudo chmod +x /usr/bin/fclock

Usage

Just run fclock to get the default clock.

Run fclock | lolcat to get the multicolored clock.

Do ctrl+c to stop the clock.

Todo

  • Remove figlet dependency.
  • Make it faster.
  • Enable a way to quit it without needing to do ctrl+c.