Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
easyclip
v0.2.0
EasyClip
Backend
Command
CopyError
Error
PasteError
ProcessBackend
UnixBackend
Generated using Crystal 1.16.3
2026-06-13 11:22:38 UTC
abstract class
EasyClip::
Backend
EasyClip::Backend
Reference
Object
Direct Known Subclasses
EasyClip::ProcessBackend
Defined in:
easyclip/backend.cr
Instance Method Summary
#copy
(content : String) : Nil
#paste
: String
Instance Method Detail
abstract def
copy
(content : String) : Nil
#
[
View source
]
abstract def
paste
: String
#
[
View source
]