gh-bofh-rs

Crates.iogh-bofh-rs
lib.rsgh-bofh-rs
version1.1.1
sourcesrc
created_at2024-01-17 19:35:30.131552
updated_at2024-07-12 21:11:34.822317
descriptionA Rust implementation of the classic `bofh` command as a GitHub CLI extension.
homepage
repositoryhttps://github.com/AliSajid/gh-bofh-rs
max_upload_size
id1103342
size13,263,262
Ali Sajid Imami (AliSajid)

documentation

README

Gh Bofh Rs

GitHub release (latest by date) GitHub tag (latest SemVer) Continuous integration Security Audit

Contribute with Gitpod GitHub issues REUSE Compliance

Generate a BOFH Excuse for github from the commandline as a gh extension.

Builds

Stable Beta Nightly MSRV (1.70.0)
Linux Ubuntu x Stable Rust Ubuntu x Beta Rust Ubuntu x Nightly Rust Ubuntu x MSRV Rust
Windows Windows x Stable Rust Windows x Beta Rust Windows x Nightly Rust Windows x MSRV Rust
macos macos x Stable Rust macos x Beta Rust macos x Nightly Rust macos x MSRV Rust

Installation

From Source


cargo install gh-bofh-rs

From Release

Download the latest release from here and install it using gh extension install <path-to-release>

From The GitHub CLI

gh extension install AliSajid/gh-bofh-rs

Usage

gh bofh-rs

You can switch between the different types of excuses using the --type flag.


gh bofh-rs --type [modern|classic]

You can also use them as standalone flags.


gh bofh-rs --modern
gh bofh-rs --classic

Current Status

This project is currently being maintained. We are happy to include more modern excuses. Please see CONTRIBUTING.md for more information.

Contributing

If you want to contribute to this project, please read the CONTRIBUTING.md file.

Open in Gitpod

License

This project is dual-licensed under the MIT and Apache 2.0 licenses.

Commit count: 173

cargo fmt