TeeToys 0.3.1
dotnet tool install --global TeeToys --version 0.3.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local TeeToys --version 0.3.1
#tool dotnet:?package=TeeToys&version=0.3.1
nuke :add-package TeeToys --version 0.3.1
TeeToys
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
Archive Old Temporary Folder
t archive [--days <DAYS>]
Move temporary folders older than the specified number of days (<DAYS>) to .archive
folder.
<DAYS> is default to 30.
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. |
This package has no dependencies.