https://github.com/alishyyy/clio
Clio is a Unix/Linux command-line tool that displays random historical facts about computing. Stay curious and explore the past, one fact at a time! 🚀
https://github.com/alishyyy/clio
commands linux shell unix
Last synced: about 1 year ago
JSON representation
Clio is a Unix/Linux command-line tool that displays random historical facts about computing. Stay curious and explore the past, one fact at a time! 🚀
- Host: GitHub
- URL: https://github.com/alishyyy/clio
- Owner: alishyyy
- License: mit
- Created: 2025-02-16T11:21:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:57:52.000Z (over 1 year ago)
- Last Synced: 2025-03-06T18:40:06.626Z (over 1 year ago)
- Topics: commands, linux, shell, unix
- Language: Shell
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clio is a lightweight bash script that shows interesting facts about Unix, Linux, and computer history.
## Installation
```bash
git clone https://github.com/yourusername/clio.git
cd clio
sudo ./install.sh
```
## Usage
Simply run:
```bash
clio
```
### Options
- `-h` - Display help information
- `-v` - Show version information
- `-n` - Disable colored output
## Uninstall
```bash
sudo ./uninstall.sh
```
## Adding Custom Facts
The facts database is located at `/usr/share/clio/facts.txt`. Each line in this file represents a separate fact.
To add your own facts:
```bash
sudo nano /usr/share/clio/facts.txt
```
## License
MIT
## Contributing
Contributions are welcome! Feel free to submit pull requests with new facts or improvements.