TeeToys 0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global TeeToys --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local TeeToys --version 0.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=TeeToys&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package TeeToys --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Tee Toys
CLI tools to "I'll work with temporary files for now" experience
Installation
dotnet tool install -g TeeToys
Usage
Create Temporary Folder
t
Create and open today's temporary folder. If it already exists, it will be opened.
Example. C:\tmp\yyyy-MM-dd
Create Temporary Text File
t txt
Create and open an empty text file in the temporary folder. It will be opened with the application associated with .txt files.
Example. C:\tmp\yyyy-MM-dd\yyyy-MM-dd_HHmmss.txt
Create Temporary Markdown File
t md
Create and open an empty markdown file in the temporary folder. It will be opened with the application associated with .txt files.
Example. C:\tmp\yyyy-MM-dd\yyyy-MM-dd_HHmmss.md
Cleanup Temporary Folder
All commands perform a cleanup of the temporary folder before execution. The cleanup removes 0-byte text files, markdown files, and empty folders.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.