Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rhymeswithmogul/powerbofh

Fetch a useful excuse from Jeff Ballard's BOFH server.
https://github.com/rhymeswithmogul/powerbofh

bofh excuse-generator excuses humor powershell powershell-cmdlet powershell-core powershell-gallery powershell-module pwsh

Last synced: 26 days ago
JSON representation

Fetch a useful excuse from Jeff Ballard's BOFH server.

Awesome Lists containing this project

README

        

[![PowerShell Gallery Version (including pre-releases)](https://img.shields.io/powershellgallery/v/PowerBOFH?include_prereleases)](https://powershellgallery.com/packages/PowerBOFH/) [![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PowerBOFH)](https://powershellgallery.com/packages/v/PowerBOFH)

## PowerBOFH
If you work in the IT field, you know that you often need to find an excuse, and find one fast. This module comes pre-loaded with excuses taken from [Jeff Ballard's BOFH server](http://pages.cs.wisc.edu/~ballard/bofh/) and other BOFHly sources.

````powershell
PS C:\> Get-Excuse
```
```output
It's a hard computer science problem.
````

### How can I get this module?
Most BOFH's will want to grab this cross-platform module from the PowerShell Gallery.
````powershell
PS C:\> Install-Module PowerBOFH
````

You could also download a release from this GitHub page. Bleeding-edge BOFH's may prefer to clone the Git repository.

### What does BOFH stand for?
Google it.

### Am I a BOFH?
If you're installing this module, you might be.

### Do you know Jeff Ballard?
No, nor is this module related to him or his service in any way, shape, form, or hash collision. Prior to version 2.0.0, this module relied on his server, and I thank him for letting me use it without permission.