Add two manuals

This commit is contained in:
Markus Fleschutz 2021-10-12 22:07:49 +02:00
parent aa22515370
commit dd53336397
2 changed files with 50 additions and 0 deletions

25
Docs/say-date.md Normal file
View File

@ -0,0 +1,25 @@
## say-date.ps1 - Say the current date by text-to-speech
This script speaks the current date by text-to-speech (TTS).
## Parameters
```powershell
say-date.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>./say-date
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of say-date.ps1*

25
Docs/say-time.md Normal file
View File

@ -0,0 +1,25 @@
## say-time.ps1 - Say the current time by text-to-speech
This script speaks the current time by text-to-speech (TTS).
## Parameters
```powershell
say-time.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS>./say-time
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of say-time.ps1*