poshbotio / PoshBot.FYI

PoshBot plugin for quick and dirty documentation management in chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoshBot.FYI

AppVeyor PS Gallery License
AppVeyor Build Status PowerShell Gallery License

PoshBot plugin for quick and dirty FYI-type documentation in chat.

FYI icon

Overview

PoshBot.FYI is a PoshBot plugin that implements immutable documentation similar to Etsy's experiment.

Installation

To install the module from the PowerShell Gallery:

PS C:\> Install-Module -Name PoshBot.FYI -Repository PSGallery

To install the plugin from within PoshBot:

!install-plugin PoshBot.FYI

Examples

To enter a quick FYI note, use the fyi command.

!fyi to use the foo module you need to install the baz plugin first

To search previously entered FYIs, use the how command.

!how foo module

About

PoshBot plugin for quick and dirty documentation management in chat

License:MIT License


Languages

Language:PowerShell 100.0%