Implement possibility to copy output of commands to paste buffers.
This commit is contained in:
@@ -26,6 +26,7 @@ pub enum Command<'a> {
|
||||
Rm(Name),
|
||||
Enc(Name),
|
||||
Pass(Name),
|
||||
PasteBuffer(String),
|
||||
Comment(Name, Comment),
|
||||
Error(LKErr<'a>),
|
||||
Noop,
|
||||
|
||||
Reference in New Issue
Block a user