module

EasyClip

Constants

POWERSHELL_PASTE_COMMAND = "[Console]::OutputEncoding = [System.Text.UTF8Encoding]::new($false); [Console]::Out.Write((Get-Clipboard -Raw))"
VERSION = {{ (`shards version /tmp/tmp.mDmchi/src/src`).chomp.stringify }}

Instance methods

copy(content : String) : Nil

Copies the given content to the clipboard.

Source
paste

Retrieves the content from the clipboard.

Source

Nested types