Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Riddikulus Command #20

Open
jatinkrmalik opened this issue Oct 9, 2024 · 0 comments · May be fixed by #24
Open

Add Riddikulus Command #20

jatinkrmalik opened this issue Oct 9, 2024 · 0 comments · May be fixed by #24
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing feature Hacktoberfest for hacktoberfest. 🟩 priority: low Low priority and doesn't need to be rushed

Comments

@jatinkrmalik
Copy link
Collaborator

Riddikulus Command

Description

Riddikulus turns a Boggart into something humorous. This command will display system stats in a humorous way, potentially with ASCII art.

Proposed Usage

$ wand riddikulus

Functionality

Displays system stats with a humorous twist using tools like figlet or cowsay.

I personally use this command for fun stuff on each terminal load:

fortune | cowsay -f `ls -1 /usr/share/cowsay/cows/ | sort -R | head -1` -n

Additional Notes

Include options for different types of humorous output.

@jatinkrmalik jatinkrmalik added ✨ goal: improvement Improvement to an existing feature 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged by a maintainer 🟩 priority: low Low priority and doesn't need to be rushed labels Oct 9, 2024
@Mr-Sunglasses Mr-Sunglasses added Hacktoberfest for hacktoberfest. and removed 🚦 status: awaiting triage Has not been triaged by a maintainer labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository ✨ goal: improvement Improvement to an existing feature Hacktoberfest for hacktoberfest. 🟩 priority: low Low priority and doesn't need to be rushed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants