A simple, fast, fuzzy clock!
Please watch the video!
If there are any issues open and issue
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
Just run fclock
to get the default clock.
Run fclock | lolcat
to get the multicolored clock.
Do ctrl+c
to stop the clock.
- Remove figlet dependency.
- Make it faster.
- Enable a way to quit it without needing to do
ctrl+c
.