https://github.com/lmpessoa/fortune
A simple application port of the fortune command from Linux for Windows 10.
https://github.com/lmpessoa/fortune
fortune fortune-command fortune-cookie linux
Last synced: 2 months ago
JSON representation
A simple application port of the fortune command from Linux for Windows 10.
- Host: GitHub
- URL: https://github.com/lmpessoa/fortune
- Owner: Lmpessoa
- License: mit
- Created: 2019-01-28T12:18:58.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T12:46:27.000Z (about 5 years ago)
- Last Synced: 2025-07-06T13:41:27.664Z (about 1 year ago)
- Topics: fortune, fortune-command, fortune-cookie, linux
- Language: C#
- Homepage:
- Size: 395 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

This is a simple application port of the fortune command from Linux for Windows 10.
## Usage
To get a random fortune all you need to do is run the application. I suggest, just as on Linux, to configure your environment such that Fortune is run when you start a new Windows 10 session (log in).
However, this application does not come with fortune files themselves. You must find (or create) them yourself. You may find fortune files from various operating systems [here](http://fortunes.cat-v.org/). Just download as many files you want and place them on a folder named "Data" next to the Fortune.exe file. A new random fortune will be chosen among the many files existing there.
This application will not display fortunes on the command line/PowerShell if invoked through them.