https://github.com/j0shua-daniel/fclock
A simple, fast, fuzzy clock!
https://github.com/j0shua-daniel/fclock
bash clock figlet fuzzy lolcat
Last synced: 5 months ago
JSON representation
A simple, fast, fuzzy clock!
- Host: GitHub
- URL: https://github.com/j0shua-daniel/fclock
- Owner: j0shua-daniel
- Created: 2025-01-01T13:26:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-02T10:37:08.000Z (about 1 year ago)
- Last Synced: 2025-04-15T09:45:24.213Z (9 months ago)
- Topics: bash, clock, figlet, fuzzy, lolcat
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fclock
A simple, fast, fuzzy clock!


Please watch the [video](https://asciinema.org/a/EK7473jODgOD6Sh7yJGDA8XUu)!
If there are any issues open and [issue](https://github.com/j0shua-daniel/fclock/issues)
## 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`.