https://github.com/glebec/fortunes
🥠Database of programming wisdom fortune cookies for the fortune program
https://github.com/glebec/fortunes
fortune fortune-cookie fortune-cookies fortunes quote quotes sfw
Last synced: 8 months ago
JSON representation
🥠Database of programming wisdom fortune cookies for the fortune program
- Host: GitHub
- URL: https://github.com/glebec/fortunes
- Owner: glebec
- License: mit
- Created: 2017-05-01T18:18:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T06:30:35.000Z (over 3 years ago)
- Last Synced: 2025-02-01T14:11:34.538Z (8 months ago)
- Topics: fortune, fortune-cookie, fortune-cookies, fortunes, quote, quotes, sfw
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🥠SFW Programming Fortunes
Database of programming wisdom fortune cookies for the classic [fortune](https://en.wikipedia.org/wiki/Fortune_(Unix)) program. Emphasis is on SFW (Safe for Work) content, unlike… well, many other fortune dbs.
The initial number of quotes is small, but will be expanded as the spirit wills.
## Contents
filename | data
---|---
`src/sfw-programming` | quotations
`src/sfw-programming.dat` | an index## Installation
Simply copy the two source files into your `fortune` program's database folder. That will vary by installation but you might find it in `man fortune`.
## Usage
```sh
fortune sfw-programming
```## Contributing
Remember to view the [contributing guide](CONTRIBUTING.md). Contributors with Node installed are encouraged to `npm i` / `yarn`, which registers a git-hook that automatically re-generates the index file before committing.