Coder Social home page Coder Social logo

fortune.ps1's Introduction

Fortune.ps1

A PowerShell implementation of the unix fortune program. This project aims to implement many features from the original C program with new ideas for more flexibility. Flags -a and -o from the original have been replaced by an approach using arrays of filepaths from config files. This allows not only more specific groupings to seperate fortune files, but also allows fortune files to be independent from a single directory.

Features

  • Optional config based quote pooling.
    • Directory independent.
    • Arrays of filepaths.
    • Supports JSON, PSD1, and TOML.
  • Length and Pattern parameters.
  • Comment-based help for Get-Help parsing.

Usage of a TOML config file requires PSTOML and PowerShell v5.1+.

Example of config.toml

default = [
	'C:\foobar\fortunes\*',
]

TV = [
	'C:\foobar\fortunes\xfiles.txt',
	'C:\bazbar\breakingbad.txt',
	'D:\path\simpsons.txt',
]

Parameters

Please read the Get-Help for example calls and in-depth parameter descriptions.

Flag Action
-f [path] Filepath of Fortune file(s) to pool quotes from.
-c [path] Config filepath. Should contain groupings of fortune filepaths. Default is current directory + "\fortune_config.psd1"
-g [foo] Group to pool from within config file. Default is "default".
-l [#] Only use quotes than the length specified.
-s [#] Only use quotes shorter than the length specified.
-n [#] Only use quotes that are exactly the length given.
-m [pattern] Print all quotes matching the regex pattern given.
-p Print filepaths of Fortune files and percentages.

TODO

  • Some type of CI/CD.
    • Install Modules.
    • Test Cases.
    • Windows and Linux Support.
  • Add YAML config support when PowerShell officially supports YAML parsers.

fortune.ps1's People

Contributors

dependabot[bot] avatar josephwhite avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.