Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.09 KB

File metadata and controls

25 lines (17 loc) · 1.09 KB

GenXdev.Queries.Text

Overview

GenXdev.Queries.Text provides text-based lookups — Wikipedia article summaries, random affirmations, and a utility to strip parenthetical content from text.

What It Offers

Command Aliases What it does
Get-WikipediaSummary wikitxt Retrieve a summary of any Wikipedia topic
Get-NextAffirmation WhatAboutIt Get a random positive affirmation

How It All Comes Together

Get-WikipediaSummary (wikitxt) retrieves a Wikipedia article summary as plain text.

Get-NextAffirmation (WhatAboutIt) returns a random affirmation text.

See Also