module EasyClip
Extended Modules
Defined in:
easyclip.creasyclip/backend.cr
easyclip/command.cr
easyclip/errors.cr
easyclip/macos_backend.cr
easyclip/process_backend.cr
easyclip/unix_backend.cr
easyclip/windows_backend.cr
Constant Summary
-
POWERSHELL_PASTE_COMMAND =
"[Console]::OutputEncoding = [System.Text.UTF8Encoding]::new($false); [Console]::Out.Write((Get-Clipboard -Raw))" -
VERSION =
{{ (`shards version /srv/crystaldoc.info/github-kojix2-easyclip-v0.2.0/src`).chomp.stringify }}
Instance Method Summary
-
#copy(content : String) : Nil
Copies the given content to the clipboard.
-
#paste : String
Retrieves the content from the clipboard.