![]() |
VOOZH | about |
dotnet tool install --global dotnetsay --version 3.0.3
dotnet new tool-manifestif you are setting up this repo
dotnet tool install --local dotnetsay --version 3.0.3
#tool dotnet:?package=dotnetsay&version=3.0.3
nuke :add-package dotnetsay --version 3.0.3
A .NET tool that displays messages with a friendly ASCII bot. It is modeled after cowsay, which includes much fancier features.
The tool targets .NET 8 and uses RollForward to enable compatibility with later runtime versions.
dotnetday was created as part of the .NET Core 2.1 project to provide a basic tool to test the (at that time) new dotnet tool install capability. It has been updated multiple times with new features and is now a file-based app.
Install the tool globally:
dotnet tool install -g dotnetsay
dotnetsay
Or run it once without installing using dnx:
dnx dotnetsay
Basic usage:
dotnetsay
With a custom message:
dotnetsay "Hello World!"
From piped input:
echo "This is awesome" | dotnetsay
dotnet tool uninstall -g dotnetsay
dotnet pack
dotnet tool install -g --add-source artifacts/dotnetsay dotnetsay
MIT License - Copyright Richard Lander
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.3 | 8,907 | 1/22/2026 |
| 3.0.2 | 183 | 1/21/2026 |
| 3.0.1 | 191 | 1/21/2026 |
| 3.0.0 | 146 | 1/21/2026 |
| 2.1.7 | 190,337 | 8/21/2020 |
| 2.1.6 | 763 | 8/21/2020 |
| 2.1.5 | 723 | 8/21/2020 |
| 2.1.4 | 47,192 | 5/29/2018 |
| 2.1.3 | 2,852 | 5/25/2018 |
| 2.1.2 | 1,683 | 5/16/2018 |
| 2.1.1 | 1,606 | 5/16/2018 |
| 2.1.0 | 1,757 | 5/7/2018 |
| 2.0.0 | 2,286 | 4/11/2018 |
| 1.0.0 | 1,998 | 2/26/2018 |