Skip to content

abyss/fortune-failures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortune Failures Database

A fortune database of infamous error messages, cursed dialogs, and legendary software failures. Install it and let your terminal remind you that things could always be worse.

$ fortune failures
Task failed successfully.

Prerequisites

  • fortune - the classic Unix program (brew install fortune on macOS)
  • Task - a task runner (brew install go-task)

Usage

Compile and install the fortune database:

task install

This compiles the failures file using strfile, auto-detects your fortune directory, and copies the files there.

Once installed, display a random failure:

fortune failures

Contributing

Add new entries to the failures file. Each entry is separated by a % on its own line:

Your new error message here
%

Then run task compile to rebuild the database.

License

This project is licensed under the ISC License. The license covers the code and tooling only — the fortune text contents are attributed to their original authors and owners.

About

Fortune cookie database of famous failures and rejections that preceded great success

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors