mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 09:28:21 +02:00
Add two manuals
This commit is contained in:
parent
aa22515370
commit
dd53336397
25
Docs/say-date.md
Normal file
25
Docs/say-date.md
Normal 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
25
Docs/say-time.md
Normal 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*
|
Loading…
Reference in New Issue
Block a user