Send To Drafts

Summary

Drafts. Where Text Starts.

Drafts lets you turn text into action – it’s a quick notebook, handy editor, and writing automation tool, all in one.

– from the website

Features

Setup

Usage

Send-DosToDrafts cmdlet


# Outputs the command results to the current window and creates a text file with the output in ~/Dropbox/Drafts
Send-DosToDrafts Get-ChildItem


# Outputs the command results to the current window and creates a text file with the output in ~/Dropbox/Drafts
Get-ChildItem | Send-DosToDrafts

Send-ClipboardToDrafts cmdlet

Notes

octocat